This adds an autogen.sh script; it will generate configure scripts

Signed-off-by: Jacob Appelbaum <jacob@appelbaum.net>
This commit is contained in:
Jacob Appelbaum 2011-03-10 19:43:59 -08:00 committed by Todd A Ouska
parent 5a3862f593
commit f75b9b86d5

12
autogen.sh Executable file
View File

@ -0,0 +1,12 @@
#!/bin/sh
#
# Create configure and makefile stuff...
#
set -e
autoreconf -ivf
aclocal -I m4
autoheader
autoconf
automake --add-missing --copy