[cig-commits] r5537 - mc/3D/CitcomS/trunk

leif at geodynamics.org leif at geodynamics.org
Thu Dec 7 18:29:09 PST 2006


Author: leif
Date: 2006-12-07 18:29:09 -0800 (Thu, 07 Dec 2006)
New Revision: 5537

Modified:
   mc/3D/CitcomS/trunk/configure.ac
Log:
Made 'install_deps' actually do what 'configure' says it's doing
(*missing* deps, not *all*).


Modified: mc/3D/CitcomS/trunk/configure.ac
===================================================================
--- mc/3D/CitcomS/trunk/configure.ac	2006-12-07 23:51:19 UTC (rev 5536)
+++ mc/3D/CitcomS/trunk/configure.ac	2006-12-08 02:29:09 UTC (rev 5537)
@@ -62,7 +62,7 @@
     cd $srcdir
 
     AC_MSG_NOTICE([downloading missing Python dependencies])
-    AS_IF([AC_TRY_COMMAND([$PYTHON setup.py install_deps -zmaxd $builddir/deps >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD])],
+    AS_IF([AC_TRY_COMMAND([$PYTHON setup.py install_deps -zmxd $builddir/deps >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD])],
           [],
           [AC_MSG_FAILURE([cannot download missing Python dependencies])])
 



More information about the cig-commits mailing list