]> granicus.if.org Git - gc/commitdiff
Specify LT_INIT in configure.ac
authorIvan Maidanski <ivmai@mail.ru>
Sun, 1 Sep 2013 07:28:51 +0000 (11:28 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 1 Sep 2013 07:28:51 +0000 (11:28 +0400)
* 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

index a2fbe88c9bd2472faac5c607cb0d679dfc173c05..299fd7167e21f80c343504dff7aff125b6394b88 100644 (file)
@@ -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=""