summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-08-04 23:28:02 +0000
committerSimon Josefsson <simon@josefsson.org>2004-08-04 23:28:02 +0000
commitde8b501f1e7bc9fc5f345bc202a86e04b0a083f4 (patch)
treef80bc0cf982861d7135af27aea5696716ca8b4bd /buildconf
parent9fde28d5a1c53645f35646c848bc5e1905e88f9a (diff)
downloadgnutls-de8b501f1e7bc9fc5f345bc202a86e04b0a083f4.tar.gz
Don't use maintainer mode (see Autoconf manual for rationale).
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index fc80284a53..676e280f50 100755
--- a/buildconf
+++ b/buildconf
@@ -9,4 +9,4 @@ autoreconf --force --install
#automake -a -c --gnu || automake -a -c --gnu
#autoconf
-echo "You can now run \"./configure --enable-developer-mode\" and \"make\""
+echo "You can now run \"./configure\" and \"make\""