From: Simon Josefsson Date: Mon, 2 Aug 2004 21:24:33 +0000 (+0000) Subject: Use autoreconf. X-Git-Tag: gnutls_1_1_13~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2f12d6aa86a1d26fdca769d6ef7cc0acb9ae8a5;p=thirdparty%2Fgnutls.git Use autoreconf. --- diff --git a/buildconf b/buildconf index d56b942960..fc80284a53 100755 --- a/buildconf +++ b/buildconf @@ -1,11 +1,12 @@ #! /bin/sh -aclocal -I . && \ -libtoolize -c --force --automake && \ -aclocal -I . && \ -autoheader -Wall && \ -automake -a -c --gnu || automake -a -c --gnu -autoconf +autoreconf --force --install +#aclocal -I . && \ +#libtoolize -c --force --automake && \ +#aclocal -I . && \ +#autoheader -Wall && \ +#automake -a -c --gnu || automake -a -c --gnu +#autoconf echo "You can now run \"./configure --enable-developer-mode\" and \"make\""