]> git.saurik.com Git - bison.git/commitdiff
maint: use announce-gen's new --mail-headers.
authorJoel E. Denny <joeldenny@joeldenny.org>
Sun, 25 Jul 2010 19:53:18 +0000 (15:53 -0400)
committerJoel E. Denny <joeldenny@joeldenny.org>
Mon, 26 Jul 2010 00:01:32 +0000 (20:01 -0400)
* HACKING (Announce): Update instructions.
* cfg.mk (announcement_Cc_): Define.
* configure.ac (AM_GNU_GETTEXT_VERSION): Update to 0.18 as
required by latest gnulib.
* gnulib: Update to latest.
(cherry picked from commit e5655564583f2f704dd85d6f602f5fcd86f87467)

ChangeLog
HACKING
cfg.mk
configure.ac
gnulib
lib/.cvsignore
lib/.gitignore
m4/.cvsignore
m4/.gitignore
runtime-po/.cvsignore
runtime-po/.gitignore

index 8e1897177c970aa2c4dc1cbbf977c56e385a600f..e2846ca3569b8793b41af67290f5f4dfb1488f47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-07-25  Joel E. Denny  <joeldenny@joeldenny.org>
+
+       maint: use announce-gen's new --mail-headers.
+       * HACKING (Announce): Update instructions.
+       * cfg.mk (announcement_Cc_): Define.
+       * configure.ac (AM_GNU_GETTEXT_VERSION): Update to 0.18 as
+       required by latest gnulib.
+       * gnulib: Update to latest.
+
 2010-07-24  Joel E. Denny  <joeldenny@joeldenny.org>
 
        tests: handle Valgrind that complains about >&-.
 2010-07-24  Joel E. Denny  <joeldenny@joeldenny.org>
 
        tests: handle Valgrind that complains about >&-.
diff --git a/HACKING b/HACKING
index 1d9dbc63c824fc9db665212acd2e38844357662c..ec3d36d3c5b21c3e80e78a091b7b4c424b64bfd1 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -344,19 +344,20 @@ To generate a template announcement file:
   make RELEASE_TYPE=alpha gpg_key_ID=F125BDF3 announcement
 
 where alpha can be replaced by beta or stable and F125BDF3 should be
   make RELEASE_TYPE=alpha gpg_key_ID=F125BDF3 announcement
 
 where alpha can be replaced by beta or stable and F125BDF3 should be
-replaced with your key ID.  For an example of how to fill out the
-template, search the mailing list archives for the most recent release
-announcement.
-
-Complete/fix the announcement file, and send it at least to
-info-gnu@gnu.org (if a real release, or a ``serious beta''),
-bug-bison@gnu.org, help-bison@gnu.org, bison-patches@gnu.org,
-and coordinator@translationproject.org.
-
-Send the same announcement on the comp.compilers newsgroup by sending
-email to compilers@iecc.com.  Do not make any Cc as the moderator will
-throw away anything cross-posted or Cc'ed.  It really needs to be a
-separate message.
+replaced with your key ID.
+
+Complete/fix the announcement file.  The generated list of recipients
+(info-gnu@gnu.org, bug-bison@gnu.org, help-bison@gnu.org,
+bison-patches@gnu.org, and coordinator@translationproject.org) is
+appropriate for a stable release or a ``serious beta''.  For any other
+release, drop at least info-gnu@gnu.org.  For an example of how to fill
+out the rest of the template, search the mailing list archives for the
+most recent release announcement.
+
+For a stable release, send the same announcement on the comp.compilers
+newsgroup by sending email to compilers@iecc.com.  Do not make any Cc as
+the moderator will throw away anything cross-posted or Cc'ed.  It really
+needs to be a separate message.
 
 ** Bump the version number
 In configure.ac.  Run `make'.  So that developers don't accidentally add new
 
 ** Bump the version number
 In configure.ac.  Run `make'.  So that developers don't accidentally add new
diff --git a/cfg.mk b/cfg.mk
index 0fda0dc5edbbc06753201353eb7cb451c0496bdf..a43ca2fe37f9ca1083b1ccc9bbafedc6d14baaa8 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -44,6 +44,10 @@ gnulib_dir = $(srcdir)/gnulib
 
 bootstrap-tools = autoconf,automake,flex,gnulib
 
 
 bootstrap-tools = autoconf,automake,flex,gnulib
 
+announcement_Cc_ = \
+  bug-bison@gnu.org, help-bison@gnu.org, bison-patches@gnu.org, \
+  coordinator@translationproject.org
+
 update-copyright: update-b4-copyright update-package-copyright-year
 update-copyright-env = \
   UPDATE_COPYRIGHT_FORCE=1
 update-copyright: update-b4-copyright update-package-copyright-year
 update-copyright-env = \
   UPDATE_COPYRIGHT_FORCE=1
index caa4e0c9c751c581162724565f0b1238a4c0c004..1fd22566887cbb10a8119199b7766c6c82baeeb4 100644 (file)
@@ -133,7 +133,7 @@ BISON_PREREQ_TIMEVAR
 # We use gnulib, which is only guaranteed to work properly with the
 # latest Gettext.
 AM_GNU_GETTEXT([external], [need-ngettext])
 # We use gnulib, which is only guaranteed to work properly with the
 # latest Gettext.
 AM_GNU_GETTEXT([external], [need-ngettext])
-AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT_VERSION([0.18])
 BISON_I18N
 
 # Internationalized parsers.
 BISON_I18N
 
 # Internationalized parsers.
diff --git a/gnulib b/gnulib
index 1778ee9e7d0e150a37db66a0e51c1a56755aab4f..b48afd89ec9be56156d6e2bebfdf457c778fe5c3 160000 (submodule)
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 1778ee9e7d0e150a37db66a0e51c1a56755aab4f
+Subproject commit b48afd89ec9be56156d6e2bebfdf457c778fe5c3
index d3c20e8723f5869994c5bc4036770715fca6c473..9997462d28471bc0190cadb41eadc7715def2ee8 100644 (file)
@@ -188,8 +188,10 @@ unistd.h
 unistd.in.h
 unistd_.h
 unitypes.h
 unistd.in.h
 unistd_.h
 unitypes.h
+unitypes.in.h
 uniwidth
 uniwidth.h
 uniwidth
 uniwidth.h
+uniwidth.in.h
 unlocked-io.h
 unsetenv.c
 vasnprintf.c
 unlocked-io.h
 unsetenv.c
 vasnprintf.c
index b2890169f182d6452e440849bf95b2977ad85d31..e88601a3192a7e01e11cc600863546ec57b358e5 100644 (file)
 /unistd.in.h
 /unistd_.h
 /unitypes.h
 /unistd.in.h
 /unistd_.h
 /unitypes.h
+/unitypes.in.h
 /uniwidth
 /uniwidth.h
 /uniwidth
 /uniwidth.h
+/uniwidth.in.h
 /unlocked-io.h
 /unsetenv.c
 /vasnprintf.c
 /unlocked-io.h
 /unsetenv.c
 /vasnprintf.c
index 1bceef2f24c31c3dd738228b9d55bc7cab8e1ea1..7c7064f6254b81ba080b9d0b016ac0efad9133be 100644 (file)
@@ -2,6 +2,7 @@
 absolute-header.m4
 alloca.m4
 argmatch.m4
 absolute-header.m4
 alloca.m4
 argmatch.m4
+asm-underscore.m4
 assert.m4
 cloexec.m4
 config-h.m4
 assert.m4
 cloexec.m4
 config-h.m4
@@ -53,6 +54,7 @@ ldexpl.m4
 lib-ld.m4
 lib-link.m4
 lib-prefix.m4
 lib-ld.m4
 lib-link.m4
 lib-prefix.m4
+libunistring-base.m4
 localcharset.m4
 locale-fr.m4
 locale-ja.m4
 localcharset.m4
 locale-fr.m4
 locale-ja.m4
index 0f51068b22b4390badd1a0d22b9ad2c78ea51eb5..80ea11e6145164315057e06d296d13aa92c558c1 100644 (file)
@@ -2,6 +2,7 @@
 /absolute-header.m4
 /alloca.m4
 /argmatch.m4
 /absolute-header.m4
 /alloca.m4
 /argmatch.m4
+/asm-underscore.m4
 /assert.m4
 /cloexec.m4
 /config-h.m4
 /assert.m4
 /cloexec.m4
 /config-h.m4
@@ -53,6 +54,7 @@
 /lib-ld.m4
 /lib-link.m4
 /lib-prefix.m4
 /lib-ld.m4
 /lib-link.m4
 /lib-prefix.m4
+/libunistring-base.m4
 /localcharset.m4
 /locale-fr.m4
 /locale-ja.m4
 /localcharset.m4
 /locale-fr.m4
 /locale-ja.m4
index aad7a480bfab26a91454d8717689613ddc27837a..db53cdef3d697fd71c52eea11430c1b367d41009 100644 (file)
@@ -7,12 +7,14 @@ Makefile
 Makefile.in
 Makefile.in.in
 Makevars
 Makefile.in
 Makefile.in.in
 Makevars
+Makevars.template
 POTFILES
 Rules-quot
 bison-runtime.pot
 boldquot.sed
 en@boldquot.header
 en@quot.header
 POTFILES
 Rules-quot
 bison-runtime.pot
 boldquot.sed
 en@boldquot.header
 en@quot.header
+insert-header.sed
 insert-header.sin
 quot.sed
 remove-potcdate.sed
 insert-header.sin
 quot.sed
 remove-potcdate.sed
index 1ab77bf849b2013a0020abc9eb0fe7c0d322846d..44ff89631ff95a91c769e6eb4bd7f8d72a90ef14 100644 (file)
@@ -7,12 +7,14 @@
 /Makefile.in
 /Makefile.in.in
 /Makevars
 /Makefile.in
 /Makefile.in.in
 /Makevars
+/Makevars.template
 /POTFILES
 /Rules-quot
 /bison-runtime.pot
 /boldquot.sed
 /en@boldquot.header
 /en@quot.header
 /POTFILES
 /Rules-quot
 /bison-runtime.pot
 /boldquot.sed
 /en@boldquot.header
 /en@quot.header
+/insert-header.sed
 /insert-header.sin
 /quot.sed
 /remove-potcdate.sed
 /insert-header.sin
 /quot.sed
 /remove-potcdate.sed