summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-14 19:52:40 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-14 19:52:40 +0000
commit25c04f4a4983a23b11bccd40f035b2c398f6de0a (patch)
tree49d530a072206c2c9643b5770e6cdc53cd7874b8 /buildconf
parentbdae6d6aa834a543ef3945ed0b10996d5e3f7eed (diff)
downloadgnutls-25c04f4a4983a23b11bccd40f035b2c398f6de0a.tar.gz
renamed gnutls_x509pki_set_trust/key to
gnutls_x509pki_set_trust_file/key_file
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index d42816766f..cd79c962b3 100755
--- a/buildconf
+++ b/buildconf
@@ -4,7 +4,7 @@ aclocal && \
libtoolize -c --force --automake && \
aclocal && \
autoheader && \
-automake -a -c --foreign || automake -a -c --foreign
+automake -a -c --gnu || automake -a -c --gnu
autoconf
echo "You can now run \"./configure --enable-maintainer-mode\" and \"make\""