projects
/
blerg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Paranoia fix for reading password version
[blerg.git]
/
add-autoconf
1
#!/bin/sh
2
set -x
3
aclocal -I m4
4
autoconf
5
touch NEWS AUTHORS ChangeLog # needed by automake...
6
autoheader # generate config.h.in
7
automake -a -c # install missing files