summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-06-17 10:33:06 -0400
committerNick Mathewson <nickm@torproject.org>2010-06-17 10:33:06 -0400
commit8a4406230824ed7d6bc5b9c12b2d8a9293f71c94 (patch)
tree84930b0e1a20edf4d64551dc9f625777838c8355 /autogen.sh
parent9b14911654dec0ab521f29c3868774fea5a492b3 (diff)
downloadlibevent-8a4406230824ed7d6bc5b9c12b2d8a9293f71c94.tar.gz
Have autogen.sh pass --force-missing to automake
Previously, our autogen.sh script wouldn't tell automake to update older versions of its copied-in scripts, which would cause problems if they got sufficiently out-of-date.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index da16b757..14faf83f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,4 +8,4 @@ aclocal -I m4 && \
autoheader && \
$LIBTOOLIZE && \
autoconf && \
- automake --add-missing --copy
+ automake --add-missing --force-missing --copy