summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-06-14 18:00:52 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-06-14 18:00:52 +0000
commite52df5840f88626cd86957c9e01eab218617ce8c (patch)
treeed39bad5e507880cf732eceb346f3de71187ca2a /buildconf
parenta6faedd8a31bf97ef3c64286ef4230e2ed0ebaac (diff)
downloadgnutls-e52df5840f88626cd86957c9e01eab218617ce8c.tar.gz
changed the setting of credentials
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index a222c79602..b30eea3751 100755
--- a/buildconf
+++ b/buildconf
@@ -4,7 +4,7 @@ aclocal && \
libtoolize -c --force && \
aclocal && \
autoheader && \
-automake -a -c || automake -a -c
+automake -a -c --foreign || automake -a -c --foreign
autoconf
echo "You can now run \"./configure --enable-maintainer-mode\" and \"make\""