[Commit] nickle ChangeLog,1.102,1.103 configure.in,1.37,1.38

Keith Packard commit at keithp.com
Mon Nov 29 21:27:56 PST 2004


Committed by: keithp

Update of /local/src/CVS/nickle
In directory home.keithp.com:/tmp/cvs-serv13009

Modified Files:
	ChangeLog configure.in 
Log Message:
2004-11-29  Keith Packard  <keithp at keithp.com>

	* configure.in:
	Move AC_CONFIG_AUX_DIR above AM_INIT_AUTOMAKE as needed for new
	automake version


Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/nickle/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- ChangeLog	30 Nov 2004 05:16:08 -0000	1.102
+++ ChangeLog	30 Nov 2004 05:27:53 -0000	1.103
@@ -1,5 +1,11 @@
 2004-11-29  Keith Packard  <keithp at keithp.com>
 
+	* configure.in:
+	Move AC_CONFIG_AUX_DIR above AM_INIT_AUTOMAKE as needed for new
+	automake version
+
+2004-11-29  Keith Packard  <keithp at keithp.com>
+
 	* mem.c: (newBlock), (MemAddRoot):
 	Call to panic had wrong arguments and caused a segfault.
 

Index: configure.in
===================================================================
RCS file: /local/src/CVS/nickle/configure.in,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- configure.in	29 Jul 2004 00:23:32 -0000	1.37
+++ configure.in	30 Nov 2004 05:27:53 -0000	1.38
@@ -8,10 +8,10 @@
 
 AC_INIT
 AC_CONFIG_SRCDIR([nickle.h])
+AC_CONFIG_AUX_DIR(.)
 AM_INIT_AUTOMAKE(nickle,0.0)
 AM_MAINTAINER_MODE
 AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_AUX_DIR(.)
 
 dnl Checks for programs.
 AC_PROG_CC




More information about the Commit mailing list