[cig-commits] r18066 - short/3D/PyLith/pylith_installer/trunk

brad at geodynamics.org brad at geodynamics.org
Mon Mar 7 15:11:18 PST 2011


Author: brad
Date: 2011-03-07 15:11:18 -0800 (Mon, 07 Mar 2011)
New Revision: 18066

Modified:
   short/3D/PyLith/pylith_installer/trunk/configure.ac
Log:
Added missing check for libtool.

Modified: short/3D/PyLith/pylith_installer/trunk/configure.ac
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/configure.ac	2011-03-07 22:58:58 UTC (rev 18065)
+++ short/3D/PyLith/pylith_installer/trunk/configure.ac	2011-03-07 23:11:18 UTC (rev 18066)
@@ -176,6 +176,8 @@
 # CHECK COMPATIBILITY OF OPTIONS
 # ----------------------------------------------------------------------
 
+AC_PROG_LIBTOOL
+
 # GCC
 if test "$install_gcc" = "yes" ; then
   # Must have a C compiler to build gcc
@@ -246,6 +248,7 @@
 if test "$install_hdf5" = "yes" ; then
   echo "do nothing" >& /dev/null
 else
+  echo "do nothing" >& /dev/null
   # Need to account for PETSc option --download-hdf5=1.
   #CIT_HDF5_PETSC_HEADER
   #CIT_HDF5_PETSC_LIB



More information about the CIG-COMMITS mailing list