From: Ran Benita Date: Tue, 10 Apr 2012 19:04:05 +0000 (+0300) Subject: Use LT_INIT instead of deprecated AC_PROG_LIBTOOL X-Git-Tag: xkbcommon-0.2.0~628 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=522be162b274897f9cb9d682312b150b27daa6ff;p=platform%2Fupstream%2Flibxkbcommon.git 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 --- 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],