* autogen/update_autogen: Pass -f to autoreconf.
This commit is contained in:
parent
42e85a8ffd
commit
39f3187393
2 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -126,7 +126,7 @@ done < $tempfile
|
|||
|
||||
echo "Running autoreconf..."
|
||||
|
||||
autoreconf -i -I m4 2>| $tempfile
|
||||
autoreconf -f -i -I m4 2>| $tempfile
|
||||
|
||||
retval=$?
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue