From: Ivan Maidanski Date: Sun, 1 Sep 2013 07:28:51 +0000 (+0400) Subject: Specify LT_INIT in configure.ac X-Git-Tag: gc7_4_0~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7a5d7419cc931f47d66f6bb9a6d289bfafe670b;p=gc 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. --- 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=""