forgot to add this

svn:r272
This commit is contained in:
Niels Provos 2006-11-22 04:35:56 +00:00
parent 868f10e7c9
commit 51fde16666

10
autogen.sh Normal file
View File

@ -0,0 +1,10 @@
#!/bin/sh
LIBTOOLIZE=libtoolize
if [ "$(uname)" == "Darwin" ] ; then
LIBTOOLIZE=glibtoolize
fi
aclocal && \
autoheader && \
$LIBTOOLIZE && \
autoconf && \
automake --add-missing --copy