From: Niels Möller Date: Tue, 19 Oct 2004 20:18:36 +0000 (+0200) Subject: * .bootstrap: Don't run aclocal and automake. X-Git-Tag: nettle_1.11_release_20041026~37 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=86567176db301f682c7cd9280303807c8c9bdf00;p=thirdparty%2Fnettle.git * .bootstrap: Don't run aclocal and automake. Rev: src/nettle/.bootstrap:1.3 --- diff --git a/.bootstrap b/.bootstrap index 22c27e9e..d85e2e28 100755 --- a/.bootstrap +++ b/.bootstrap @@ -1,3 +1,3 @@ #! /bin/sh -aclocal && autoconf && autoheader && automake -a +autoconf && autoheader