mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 08:13:02 +00:00
gnulib: update.
* bootstrap.conf (bootstrap_sync): True again. It was disabled while waiting for changes to be integrated in gnulib's bootstrap, which was done long ago. * bootstrap, gnulib: Update.
This commit is contained in:
11
bootstrap
11
bootstrap
@@ -1,6 +1,6 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Print a version string.
|
# Print a version string.
|
||||||
scriptversion=2012-01-23.10; # UTC
|
scriptversion=2012-02-11.09; # UTC
|
||||||
|
|
||||||
# Bootstrap this package from checked-out sources.
|
# Bootstrap this package from checked-out sources.
|
||||||
|
|
||||||
@@ -137,7 +137,7 @@ tests_base=tests
|
|||||||
gnulib_extra_files=''
|
gnulib_extra_files=''
|
||||||
|
|
||||||
# Additional gnulib-tool options to use. Use "\newline" to break lines.
|
# Additional gnulib-tool options to use. Use "\newline" to break lines.
|
||||||
gnulib_tool_option_extras='--makefile-name=gnulib.mk'
|
gnulib_tool_option_extras=
|
||||||
|
|
||||||
# Other locale categories that need message catalogs.
|
# Other locale categories that need message catalogs.
|
||||||
EXTRA_LOCALE_CATEGORIES=
|
EXTRA_LOCALE_CATEGORIES=
|
||||||
@@ -423,7 +423,7 @@ check_versions() {
|
|||||||
$use_git || continue
|
$use_git || continue
|
||||||
fi
|
fi
|
||||||
# Honor $APP variables ($TAR, $AUTOCONF, etc.)
|
# Honor $APP variables ($TAR, $AUTOCONF, etc.)
|
||||||
appvar=`echo $app | tr '[a-z]-' '[A-Z]_'`
|
appvar=`echo $app | LC_ALL=C tr '[a-z]-' '[A-Z]_'`
|
||||||
test "$appvar" = TAR && appvar=AMTAR
|
test "$appvar" = TAR && appvar=AMTAR
|
||||||
case $appvar in
|
case $appvar in
|
||||||
GZIP) ;; # Do not use $GZIP: it contains gzip options.
|
GZIP) ;; # Do not use $GZIP: it contains gzip options.
|
||||||
@@ -604,7 +604,7 @@ if $bootstrap_sync; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
gnulib_tool=$GNULIB_SRCDIR/gnulib-tool
|
gnulib_tool=$GNULIB_SRCDIR/gnulib-tool
|
||||||
<$gnulib_tool || exit
|
<$gnulib_tool || exit $?
|
||||||
|
|
||||||
# Get translations.
|
# Get translations.
|
||||||
|
|
||||||
@@ -807,7 +807,8 @@ for file in $gnulib_files; do
|
|||||||
symlink_to_dir "$GNULIB_SRCDIR" $file || exit
|
symlink_to_dir "$GNULIB_SRCDIR" $file || exit
|
||||||
done
|
done
|
||||||
|
|
||||||
bootstrap_post_import_hook
|
bootstrap_post_import_hook \
|
||||||
|
|| { echo >&2 "$me: bootstrap_post_import_hook failed"; exit 1; }
|
||||||
|
|
||||||
# Remove any dangling symlink matching "*.m4" or "*.[ch]" in some
|
# Remove any dangling symlink matching "*.m4" or "*.[ch]" in some
|
||||||
# gnulib-populated directories. Such .m4 files would cause aclocal to fail.
|
# gnulib-populated directories. Such .m4 files would cause aclocal to fail.
|
||||||
|
|||||||
@@ -82,4 +82,4 @@ bootstrap_epilogue()
|
|||||||
# the bootstrap entry from the file .x-update-copyright, and add any
|
# the bootstrap entry from the file .x-update-copyright, and add any
|
||||||
# needed copyright years to the copyright statement in the bootstrap
|
# needed copyright years to the copyright statement in the bootstrap
|
||||||
# script.
|
# script.
|
||||||
# FIXME: temporary bootstrap_sync=true
|
bootstrap_sync=true
|
||||||
|
|||||||
2
gnulib
2
gnulib
Submodule gnulib updated: 0e9d9267fa...55cc8db041
Reference in New Issue
Block a user