diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-06-14 18:00:52 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-06-14 18:00:52 +0000 |
commit | e52df5840f88626cd86957c9e01eab218617ce8c (patch) | |
tree | ed39bad5e507880cf732eceb346f3de71187ca2a /buildconf | |
parent | a6faedd8a31bf97ef3c64286ef4230e2ed0ebaac (diff) | |
download | gnutls-e52df5840f88626cd86957c9e01eab218617ce8c.tar.gz |
changed the setting of credentials
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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\"" |