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

luis at geodynamics.org luis at geodynamics.org
Tue Dec 9 18:15:26 PST 2008


Author: luis
Date: 2008-12-09 18:15:26 -0800 (Tue, 09 Dec 2008)
New Revision: 13594

Modified:
   cs/cigma/trunk/Makefile.am
   cs/cigma/trunk/configure.ac
Log:
Don't use ./m4 directory (using ./config instead)

Modified: cs/cigma/trunk/Makefile.am
===================================================================
--- cs/cigma/trunk/Makefile.am	2008-12-10 02:15:25 UTC (rev 13593)
+++ cs/cigma/trunk/Makefile.am	2008-12-10 02:15:26 UTC (rev 13594)
@@ -3,7 +3,7 @@
 ###############################################################################
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ./m4 -I ./config
+ACLOCAL_AMFLAGS = -I ./config
 
 # Directories to build
 #SUBDIRS = src

Modified: cs/cigma/trunk/configure.ac
===================================================================
--- cs/cigma/trunk/configure.ac	2008-12-10 02:15:25 UTC (rev 13593)
+++ cs/cigma/trunk/configure.ac	2008-12-10 02:15:26 UTC (rev 13594)
@@ -2,7 +2,7 @@
 AC_INIT([Cigma], [1.0.0], [cig-cs at geodynamics.org], [cigma])
 AC_CONFIG_AUX_DIR([./aux-config])
 AC_CONFIG_HEADER([config.h])
-AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_MACRO_DIR([config])
 AM_INIT_AUTOMAKE([foreign])
 
 



More information about the CIG-COMMITS mailing list