]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Use autoreconf.
authorSimon Josefsson <simon@josefsson.org>
Mon, 2 Aug 2004 21:24:33 +0000 (21:24 +0000)
committerSimon Josefsson <simon@josefsson.org>
Mon, 2 Aug 2004 21:24:33 +0000 (21:24 +0000)
buildconf

index d56b942960f1cf9750e9b5b6c42adfef5fa5f118..fc80284a53f92981fcac6891ae2c8465f91f010f 100755 (executable)
--- 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\""