* autogen/update_autogen: Pass -f to autoreconf.
authorGlenn Morris <rgm@gnu.org>
Mon, 28 Mar 2011 01:03:57 +0000 (18:03 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 28 Mar 2011 01:03:57 +0000 (18:03 -0700)
ChangeLog
autogen/update_autogen

index 8cb0aa0..bf7a6af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index d8b451c..b2a6d0b 100755 (executable)
@@ -126,7 +126,7 @@ done < $tempfile
 
 echo "Running autoreconf..."
 
-autoreconf -i -I m4 2>| $tempfile
+autoreconf -f -i -I m4 2>| $tempfile
 
 retval=$?