summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-04-05 21:25:57 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-04-05 21:25:57 +0000
commit79c240c7141b1b8ca670b08347956cf8bf8d2c0e (patch)
tree6fdcb7bce6e5c7fbc3a7979a5a25bd240f2376b8 /buildconf
parent81591c88b396fe1ef46faa0979b81b2295f35302 (diff)
downloadgnutls-79c240c7141b1b8ca670b08347956cf8bf8d2c0e.tar.gz
m4 files were removed from acinclude.m4
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildconf b/buildconf
index cd79c962b3..cf5d3ab02d 100755
--- a/buildconf
+++ b/buildconf
@@ -1,8 +1,8 @@
#! /bin/sh
-aclocal && \
+aclocal -I . && \
libtoolize -c --force --automake && \
-aclocal && \
+aclocal -I . && \
autoheader && \
automake -a -c --gnu || automake -a -c --gnu
autoconf