]> granicus.if.org Git - libevent/commitdiff
Have autogen.sh pass --force-missing to automake
authorNick Mathewson <nickm@torproject.org>
Thu, 17 Jun 2010 14:33:06 +0000 (10:33 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 17 Jun 2010 14:33:06 +0000 (10:33 -0400)
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.

autogen.sh

index da16b75774c82f0269523aa48016b03aa617532c..14faf83fab23905a8f0545c0a87fe369dbcab033 100755 (executable)
@@ -8,4 +8,4 @@ aclocal -I m4 && \
        autoheader && \
        $LIBTOOLIZE && \
        autoconf && \
-       automake --add-missing --copy
+       automake --add-missing --force-missing --copy