[Commit] nickle Makefile.am,1.33,1.34 configure.in,1.24,1.25

Bart Massey commit at keithp.com
Tue Jun 17 20:49:46 PDT 2003


Committed by: bart

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

Modified Files:
	Makefile.am configure.in 
Log Message:
Make the build environment compatible with reasonably modern
autoconf, suppressing random warnings.



Index: Makefile.am
===================================================================
RCS file: /local/src/CVS/nickle/Makefile.am,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Makefile.am	11 Jun 2003 05:01:55 -0000	1.33
+++ Makefile.am	18 Jun 2003 02:49:44 -0000	1.34
@@ -39,11 +39,11 @@
 
 man_MANS = nickle.1
 
-YFLAGS = -d
+AM_YFLAGS = -d
 
 CDEBUGFLAGS = -O -g
 
-CFLAGS = $(CDEBUGFLAGS) -Wall -Wpointer-arith -Wstrict-prototypes \
+AM_CFLAGS = $(CDEBUGFLAGS) -Wall -Wpointer-arith -Wstrict-prototypes \
 	-Wmissing-prototypes -Wmissing-declarations \
 	-Wnested-externs
 

Index: configure.in
===================================================================
RCS file: /local/src/CVS/nickle/configure.in,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- configure.in	7 Jun 2003 18:21:18 -0000	1.24
+++ configure.in	18 Jun 2003 02:49:44 -0000	1.25
@@ -79,10 +79,12 @@
 
 AC_DEFINE_UNQUOTED([NICKLELIBDIR], "$nicklelibdir", [Nickle data directory])
 
-AC_OUTPUT(Makefile
-	  builtin/Makefile
-	  test/Makefile
-	  bench/Makefile
-	  date-sh
-	  nickle.1
-	  , , [chmod +x ${srcdir}/date-sh])
+AC_CONFIG_FILES(
+ Makefile
+ builtin/Makefile
+ test/Makefile
+ bench/Makefile
+ date-sh
+ nickle.1)
+
+AC_OUTPUT




More information about the Commit mailing list