projects
/
btb
/
d2x.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
comments/formatting
[btb/d2x.git]
/
autogen.sh
1
#!/bin/sh
2
set -e
3
echo "If you get errors, you may need newer versions of automake and autoconf."
4
echo "You'll need at least automake 1.5 and autoconf 2.50."
5
aclocal $ACLOCAL_FLAGS
6
autoheader
7
automake --add-missing --copy
8
autoconf
9
#./configure "$@"
10
echo "Now you are ready to run ./configure"