Codebase list abe / HEAD autogen.sh
HEAD

Tree @HEAD (Download .tar.gz)

autogen.sh @HEADraw · history · blame

1
2
3
4
5
6
7
8
9
#!/bin/sh
#
aclocal
automake --foreign --copy -a
autoconf

# Run configure for this platform
#./configure $*
echo "Now you are ready to run ./configure"