git.annexia.org
/
febootstrap.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove bogus 'whitelist' parameter from usage.
[febootstrap.git]
/
autogen.sh
1
#!/bin/sh -
2
3
if [ -d ../gnulib ]; then
4
../gnulib/gnulib-tool --update
5
fi
6
7
export AUTOMAKE='automake --foreign --add-missing'
8
autoreconf
9
./configure "$@"