summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2012-04-16 17:56:52 +0200
committerAkim Demaille <akim@lrde.epita.fr>2012-04-16 19:12:07 +0200
commit8ef26c2aa7a53421234191b85c4070d7c16dbdb5 (patch)
tree6c844fdffabc6fe00410d69a345d587fcf785030 /bootstrap
parent7e508a2b2d494f32d171ac9376a80ae2b75480c3 (diff)
downloadbison-8ef26c2aa7a53421234191b85c4070d7c16dbdb5.tar.gz
install-pdf: fix.
* gnulib: Fix install-pdf in po/ and runtime-po/. Reported by Hans Aberg. Fixed by Joel E. Denny. http://lists.gnu.org/archive/html/bug-bison/2011-05/msg00008.html
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap7
1 files changed, 5 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 31eb651f..2abf9bd6 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.
@@ -847,7 +847,8 @@ for file in $gnulib_extra_files; do
esac
symlink_to_dir "$GNULIB_SRCDIR" $file $dst || exit
done
-
+pwd
+set -xv
if test $with_gettext = yes; then
# Create gettext configuration.
echo "$0: Creating po/Makevars from po/Makevars.template ..."
@@ -863,6 +864,8 @@ 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
+
if test -d runtime-po; then
# Similarly for runtime-po/Makevars, but not quite the same.
rm -f runtime-po/Makevars