summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2007-07-10 03:50:13 +0000
committerEric Blake <ebb9@byu.net>2007-09-21 15:49:05 -0600
commitf911c60a979b6b10e1bcd3c71716d29921aec8c1 (patch)
tree67c87cfe4912275738ba9103b1f42cbb1af21b55
parent0d1c51d7d46e4c99ff17ac9307cef519d149dd66 (diff)
downloadm4-release-1.4.10.tar.gz
Release 1.4.10:v1.4.10release-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.
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.am3
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--doc/Makefile.am2
5 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 4997ff4d..fafe407f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-07-09 Eric Blake <ebb9@byu.net>
+ 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.
+
* src/format.c: Missed a GPLv3 conversion.
Avoid undefined behavior of %.*c in printf.
diff --git a/Makefile.am b/Makefile.am
index c204e3cf..f80fe2c2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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.
diff --git a/NEWS b/NEWS
index 2ea92b11..02f0323b 100644
--- a/NEWS
+++ b/NEWS
@@ -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.
diff --git a/configure.ac b/configure.ac
index cfbc8fb8..642f85ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
# 02110-1301 USA
AC_PREREQ([2.60])
-AC_INIT([GNU M4], [1.4.9c], [bug-m4@gnu.org])
+AC_INIT([GNU M4], [1.4.10], [bug-m4@gnu.org])
AM_INIT_AUTOMAKE([1.9.6 dist-bzip2 gnu])
PACKAGE=$PACKAGE_TARNAME; AC_SUBST([PACKAGE])
VERSION=$PACKAGE_VERSION; AC_SUBST([VERSION])
diff --git a/doc/Makefile.am b/doc/Makefile.am
index ba74cb2b..500a129a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -20,7 +20,7 @@
## This file written by Eric Blake <ebb9@byu.net>
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