diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2000-03-08 10:48:49 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2000-03-08 10:48:49 +0000 |
commit | 5e33c80f5824889ca318ff79ebfd24d153e0ac89 (patch) | |
tree | 7aead6fdd96126453518ae65c3486f24111171f6 /buildconf | |
parent | 8aef5fff2e54b67c694fa4ef9190cbedf1ff00c1 (diff) | |
download | gnutls-5e33c80f5824889ca318ff79ebfd24d153e0ac89.tar.gz |
*** empty log message ***
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 7 |
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 |