summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-12-22 21:49:34 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-12-22 21:49:34 +0100
commitc3ef879875a4ce533c60d9c67aa428d5b26c4ec7 (patch)
treee58290aa1a6806dc1cfab7ac462e5b3244d38251 /configure.ac
parent8935f8bd213509b34066343c5236940c34794a3d (diff)
Support libtool < 2.2
LT_INIT is not present before libtool 2.2. Revert to use AC_PROG_LIBTOOL.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0a79dc2..e916c56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,7 +96,7 @@ AM_CONDITIONAL([ENABLE_DEBUG], [test "x$enable_debug" = xyes])
dnl Checks for programs
AC_PROG_CC
AM_PROG_CC_C_O
-LT_INIT
+AC_PROG_LIBTOOL
AC_PROG_INSTALL
AC_PROG_LN_S