summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/configure
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cvs/configure')
-rwxr-xr-xcontrib/cvs/configure71
1 files changed, 61 insertions, 10 deletions
diff --git a/contrib/cvs/configure b/contrib/cvs/configure
index 5932504..6397ca9 100755
--- a/contrib/cvs/configure
+++ b/contrib/cvs/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.53 for Concurrent Versions System (CVS) 1.11.2.1.
+# Generated by GNU Autoconf 2.53 for Concurrent Versions System (CVS) 1.11.5.
#
# Report bugs to <bug-cvs@gnu.org>.
#
@@ -256,8 +256,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='Concurrent Versions System (CVS)'
PACKAGE_TARNAME='cvs'
-PACKAGE_VERSION='1.11.2.1'
-PACKAGE_STRING='Concurrent Versions System (CVS) 1.11.2.1'
+PACKAGE_VERSION='1.11.5'
+PACKAGE_STRING='Concurrent Versions System (CVS) 1.11.5'
PACKAGE_BUGREPORT='bug-cvs@gnu.org'
ac_unique_file="src/cvs.h"
@@ -766,7 +766,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures Concurrent Versions System (CVS) 1.11.2.1 to adapt to many kinds of systems.
+\`configure' configures Concurrent Versions System (CVS) 1.11.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -828,7 +828,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of Concurrent Versions System (CVS) 1.11.2.1:";;
+ short | recursive ) echo "Configuration of Concurrent Versions System (CVS) 1.11.5:";;
esac
cat <<\_ACEOF
@@ -837,6 +837,9 @@ Optional Features:
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--disable-dependency-tracking Speeds up one-time builds
--enable-dependency-tracking Do not reject slow dependency extractors
+ --enable-cvs-ndbm Use the NDBM library distributed with CVS rather
+ than attempting to use a system NDBM library.
+ Disabling this may not work. (default)
--enable-client Include code for running as a remote client
(default)
--enable-password-authenticated-client
@@ -876,6 +879,15 @@ Optional Packages:
(default autoselects)
--with-umask Set the umask CVS will use by default in the
repository (default 002)
+ --with-cvs-admin-group=GROUP
+ The CVS admin command is restricted to the members
+ of this group. If this group does not exist, all
+ users are allowed to run CVS admin. To disable the
+ CVS admin command for all users, create an empty
+ group by specifying the --with-cvs-admin-group=
+ option. To disable access control for CVS admin, run
+ configure with the --without-cvs-admin-group option.
+ (default 'cvsadmin')
Some influential environment variables:
CC C compiler command
@@ -953,7 +965,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-Concurrent Versions System (CVS) configure 1.11.2.1
+Concurrent Versions System (CVS) configure 1.11.5
generated by GNU Autoconf 2.53
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -968,7 +980,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by Concurrent Versions System (CVS) $as_me 1.11.2.1, which was
+It was created by Concurrent Versions System (CVS) $as_me 1.11.5, which was
generated by GNU Autoconf 2.53. Invocation command line was
$ $0 $@
@@ -1501,7 +1513,7 @@ fi
# Define the identity of the package.
PACKAGE=cvs
- VERSION=1.11.2.1
+ VERSION=1.11.5
# Some tools Automake needs.
@@ -9187,6 +9199,44 @@ _ACEOF
+# Check whether --with-cvs-admin-group or --without-cvs-admin-group was given.
+if test "${with_cvs_admin_group+set}" = set; then
+ withval="$with_cvs_admin_group"
+
+else
+ with_cvs_admin_group=cvsadmin
+fi;
+
+if test yes = "$with_cvs_admin_group"; then
+ with_cvs_admin_group=cvsadmin
+fi
+if test no != "$with_cvs_admin_group"; then
+
+cat >>confdefs.h <<_ACEOF
+#define CVS_ADMIN_GROUP "$with_cvs_admin_group"
+_ACEOF
+
+fi
+
+
+# Check whether --enable-cvs-ndbm or --disable-cvs-ndbm was given.
+if test "${enable_cvs_ndbm+set}" = set; then
+ enableval="$enable_cvs_ndbm"
+
+else
+ enable_cvs_ndbm=yes
+fi;
+if test no != "$enable_cvs_ndbm"; then
+
+cat >>confdefs.h <<\_ACEOF
+#define MY_NDBM 1
+_ACEOF
+
+fi
+
+
+
+
@@ -9490,6 +9540,7 @@ fi
+
echo "$as_me:$LINENO: checking for cygwin32" >&5
echo $ECHO_N "checking for cygwin32... $ECHO_C" >&6
if test "${ccvs_cv_sys_cygwin32+set}" = set; then
@@ -9924,7 +9975,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by Concurrent Versions System (CVS) $as_me 1.11.2.1, which was
+This file was extended by Concurrent Versions System (CVS) $as_me 1.11.5, which was
generated by GNU Autoconf 2.53. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -9989,7 +10040,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-Concurrent Versions System (CVS) config.status 1.11.2.1
+Concurrent Versions System (CVS) config.status 1.11.5
configured by $0, generated by GNU Autoconf 2.53,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
OpenPOWER on IntegriCloud