mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
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.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2012-04-16 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
|
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>
|
2012-04-16 Joel E. Denny <joeldenny@joeldenny.org>
|
||||||
|
|
||||||
Fix recursion of install-* into po directories.
|
Fix recursion of install-* into po directories.
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Print a version string.
|
# Print a version string.
|
||||||
scriptversion=2012-02-11.09; # UTC
|
scriptversion=2012-04-16.10; # UTC
|
||||||
|
|
||||||
# Bootstrap this package from checked-out sources.
|
# Bootstrap this package from checked-out sources.
|
||||||
|
|
||||||
@@ -863,6 +863,8 @@ if test $with_gettext = yes; then
|
|||||||
}
|
}
|
||||||
' po/Makevars.template >po/Makevars || exit 1
|
' po/Makevars.template >po/Makevars || exit 1
|
||||||
|
|
||||||
|
cat $build_aux/po/Makefile.in.in > po/Makefile.in.in || exit 1
|
||||||
|
|
||||||
if test -d runtime-po; then
|
if test -d runtime-po; then
|
||||||
# Similarly for runtime-po/Makevars, but not quite the same.
|
# Similarly for runtime-po/Makevars, but not quite the same.
|
||||||
rm -f runtime-po/Makevars
|
rm -f runtime-po/Makevars
|
||||||
|
Reference in New Issue
Block a user