Tweaks to fix autoconf-related portability issues and autogen.sh reliability

This commit is contained in:
Damien Stuart 2012-11-21 22:16:39 -05:00
parent fe8ac98004
commit 5873df753a
2 changed files with 8 additions and 2 deletions

View File

@ -6,8 +6,14 @@
#
set -x
aclocal -I config
if [ ! -d m4 ]; then
mkdir m4
fi
if [ ! -d config ]; then
mkdir config
fi
libtoolize --automake --copy --force
aclocal -I config
autoheader
automake --add-missing --copy
autoconf

View File

@ -21,7 +21,7 @@ AC_CONFIG_AUX_DIR(config)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([tar-ustar -Wall foreign])
AM_INIT_AUTOMAKE
dnl AM_MAINTAINER_MODE