[atkmm] Don't use obsolete macros.



commit 7ee7426b8650ad7f3110cbf01aca63c611805099
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Sat Sep 10 19:27:16 2011 +0200

    Don't use obsolete macros.
    
    * autogen.sh: Warn about everything during autoreconf.
    * configure.ac: Replaced obsolete macros with their modern counterparts.

 autogen.sh   |    2 +-
 configure.ac |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 6686611..fadccc7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,5 +3,5 @@ test -n "$srcdir" || srcdir=`dirname "$0"`
 test -n "$srcdir" || srcdir=.
 
 mm-common-prepare --copy --force "$srcdir"
-autoreconf --force --install --verbose "$srcdir"
+autoreconf --force --install --verbose --warnings=all "$srcdir"
 test -n "$NOCONFIGURE" || "$srcdir/configure" --enable-maintainer-mode "$@"
diff --git a/configure.ac b/configure.ac
index 7cc40c7..6fba6f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,8 +46,7 @@ AC_SUBST([ATKMM_SO_VERSION], [2:0:1])
 
 AC_PROG_CXX
 AC_DISABLE_STATIC
-AC_LIBTOOL_WIN32_DLL
-AC_PROG_LIBTOOL
+LT_INIT([win32-dll])
 
 AC_SUBST([ATKMM_MODULES], ['atk >= 1.12 glibmm-2.4 >= 2.24'])
 PKG_CHECK_MODULES([ATKMM], [$ATKMM_MODULES])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]