This commit is contained in:
MaddTheSane 2013-07-15 18:13:03 -07:00
commit 6fad282c16

View File

@ -1,10 +1,17 @@
#! /bin/bash
#!/bin/bash
# $Id: autogen.sh 65 2004-12-24 19:51:17Z ctm $
set -o errexit -o nounset -o noclobber
#set -o errexit -o nounset -o noclobber
libtoolize
test -z "$LIBTOOL" && for LIBTOOL in glibtool libtool; do
($LIBTOOL --version) < /dev/null > /dev/null 2>&1 && break
done
test -z "$LIBTOOLIZE" && for LIBTOOLIZE in glibtoolize libtoolize; do
($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 && break
done
$LIBTOOLIZE
aclocal
autoheader
automake --add-missing