summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-08-02 20:30:10 +0000
committerSimon Josefsson <simon@josefsson.org>2004-08-02 20:30:10 +0000
commitea45d90cec04607fd25e564f537c7c30fb2f9eb7 (patch)
tree428ed70d0c598894ac23d50cf68d35a367e30e94
parentc4fcb14a765abebf5616283fceaf7d9cf01ca1c8 (diff)
downloadgnutls-ea45d90cec04607fd25e564f537c7c30fb2f9eb7.tar.gz
Use autoreconf.
-rwxr-xr-xbuildconf13
1 files changed, 7 insertions, 6 deletions
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\""