]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Simplify.
authorSimon Josefsson <simon@josefsson.org>
Wed, 4 Aug 2004 23:34:55 +0000 (23:34 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 4 Aug 2004 23:34:55 +0000 (23:34 +0000)
buildconf

index 676e280f50fe8c6a67004e6c94aac9ad31689f7b..a88a485b4cd977c6b7b09200bb5260b683121df8 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -1,12 +1,3 @@
-#! /bin/sh
-
+#!/bin/sh
 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\" and \"make\""