Remove m4_ifdef for AC_PROG_LIBTOOL (deprecated)
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 1 Dec 2011 15:19:09 +0000 (10:19 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 1 Dec 2011 15:19:09 +0000 (10:19 -0500)
This trick does not seem to work anyway.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac

index be6a6611345ee09026ffd0764c94e9cdf5d2a3ea..74fb795db41e9cc8b9d35e5176df95595c03b1fb 100644 (file)
@@ -29,7 +29,7 @@ AC_DEFINE_UNQUOTED([VERSION_PATCHLEVEL], $patchlevel_version, [UST patchlevel ve
 AC_PROG_CC
 AC_PROG_CXX
 AC_PROG_MAKE_SET
-m4_ifdef([LT_INIT], [LT_INIT], [AC_PROG_LIBTOOL])
+LT_INIT
 
 ## Checks for libraries.
 AC_CHECK_LIB([dl], [dlopen])
This page took 0.025301 seconds and 4 git commands to generate.