summaryrefslogtreecommitdiff
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
parent10333aa65d43dc1b94e016f72e0b7748267efd3c (diff)
downloadgnutls-1e7d930a72b85f8f3428dfad7c2066a6d3b0511a.tar.gz
Added the --enable-maintainer-mode configure option, and renamed the old one to --enable-developer-mode.
-rwxr-xr-xbuildconf2
-rw-r--r--configure.in18
-rw-r--r--doc/README.CVS2
3 files changed, 12 insertions, 10 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\""
diff --git a/configure.in b/configure.in
index 2c39456ff6..bbea28f72b 100644
--- a/configure.in
+++ b/configure.in
@@ -20,6 +20,8 @@ AC_DEFINE_UNQUOTED(GNUTLS_VERSION, "$GNUTLS_VERSION")
AM_INIT_AUTOMAKE(gnutls, $GNUTLS_VERSION)
AM_CONFIG_HEADER(config.h)
+AM_MAINTAINER_MODE
+
dnl This is the library version
GNUTLS_MOST_RECENT_INTERFACE=5
GNUTLS_CURRENT_INTERFACE_IMPLEMENTATION_NUMBER=$GNUTLS_MICRO_VERSION
@@ -56,12 +58,12 @@ AC_ARG_ENABLE(efence-mode,
opt_efence_mode=$enableval)
AC_MSG_RESULT($opt_efence_mode)
-opt_maintainer_mode=no
+opt_developer_mode=no
AC_MSG_CHECKING([whether in maintanance mode])
-AC_ARG_ENABLE(maintainer-mode,
-[ --enable-maintainer-mode enable maintainer mode],
-opt_maintainer_mode=$enableval)
-AC_MSG_RESULT($opt_maintainer_mode)
+AC_ARG_ENABLE(developer-mode,
+[ --enable-developer-mode enable developer mode],
+opt_developer_mode=$enableval)
+AC_MSG_RESULT($opt_developer_mode)
opt_profiler_mode=no
AC_MSG_CHECKING([whether in profile mode])
@@ -113,7 +115,7 @@ affect performance.])
if test $ac_cv_c_compiler_gnu != no; then
- if test x$opt_maintainer_mode = xyes; then
+ if test x$opt_developer_mode = xyes; then
CFLAGS="${CFLAGS} -ggdb3 -Wall -Wpointer-arith -Wstrict-prototypes" # -Werror
else
@@ -315,8 +317,8 @@ AC_CHECK_LIB( tasn1, asn1_array2tree,:,
)
-dnl In maintainer mode we always use the included library
-if test x$opt_maintainer_mode = xyes; then
+dnl In developer mode we always use the included library
+if test x$opt_developer_mode = xyes; then
libtasn1_enabled=yes
fi
diff --git a/doc/README.CVS b/doc/README.CVS
index 10d8ccf8dc..a693ab5ab8 100644
--- a/doc/README.CVS
+++ b/doc/README.CVS
@@ -29,7 +29,7 @@ $ cd ..
$ ./buildconf
3. Compile the sources
-$ ./configure --enable-maintainer-mode
+$ ./configure --enable-developer-mode
$ make
* Create the ChangeLog