Use LT_INIT instead of deprecated AC_PROG_LIBTOOL
authorRan Benita <ran234@gmail.com>
Tue, 10 Apr 2012 19:04:05 +0000 (22:04 +0300)
committerDaniel Stone <daniel@fooishbar.org>
Mon, 30 Apr 2012 16:06:15 +0000 (17:06 +0100)
And add some warnings to the autoreconf step, for the developers to
see.

Signed-off-by: Ran Benita <ran234@gmail.com>
autogen.sh
configure.ac

index 90d2520..c95132e 100755 (executable)
@@ -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 "$@"
index 3923026..6f019d4 100644 (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],