diff options
author | Akim Demaille <akim@lrde.epita.fr> | 2012-04-16 19:18:58 +0200 |
---|---|---|
committer | Akim Demaille <akim@lrde.epita.fr> | 2012-04-16 19:18:58 +0200 |
commit | fbca8023edaf1e978fb16c0a104180eac5a1618e (patch) | |
tree | 853cc65f79d94758b2773d0433dc9aec0c33efaa | |
parent | 8ef26c2aa7a53421234191b85c4070d7c16dbdb5 (diff) | |
download | bison-fbca8023edaf1e978fb16c0a104180eac5a1618e.tar.gz |
build: fix previous commit.
* bootstrap: Update from gnulib.
-rwxr-xr-x | bootstrap | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -847,8 +847,7 @@ 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 ..." @@ -864,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. |