]> git.saurik.com Git - bison.git/commitdiff
build: fix previous commit.
authorAkim Demaille <akim@lrde.epita.fr>
Mon, 16 Apr 2012 17:18:58 +0000 (19:18 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 16 Apr 2012 17:18:58 +0000 (19:18 +0200)
* bootstrap: Update from gnulib.

bootstrap

index 2abf9bd64abafeffe4c71d2d3c349ae3d3f87f1b..16dc15c9fb7d3edce634f2b4d696690b879379a3 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -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.