summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2000-03-08 10:48:49 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2000-03-08 10:48:49 +0000
commit5e33c80f5824889ca318ff79ebfd24d153e0ac89 (patch)
tree7aead6fdd96126453518ae65c3486f24111171f6 /buildconf
parent8aef5fff2e54b67c694fa4ef9190cbedf1ff00c1 (diff)
downloadgnutls-5e33c80f5824889ca318ff79ebfd24d153e0ac89.tar.gz
*** empty log message ***
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf7
1 files changed, 7 insertions, 0 deletions
diff --git a/buildconf b/buildconf
new file mode 100755
index 0000000000..97c15bb34c
--- /dev/null
+++ b/buildconf
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+aclocal && \
+libtoolize -c --force --ltdl && \
+autoheader && \
+automake -a -c || automake -a -c
+autoconf