From: Nick Mathewson Date: Thu, 17 Jun 2010 14:33:06 +0000 (-0400) Subject: Have autogen.sh pass --force-missing to automake X-Git-Tag: release-2.0.6-rc~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a4406230824ed7d6bc5b9c12b2d8a9293f71c94;p=libevent 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. --- 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