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]) ################################################################################
participants (1)
-
kraftche@cae.wisc.edu