summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-03-27 18:03:57 -0700
committerGlenn Morris <rgm@gnu.org>2011-03-27 18:03:57 -0700
commit39f3187393af8fbf597591e284490db94a335f94 (patch)
treeafa823679394a012eaa4317a4f2b7559aab5d37d
parent42e85a8ffd37fc11fe569cb571fbd73a6d8c8b45 (diff)
downloademacs-39f3187393af8fbf597591e284490db94a335f94.tar.gz
* autogen/update_autogen: Pass -f to autoreconf.
-rw-r--r--ChangeLog2
-rwxr-xr-xautogen/update_autogen2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8cb0aa05ef2..bf7a6af63b6 100644
--- 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.
diff --git a/autogen/update_autogen b/autogen/update_autogen
index d8b451c370b..b2a6d0b42a4 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=$?