bootstrap: really use gnulib's po/Makefile.in.in
authorJim Meyering <meyering@redhat.com>
Mon, 16 Apr 2012 16:50:42 +0000 (18:50 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 16 Apr 2012 16:50:42 +0000 (18:50 +0200)
* build-aux/bootstrap: Correct the source file name in previous change.
Reported by Akim Demaille.

ChangeLog
build-aux/bootstrap

index 8817dab..c08ba76 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2012-04-16  Jim Meyering  <meyering@redhat.com>
 
+       bootstrap: really use gnulib's po/Makefile.in.in
+       * build-aux/bootstrap: Correct the source file name in previous change.
+       Reported by Akim Demaille.
+
        configmake: correct minor inconsistency in Makefile rule
        * modules/configmake (Makefile.am): All other rules like this one
        run the final "mv -f ..." in the same backslash-continued command
index d749fe2..16dc15c 100755 (executable)
@@ -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.