[cig-commits] r12963 - cs/cigma/trunk

luis at geodynamics.org luis at geodynamics.org
Wed Sep 24 04:10:57 PDT 2008


Author: luis
Date: 2008-09-24 04:10:56 -0700 (Wed, 24 Sep 2008)
New Revision: 12963

Modified:
   cs/cigma/trunk/configure.ac
Log:
Update configure.ac so that rebuild.sh runs again.

Next, we check that the _cigma python module installs correctly
under site-packages (after "make install").

Modified: cs/cigma/trunk/configure.ac
===================================================================
--- cs/cigma/trunk/configure.ac	2008-09-24 11:10:56 UTC (rev 12962)
+++ cs/cigma/trunk/configure.ac	2008-09-24 11:10:56 UTC (rev 12963)
@@ -42,6 +42,9 @@
                 [withcppunit=no; AC_MSG_RESULT([no. Unit tests disabled])])
 AM_CONDITIONAL(BUILD_CPPUNIT_TESTS, [test x${withcppunit} = xyes])
 
+dnl XXX: Update DISTCHECK_CONFIGURE_FLAGS (see m4 macros in gitosis branch)
+AC_SUBST([DISTCHECK_CONFIGURE_FLAGS],["$DISTCHECK_CONFIGURE_FLAGS"])
+
 dnl Check for various programs
 AC_PROG_CPP
 
@@ -55,6 +58,7 @@
 
 AC_CONFIG_FILES([
     Makefile
+    build/rebuild.sh
 ])
 
 AC_OUTPUT



More information about the cig-commits mailing list