aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rwxr-xr-xautogen/update_autogen2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8cb0aa05ef..bf7a6af63b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2011-03-28 Glenn Morris <[email protected]>
+ * autogen/update_autogen: Pass -f to autoreconf.
+
* autogen.sh (get_version): Discard "not found" lines.
(check_version): Respect $AUTOCONF etc environment variables.
diff --git a/autogen/update_autogen b/autogen/update_autogen
index d8b451c370..b2a6d0b42a 100755
--- a/autogen/update_autogen
+++ b/autogen/update_autogen
@@ -126,7 +126,7 @@ done < $tempfile
echo "Running autoreconf..."
-autoreconf -i -I m4 2>| $tempfile
+autoreconf -f -i -I m4 2>| $tempfile
retval=$?