Use LT_INIT instead of deprecated AC_PROG_LIBTOOL

And add some warnings to the autoreconf step, for the developers to
see.

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Ran Benita 2012-04-10 22:04:05 +03:00 committed by Daniel Stone
parent a641a1859b
commit 522be162b2
2 changed files with 2 additions and 2 deletions

View File

@ -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 "$@"

View File

@ -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],