[cgma-dev] r4234 - cgm/trunk
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Fri Oct 22 11:14:33 CDT 2010
Author: kraftche
Date: 2010-10-22 11:14:33 -0500 (Fri, 22 Oct 2010)
New Revision: 4234
Modified:
cgm/trunk/configure.ac
Log:
fix configure bug where we need libtool during configure but it isn't created until end of script for libtool 2.x.x
Modified: cgm/trunk/configure.ac
===================================================================
--- cgm/trunk/configure.ac 2010-10-22 16:13:20 UTC (rev 4233)
+++ cgm/trunk/configure.ac 2010-10-22 16:14:33 UTC (rev 4234)
@@ -25,6 +25,14 @@
AC_FC_WRAPPERS
fi
+################################################################################
+# Create libtool script
+################################################################################
+# We need the libtool script both for the calls to the ITAPS_LIBTOOL_VAR
+# macro and for us in testing for ACIS libraries. If we're using a newer
+# version of libtool, the script normally isn't generated until AC_OUTPUT
+# at the end of the configure script. Ask that it be created now instead.
+m4_ifdef([LT_OUTPUT],[LT_OUTPUT])
################################################################################
More information about the cgma-dev
mailing list