summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-08-15 09:58:08 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-08-15 09:58:08 +0000
commit1e7d930a72b85f8f3428dfad7c2066a6d3b0511a (patch)
tree228f9cdcf0e423c04630f088e6fa7bec2546ae94 /buildconf
parent10333aa65d43dc1b94e016f72e0b7748267efd3c (diff)
downloadgnutls-1e7d930a72b85f8f3428dfad7c2066a6d3b0511a.tar.gz
Added the --enable-maintainer-mode configure option, and renamed the old one to --enable-developer-mode.
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index efc8d22cdc..b647097959 100755
--- a/buildconf
+++ b/buildconf
@@ -8,4 +8,4 @@ automake -a -c --gnu || automake -a -c --gnu
autoconf
-echo "You can now run \"./configure --enable-maintainer-mode\" and \"make\""
+echo "You can now run \"./configure --enable-developer-mode\" and \"make\""