[cig-commits] r8393 - cs/benchmark/cigma/trunk/build

luis at geodynamics.org luis at geodynamics.org
Wed Dec 5 13:37:17 PST 2007


Author: luis
Date: 2007-12-05 13:37:17 -0800 (Wed, 05 Dec 2007)
New Revision: 8393

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


Modified: cs/benchmark/cigma/trunk/build/configure.ac
===================================================================
--- cs/benchmark/cigma/trunk/build/configure.ac	2007-12-05 21:23:44 UTC (rev 8392)
+++ cs/benchmark/cigma/trunk/build/configure.ac	2007-12-05 21:37:17 UTC (rev 8393)
@@ -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