[ds6-devel] nc6 Makefile.am,1.10,1.11 bootstrap,1.2,1.3 configure.ac,1.11,1.12

chris@deepspace6.net chris@deepspace6.net
Wed Jan 1 20:48:51 2003


Update of /cvs/nc6

Modified Files:
	Makefile.am bootstrap configure.ac 
Log Message:
Updated configure.ac to use AC_CONFIG_FILES, and to create docs/nc6.1
We don't need automake foreign mode anymore, so removed that.


Index: Makefile.am
===================================================================
RCS file: /cvs/nc6/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile.am	29 Dec 2002 20:05:10 -0000	1.10
+++ Makefile.am	1 Jan 2003 20:48:49 -0000	1.11
@@ -12,9 +12,9 @@
 		          $(auxdir)/type_struct_sockaddr_storage.m4 \
 		          $(auxdir)/type_struct_sockaddr_in6.m4 \
 		          $(auxdir)/type_socklen_t.m4 
-EXTRA_DIST		= bootstrap TODO COPYING CREDITS nc6.spec
+EXTRA_DIST		= bootstrap BUGS CREDITS
 
-AUTOMAKE_OPTIONS 	= foreign dist-bzip2
+AUTOMAKE_OPTIONS 	= dist-bzip2
 ACLOCAL_AMFLAGS		= -I $(auxdir)
 SUBDIRS 		= docs contrib src #config 
 MAINTAINERCLEANFILES 	= Makefile.in aclocal.m4 configure \
Index: bootstrap
===================================================================
RCS file: /cvs/nc6/bootstrap,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- bootstrap	7 Apr 2002 21:19:06 -0000	1.2
+++ bootstrap	1 Jan 2003 20:48:49 -0000	1.3
@@ -8,6 +8,6 @@
 set -x
 aclocal -I config
 autoheader
-automake --foreign --add-missing --copy
+automake --add-missing --copy
 autoconf
 ## @end 1
Index: configure.ac
===================================================================
RCS file: /cvs/nc6/configure.ac,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- configure.ac	29 Dec 2002 23:00:23 -0000	1.11
+++ configure.ac	1 Jan 2003 20:48:49 -0000	1.12
@@ -180,5 +180,6 @@
     
 AC_SUBST(NC6_CFLAGS)
 AC_SUBST(ac_aux_dir)
-AC_OUTPUT([Makefile docs/Makefile src/Makefile contrib/Makefile nc6.spec],
-[test -z "$CONFIG_HEADERS" || echo timestamp > src/stamp-h.in])
+AC_CONFIG_FILES([Makefile docs/Makefile src/Makefile contrib/Makefile \
+	nc6.spec docs/nc6.1])
+AC_OUTPUT



More information about the ds6-devel mailing list