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

brad at geodynamics.org brad at geodynamics.org
Fri May 6 13:39:08 PDT 2011


Author: brad
Date: 2011-05-06 13:39:08 -0700 (Fri, 06 May 2011)
New Revision: 18331

Modified:
   short/3D/PyLith/pylith_installer/trunk/README
   short/3D/PyLith/pylith_installer/trunk/configure.ac
Log:
Added more Python checks (consistent with those used in nemesis configure), including shared library and header file.

Modified: short/3D/PyLith/pylith_installer/trunk/README
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/README	2011-05-06 16:49:28 UTC (rev 18330)
+++ short/3D/PyLith/pylith_installer/trunk/README	2011-05-06 20:39:08 UTC (rev 18331)
@@ -1,4 +1,4 @@
-We are pleased to announce release of PyLith Installer version 1.0.3.
+We are pleased to announce release of PyLith Installer version 1.0.4.
 
 Please submit bug reports via the World Wide Web at:
     http://geodynamics.org/roundup    

Modified: short/3D/PyLith/pylith_installer/trunk/configure.ac
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/configure.ac	2011-05-06 16:49:28 UTC (rev 18330)
+++ short/3D/PyLith/pylith_installer/trunk/configure.ac	2011-05-06 20:39:08 UTC (rev 18331)
@@ -17,7 +17,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([PyLith Installer], [1.0.3], [cig-short at geodynamics.org])
+AC_INIT([PyLith Installer], [1.0.4], [cig-short at geodynamics.org])
 AC_CONFIG_AUX_DIR([./aux-config])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([foreign])
@@ -340,6 +340,8 @@
 else
   AM_PATH_PYTHON([2.4])
   CIT_PYTHON_SYSCONFIG
+  CIT_CHECK_PYTHON_HEADER
+  CIT_CHECK_PYTHON_SHARED
   CIT_PYTHON_MODULE([zlib])
 fi
 



More information about the CIG-COMMITS mailing list