diff --git a/autogen.sh b/autogen.sh index 90d2520..c95132e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -6,7 +6,7 @@ test -z "$srcdir" && srcdir=. ORIGDIR=`pwd` cd "$srcdir" -autoreconf -v --install || exit 1 +autoreconf --verbose --install --symlink --warnings=all || exit 1 cd "$ORIGDIR" || exit $? exec "$srcdir/configure" --enable-maintainer-mode "$@" diff --git a/configure.ac b/configure.ac index 3923026..6f019d4 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ AM_MAINTAINER_MODE AC_USE_SYSTEM_EXTENSIONS # Initialize libtool -AC_PROG_LIBTOOL +LT_INIT # Require xorg-macros minimum of 1.8 for AM_SILENT_RULES m4_ifndef([XORG_MACROS_VERSION],