[cig-commits] [commit] baagaard/update-autoconf: Add checks for Python header file and shared library. (cdf4794)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Aug 19 12:50:24 PDT 2014


Repository : https://github.com/geodynamics/pylith

On branch  : baagaard/update-autoconf
Link       : https://github.com/geodynamics/pylith/compare/79f86a6ba3a6e5f2736a9f98b4870b9cfd136aeb...cdf479494112f69f6488d4f4e0ee13f6e4bab4c8

>---------------------------------------------------------------

commit cdf479494112f69f6488d4f4e0ee13f6e4bab4c8
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Tue Aug 19 12:50:38 2014 -0700

    Add checks for Python header file and shared library.
    
    Add checks already in spatialdata that also apply here.


>---------------------------------------------------------------

cdf479494112f69f6488d4f4e0ee13f6e4bab4c8
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure.ac b/configure.ac
index e0e45be..6c23b6d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -143,6 +143,8 @@ AC_PROG_INSTALL
 CIT_PATH_NEMESIS
 AM_PATH_PYTHON([2.4])
 CIT_PYTHON_SYSCONFIG
+CIT_CHECK_PYTHON_HEADER
+CIT_CHECK_PYTHON_SHARED
 
 # MPI
 AC_LANG(C++)



More information about the CIG-COMMITS mailing list