summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-04-17 17:30:21 +0200
committerJim Meyering <meyering@redhat.com>2012-04-17 17:30:49 +0200
commit42f01d28b1dc12b69d5bafb5697c9e8257574b3b (patch)
tree10ae35038e6466c30ef7b693bab5ec4cddfb01ca /bootstrap
parent55cf7b6a1905320c36702a476b09ebb29a2934d3 (diff)
downloadgrep-42f01d28b1dc12b69d5bafb5697c9e8257574b3b.tar.gz
build: update gnulib submodule to latest
* bootstrap: Also update this file.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 31eb651f..16dc15c9 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
# Print a version string.
-scriptversion=2012-02-11.09; # UTC
+scriptversion=2012-04-16.16; # UTC
# Bootstrap this package from checked-out sources.
@@ -863,6 +863,8 @@ if test $with_gettext = yes; then
}
' po/Makevars.template >po/Makevars || exit 1
+ cat $GNULIB_SRCDIR/build-aux/po/Makefile.in.in > po/Makefile.in.in || exit 1
+
if test -d runtime-po; then
# Similarly for runtime-po/Makevars, but not quite the same.
rm -f runtime-po/Makevars