[cig-commits] [commit] baagaard/update-autoconf: Add AM_PROG_CC_C_O due to mixing of C and C++ objects in test. (b51f592)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Aug 19 12:33:48 PDT 2014


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

On branch  : baagaard/update-autoconf
Link       : https://github.com/geodynamics/spatialdata/compare/473ea3d9dd7315efc81bd16966e607cfa86cf5cf...b51f592dbc35099a6a3f022865036d194948940f

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

commit b51f592dbc35099a6a3f022865036d194948940f
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Tue Aug 19 12:34:05 2014 -0700

    Add AM_PROG_CC_C_O due to mixing of C and C++ objects in test.


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

b51f592dbc35099a6a3f022865036d194948940f
 configure.ac | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/configure.ac b/configure.ac
index 6969a25..62548c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,6 +58,8 @@ AC_ARG_ENABLE([scec-cvm-h],
 # ----------------------------------------------------------------------
 AC_PROG_CXX
 AC_PROG_CC
+AC_DISABLE_STATIC
+AM_PROG_CC_C_O
 
 AC_PROG_LIBTOOL
 if test "$allow_undefined_flag" = unsupported; then
@@ -67,6 +69,8 @@ fi
 AM_CONDITIONAL([NO_UNDEFINED], [test "$allow_undefined_flag" = unsupported])
 AC_SUBST(AM_LDFLAGS)
 
+AC_PROG_INSTALL
+
 # ----------------------------------------------------------------------
 # PROJ4
 AC_CHECK_LIB(proj, pj_init_plus, [



More information about the CIG-COMMITS mailing list