]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Don't use maintainer mode (see Autoconf manual for rationale).
authorSimon Josefsson <simon@josefsson.org>
Wed, 4 Aug 2004 23:28:02 +0000 (23:28 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 4 Aug 2004 23:28:02 +0000 (23:28 +0000)
buildconf
configure.in

index fc80284a53f92981fcac6891ae2c8465f91f010f..676e280f50fe8c6a67004e6c94aac9ad31689f7b 100755 (executable)
--- 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\""
index 6632ce7dbff7e72bbb8863e76e5bd50c37851f14..4329487bb3b7a47c7ca2aa2364d482986d10e5fa 100644 (file)
@@ -25,8 +25,6 @@ AC_DEFINE_UNQUOTED(GNUTLS_LIBTASN1_VERSION, "$GNUTLS_LIBTASN1_VERSION", [version
 AM_INIT_AUTOMAKE(gnutls, $GNUTLS_VERSION, [version of gnutls])
 AM_CONFIG_HEADER(config.h)
 
-AM_MAINTAINER_MODE
-
 dnl This is the library version
 GNUTLS_MOST_RECENT_INTERFACE=13
 GNUTLS_CURRENT_INTERFACE_IMPLEMENTATION_NUMBER=$GNUTLS_MICRO_VERSION