prepare for m4 1.4.10
Eric Blake <[email protected]>
| Newsgroups | gmane.comp.gnu.m4.patches |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Applied: 2007-07-09 Eric Blake <[email protected]> Release 1.4.10: * doc/Makefile.am (m4_TEXINFOS): Distribute gpl-3.0.texi. * Makefile.am (EXTRA_DIST): Distribute gnulib diffs. * configure.ac (AC_INIT): Bump version number. * NEWS: Describe changes since 1.4.9. - -- Don't work too hard, make some time for fun as well! Eric Blake [email protected] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGkwHn84KuGfSFAYARAoSJAKDNyMgvAo68wKLckgVCpU8R5+tMTQCePEbM tehZKy8agbjldzZKrYGl8Yc= =TwCq -----END PGP SIGNATURE----- _______________________________________________ M4-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/m4-patches
m4.patch273
(text/plain, 2.4 KB)
Index: NEWS =================================================================== RCS file: /sources/m4/m4/NEWS,v retrieving revision 1.1.1.1.2.107 diff -u -p -r1.1.1.1.2.107 NEWS --- NEWS 9 Jul 2007 12:54:27 -0000 1.1.1.1.2.107 +++ NEWS 10 Jul 2007 03:30:55 -0000 @@ -2,7 +2,7 @@ GNU M4 NEWS - User visible changes. Copyright (C) 1992, 1993, 1994, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. -Version 1.4.10 - ?? ??? 2007, by ???? (CVS version 1.4.9c) +Version 1.4.10 - 09 Jul 2007, by Eric Blake (CVS version 1.4.9c) * Upgrade from GPL version 2 to GPL version 3 or later. * A number of portability improvements inherited from gnulib. Index: configure.ac =================================================================== RCS file: /sources/m4/m4/configure.ac,v retrieving revision 1.36.2.43 diff -u -p -r1.36.2.43 configure.ac --- configure.ac 5 Jul 2007 03:53:06 -0000 1.36.2.43 +++ configure.ac 10 Jul 2007 03:30:55 -0000 @@ -18,7 +18,7 @@ # 02110-1301 USA AC_PREREQ([2.60]) -AC_INIT([GNU M4], [1.4.9c], [[email protected]]) +AC_INIT([GNU M4], [1.4.10], [[email protected]]) AM_INIT_AUTOMAKE([1.9.6 dist-bzip2 gnu]) PACKAGE=$PACKAGE_TARNAME; AC_SUBST([PACKAGE]) VERSION=$PACKAGE_VERSION; AC_SUBST([VERSION]) Index: Makefile.am =================================================================== RCS file: /sources/m4/m4/Makefile.am,v retrieving revision 1.25.2.13 diff -u -p -r1.25.2.13 Makefile.am --- Makefile.am 5 Jul 2007 03:53:05 -0000 1.25.2.13 +++ Makefile.am 10 Jul 2007 03:30:55 -0000 @@ -22,7 +22,8 @@ SUBDIRS = . examples lib src doc tests checks EXTRA_DIST = bootstrap c-boxes.el gendocs.sh GNUmakefile Makefile.maint \ - m4/gnulib-cache.m4 + m4/gnulib-cache.m4 local/doc/gpl-3.0.texi.diff \ + local/lib/version-etc.c.diff DISTCLEANFILES = stamp-h ## maintainer-clean should remove as much as possible that ./bootstrap can ## recreate. In the m4 directory, keep only gnulib-cache.m4. Index: doc/Makefile.am =================================================================== RCS file: /sources/m4/m4/doc/Attic/Makefile.am,v retrieving revision 1.8.2.9 diff -u -p -r1.8.2.9 Makefile.am --- doc/Makefile.am 5 Jul 2007 03:53:06 -0000 1.8.2.9 +++ doc/Makefile.am 10 Jul 2007 03:30:55 -0000 @@ -20,7 +20,7 @@ ## This file written by Eric Blake <[email protected]> info_TEXINFOS = m4.texinfo -m4_TEXINFOS = fdl.texi +m4_TEXINFOS = fdl.texi gpl-3.0.texi man_MANS = m4.1 EXTRA_DIST = $(man_MANS) gendocs_template MAINTAINERCLEANFILES = $(man_MANS) gendocs_template