bootstrap: really use gnulib's po/Makefile.in.in
[gnulib.git] / ChangeLog
index 1432543..c08ba76 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+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
+       as the one that does everything else.  This one put the mv -f ...
+       command on a separate, non-backslash-continued line.
+       Make it like the others.
+
+       bootstrap: use gnulib's po/Makefile.in.in, not the one from gettext
+       * build-aux/bootstrap: Use gnulib's po/Makefile.in.in, not
+       the one from gettext.  Reported by Akim Demaille.
+
 2012-04-16  Joel E. Denny  <joeldenny@joeldenny.org>
 
        Fix recursion of install-* into po directories.