projects
/
btb
/
d2x.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
formatting
[btb/d2x.git]
/
autogen.sh
1
#!/bin/sh
2
set -e
3
aclocal $ACLOCAL_FLAGS
4
autoheader
5
automake --add-missing
6
autoconf
7
#./configure "$@"
8
echo "Now you are ready to run ./configure"