[cig-commits] r12850 - cs/cigma/trunk/build

luis at geodynamics.org luis at geodynamics.org
Wed Sep 10 12:50:52 PDT 2008


Author: luis
Date: 2008-09-10 12:50:52 -0700 (Wed, 10 Sep 2008)
New Revision: 12850

Modified:
   cs/cigma/trunk/build/configure.ac
Log:
Fix AC_INIT and CIGMA_DIRS




Modified: cs/cigma/trunk/build/configure.ac
===================================================================
--- cs/cigma/trunk/build/configure.ac	2008-09-10 19:50:51 UTC (rev 12849)
+++ cs/cigma/trunk/build/configure.ac	2008-09-10 19:50:52 UTC (rev 12850)
@@ -1,5 +1,5 @@
 dnl Check that this is the cigma source tree
-AC_INIT(h5io/h5io.h)
+AC_INIT(../src/h5io/h5io.h)
 
 dnl Parse '--with' command-line options
 AC_ARG_WITH(hdf5-prefix,
@@ -55,7 +55,7 @@
 AC_CHECK_LIB(m,main)
 
 CIGMA_LIBS=""
-CIGMA_DIRS="h5io sandbox contrib/ANN"
+CIGMA_DIRS="h5io ann"
 
 dnl Check for zlib
 ZLIB=""



More information about the cig-commits mailing list