Added autogen.sh

This commit is contained in:
Mukund Sivaraman 2008-05-11 16:09:17 +05:30
parent c82f07a021
commit 893aaabe9c

14
autogen.sh Executable file
View File

@ -0,0 +1,14 @@
#!/bin/sh
# -*- sh -*-
#
# Make the Autotools scripts after checking out the source code from CVS.
# This script was taken from the Autotool Book. I wonder if autoreconf
# can now be used...
#
test -d config || mkdir config
set -x
aclocal -I config \
&& autoheader \
&& automake --gnu --add-missing \
&& autoconf