X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/9d5b26c682e974158f5cfefa92eb579412353c12..877519f8395b7a7610e52e7885dca4ede8984570:/bootstrap diff --git a/bootstrap b/bootstrap index 7b2f4c50..a86aeb83 100755 --- a/bootstrap +++ b/bootstrap @@ -58,6 +58,12 @@ build_cvs_prefix() { fi } +cleanup_gnulib() { + status=$? + rm -fr gnulib + exit $status +} + # Get gnulib files. case ${GNULIB_SRCDIR--} in @@ -65,9 +71,6 @@ case ${GNULIB_SRCDIR--} in if [ ! -d gnulib ]; then echo "$0: getting gnulib files..." - trap exit 1 2 13 15 - trap 'rm -fr gnulib; exit 1' 0 - case ${CVS_AUTH-anoncvs} in anoncvs) CVS_PREFIX='anoncvs@';; @@ -82,9 +85,12 @@ case ${GNULIB_SRCDIR--} in '') export CVS_RSH=ssh;; esac - cvs -z3 -q -d ${CVS_PREFIX}subversions.gnu.org:/cvsroot/gnulib co gnulib || exit + trap cleanup_gnulib 1 2 13 15 - trap - 0 + cvs -z3 -q -d ${CVS_PREFIX}subversions.gnu.org:/cvsroot/gnulib co gnulib || + cleanup_gnulib + + trap - 1 2 13 15 fi GNULIB_SRCDIR=gnulib esac @@ -92,7 +98,6 @@ esac <$GNULIB_SRCDIR/gnulib-tool || exit gnulib_modules=' -alloca argmatch dirname error @@ -109,7 +114,12 @@ quotearg stdbool stdio-safer stpcpy +strerror +strtoul +strverscmp unistd-safer +unlocked-io +verify xalloc xalloc-die xstrndup @@ -154,6 +164,14 @@ for gnulib_file in $gnulib_files; do cp -p $GNULIB_SRCDIR/$gnulib_file $dest || exit done +# This suppresses a bogus diagnostic +# "warning: macro `AM_LANGINFO_CODESET' not found in library". +echo "$0: patching m4/gettext.m4 so that AM_INTL_SUBDIR is empty ..." +sed ' + /^AC_DEFUN(\[AM_INTL_SUBDIR],/,/^]/c\ + AC_DEFUN([AM_INTL_SUBDIR], []) +' m4/gettext.m4 >m4/gettext_gl.m4 || exit + # Get translations.