summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-11-23 22:50:34 +0100
committerLudovic Courtès <ludo@gnu.org>2009-11-23 23:51:02 +0100
commit414e44412c2ebea80028d56bc80559e854524c6b (patch)
treee3867695bc81792020355ef6dc5440d6975da567 /build-aux
parenta270e133f390169b4d621ef139128a2b7ed30372 (diff)
Use Gnulib's `locale' module.
* configure.ac: Remove test for <xlocale.h>. * libguile/i18n.c: Remove conditional <xlocale.h> inclusion on `HAVE_XLOCALE_H'. * m4/gnulib-cache.m4: Add `locale' module.
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/announce-gen7
1 files changed, 6 insertions, 1 deletions
diff --git a/build-aux/announce-gen b/build-aux/announce-gen
index e6be9f81e..5fbb9cd7d 100755
--- a/build-aux/announce-gen
+++ b/build-aux/announce-gen
@@ -3,7 +3,7 @@ eval '(exit $?0)' && eval 'exec perl -wS "$0" ${1+"$@"}'
if 0;
# Generate a release announcement message.
-my $VERSION = '2009-10-30 15:59'; # UTC
+my $VERSION = '2009-11-20 13:36'; # UTC
# The definition above must lie within the first 8 lines in order
# for the Emacs time-stamp write hook (at end) to update it.
# If you change this file with Emacs, please let the write hook
@@ -442,6 +442,11 @@ EOF
my @sig_files = map { "$_.sig" } @tarballs;
print_locations ("GPG detached signatures[*]", @url_dir_list, %size,
@sig_files);
+ if ($url_dir_list[0] =~ "gnu\.org")
+ {
+ print "To reduce load on the main server, use a mirror listed at:\n";
+ print " http://www.gnu.org/order/ftp.html\n\n";
+ }
$print_checksums_p
and print_checksums (@sizable);