From a7a5d7419cc931f47d66f6bb9a6d289bfafe670b Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sun, 1 Sep 2013 11:28:51 +0400 Subject: [PATCH] Specify LT_INIT in configure.ac * configure.ac (LT_INIT): Specify (otherwise Automake 1.13.4 reports error at "check_LTLIBRARIES" item in Makefile.am); add comment about "LIBTOOL is undefined" error. --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a2fbe88c..299fd716 100644 --- a/configure.ac +++ b/configure.ac @@ -29,10 +29,11 @@ AC_SUBST(GC_VERSION) AM_PROG_CC_C_O AC_PROG_CXX - AM_PROG_AS - AC_PROG_INSTALL +LT_INIT +# Note: If Autoconf reports that LIBTOOL (or AC_ENABLE_SHARED, or +# AC_PROG_LIBTOOL) is undefined, Libtool installation should be checked. # Special CFLAGS to use when building gc_cflags="" -- 2.40.0