[cig-commits] r5834 - short/3D/PyLith/branches/pylith-0.8

leif at geodynamics.org leif at geodynamics.org
Thu Jan 18 16:35:35 PST 2007


Author: leif
Date: 2007-01-18 16:35:35 -0800 (Thu, 18 Jan 2007)
New Revision: 5834

Modified:
   short/3D/PyLith/branches/pylith-0.8/configure.ac
Log:
Fix for "Fortran 77 source seen but `F77' is undefined"
error with Automake 1.10.


Modified: short/3D/PyLith/branches/pylith-0.8/configure.ac
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/configure.ac	2007-01-19 00:14:37 UTC (rev 5833)
+++ short/3D/PyLith/branches/pylith-0.8/configure.ac	2007-01-19 00:35:35 UTC (rev 5834)
@@ -91,6 +91,8 @@
 AC_PROG_FC
 F77=$FC
 FFLAGS=$FCFLAGS
+AC_SUBST(F77)
+AC_SUBST(FFLAGS)
 AC_PROVIDE([AC_PROG_F77])
 AC_FC_WRAPPERS
 AC_PROG_LIBTOOL



More information about the cig-commits mailing list