summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-05-31 09:34:53 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-05-31 09:34:53 +0000
commit5bd5c57cf4a88c6218322a2c27d782009b2bb483 (patch)
treee39c8d59fb99cf9818615e3bfe127a6576a154c3 /buildconf
parent9f2c13156039b4e6c5f360def0b6a488d8408dd4 (diff)
downloadgnutls-5bd5c57cf4a88c6218322a2c27d782009b2bb483.tar.gz
updated configuration scripts to comply to autoconf 2.50
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index d53ca7e5c0..a5b3fe2dfa 100755
--- a/buildconf
+++ b/buildconf
@@ -2,8 +2,9 @@
aclocal && \
libtoolize -c --force && \
+aclocal && \
autoheader && \
automake -a -c || automake -a -c
autoconf
-echo "You can now run \"./configure\" and \"make\"" \ No newline at end of file
+echo "You can now run \"./configure\" and \"make\""