mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 09:13:04 +00:00
* bootstrap: Adjust to today's change to gnulib-tool by invoking
it with --assume-autoconf='latest-stable'.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2006-07-20 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
* bootstrap: Adjust to today's change to gnulib-tool by invoking
|
||||||
|
it with --assume-autoconf='latest-stable'.
|
||||||
|
|
||||||
2006-07-13 Joel E. Denny <jdenny@ces.clemson.edu>
|
2006-07-13 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||||
|
|
||||||
* src/parse-gram.y (grammar_declaration): Don't confuse Doxygen (at
|
* src/parse-gram.y (grammar_declaration): Don't confuse Doxygen (at
|
||||||
|
|||||||
@@ -92,6 +92,7 @@ case ${GNULIB_SRCDIR--} in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
<$GNULIB_SRCDIR/gnulib-tool || exit
|
<$GNULIB_SRCDIR/gnulib-tool || exit
|
||||||
|
gnulib_tool="$GNULIB_SRCDIR/gnulib-tool --assume-autoconf=latest-stable"
|
||||||
|
|
||||||
gnulib_modules='
|
gnulib_modules='
|
||||||
argmatch
|
argmatch
|
||||||
@@ -128,14 +129,14 @@ while [ "$gnulib_modules" != "$previous_gnulib_modules" ]; do
|
|||||||
gnulib_modules=`
|
gnulib_modules=`
|
||||||
(echo "$gnulib_modules"
|
(echo "$gnulib_modules"
|
||||||
for gnulib_module in $gnulib_modules; do
|
for gnulib_module in $gnulib_modules; do
|
||||||
$GNULIB_SRCDIR/gnulib-tool --extract-dependencies $gnulib_module
|
$gnulib_tool --extract-dependencies $gnulib_module
|
||||||
done) | sort -u
|
done) | sort -u
|
||||||
`
|
`
|
||||||
done
|
done
|
||||||
|
|
||||||
gnulib_files=`
|
gnulib_files=`
|
||||||
(for gnulib_module in $gnulib_modules; do
|
(for gnulib_module in $gnulib_modules; do
|
||||||
$GNULIB_SRCDIR/gnulib-tool --extract-filelist $gnulib_module
|
$gnulib_tool --extract-filelist $gnulib_module
|
||||||
done) | sort -u
|
done) | sort -u
|
||||||
`
|
`
|
||||||
|
|
||||||
@@ -226,12 +227,12 @@ esac
|
|||||||
|
|
||||||
(echo '# This file is generated automatically by "bootstrap".' &&
|
(echo '# This file is generated automatically by "bootstrap".' &&
|
||||||
echo 'AC_DEFUN([GNULIB_AUTOCONF_SNIPPET],[' &&
|
echo 'AC_DEFUN([GNULIB_AUTOCONF_SNIPPET],[' &&
|
||||||
$GNULIB_SRCDIR/gnulib-tool --extract-autoconf-snippet $gnulib_modules &&
|
$gnulib_tool --extract-autoconf-snippet $gnulib_modules &&
|
||||||
echo '])'
|
echo '])'
|
||||||
) >m4/gnulib.m4 || exit
|
) >m4/gnulib.m4 || exit
|
||||||
|
|
||||||
(echo '# This file is generated automatically by "bootstrap".' &&
|
(echo '# This file is generated automatically by "bootstrap".' &&
|
||||||
$GNULIB_SRCDIR/gnulib-tool --extract-automake-snippet $gnulib_modules |
|
$gnulib_tool --extract-automake-snippet $gnulib_modules |
|
||||||
sed 's/^[ ]*AM_CPPFLAGS[ ]*+=/# (commented out by bootstrap) &/'
|
sed 's/^[ ]*AM_CPPFLAGS[ ]*+=/# (commented out by bootstrap) &/'
|
||||||
) >lib/gnulib.mk || exit
|
) >lib/gnulib.mk || exit
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user