* autogen/update_autogen: Pass -f to autoreconf.

This commit is contained in:
Glenn Morris 2011-03-27 18:03:57 -07:00
parent 42e85a8ffd
commit 39f3187393
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2011-03-28 Glenn Morris <rgm@gnu.org>
* autogen/update_autogen: Pass -f to autoreconf.
* autogen.sh (get_version): Discard "not found" lines.
(check_version): Respect $AUTOCONF etc environment variables.

View file

@ -126,7 +126,7 @@ done < $tempfile
echo "Running autoreconf..."
autoreconf -i -I m4 2>| $tempfile
autoreconf -f -i -I m4 2>| $tempfile
retval=$?