[pangomm] Don't use obsolete macros.



commit 9864a474d1c9e42c539446861e2bfb4b6dff4866
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Wed Sep 21 19:25:29 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 fed2c5b..1d3b3de 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,5 +3,5 @@ test -n "$srcdir" || srcdir=`dirname "$0"`
 test -n "$srcdir" || srcdir=.
 
 mm-common-prepare --force --copy "$srcdir"
-autoreconf --force --install "$srcdir"
+autoreconf --force --install --warnings=all "$srcdir"
 test -n "$NOCONFIGURE" || "$srcdir/configure" --enable-maintainer-mode "$@"
diff --git a/configure.ac b/configure.ac
index 492fed4..c1b95ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,8 +43,7 @@ AC_SUBST([LIBPANGOMM_SO_VERSION], [1:30:0])
 
 AC_PROG_CXX
 AC_DISABLE_STATIC
-AC_LIBTOOL_WIN32_DLL
-AC_PROG_LIBTOOL
+LT_INIT([win32-dll])
 
 AC_SUBST([PANGOMM_MODULES], ['glibmm-2.4 >= 2.14.1 cairomm-1.0 >= 1.2.2 pangocairo >= 1.23.0'])
 PKG_CHECK_MODULES([PANGOMM], [$PANGOMM_MODULES])



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