mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 01:33:03 +00:00
build: fix previous commit.
* bootstrap: Update from gnulib.
This commit is contained in:
@@ -847,8 +847,7 @@ for file in $gnulib_extra_files; do
|
|||||||
esac
|
esac
|
||||||
symlink_to_dir "$GNULIB_SRCDIR" $file $dst || exit
|
symlink_to_dir "$GNULIB_SRCDIR" $file $dst || exit
|
||||||
done
|
done
|
||||||
pwd
|
|
||||||
set -xv
|
|
||||||
if test $with_gettext = yes; then
|
if test $with_gettext = yes; then
|
||||||
# Create gettext configuration.
|
# Create gettext configuration.
|
||||||
echo "$0: Creating po/Makevars from po/Makevars.template ..."
|
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
|
' 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
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user