Autogen.sh needs to create m4 directory

* autogen.sh: create m4 directory if not already existing
This commit is contained in:
Rob Richards 2010-04-26 16:09:34 -04:00
parent f61ba8d0ce
commit bdf24b9f9b

View File

@ -46,6 +46,10 @@ if test -z "$*"; then
echo "to pass any to it, please specify them on the $0 command line."
fi
if [ ! -d $srcdir/m4 ]; then
mkdir $srcdir/m4
fi
# Replaced by autoreconf below
#libtoolize --copy --force
#aclocal $ACLOCAL_FLAGS