summaryrefslogtreecommitdiff
path: root/build-aux/bootstrap
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-04-16 18:50:42 +0200
committerJim Meyering <meyering@redhat.com>2012-04-16 18:50:42 +0200
commit1a0e0aefd4b1fbef0c6e5d990bc01499fd153a0d (patch)
tree8c42895cd1d8263cd83e2f21fcab38fb86ef5079 /build-aux/bootstrap
parent5a206b3d9b45550b1c4a928cd51deaf1438cb4c8 (diff)
downloadgnulib-1a0e0aefd4b1fbef0c6e5d990bc01499fd153a0d.tar.gz
bootstrap: really use gnulib's po/Makefile.in.in
* build-aux/bootstrap: Correct the source file name in previous change. Reported by Akim Demaille.
Diffstat (limited to 'build-aux/bootstrap')
-rwxr-xr-xbuild-aux/bootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/bootstrap b/build-aux/bootstrap
index d749fe27de..16dc15c9fb 100755
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
# Print a version string.
-scriptversion=2012-04-16.10; # UTC
+scriptversion=2012-04-16.16; # UTC
# Bootstrap this package from checked-out sources.
@@ -863,7 +863,7 @@ if test $with_gettext = yes; then
}
' po/Makevars.template >po/Makevars || exit 1
- cat $build_aux/po/Makefile.in.in > po/Makefile.in.in || 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.