summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2001-06-25 21:05:03 +0000
committerbwarsaw2001-06-25 21:05:03 +0000
commit8c8a8b7e15b28325e820f0e5240202c5752a8f6c (patch)
tree7b833065603e8ad18eb545d75839b9a70dc33542
parent575768dd41d548d5b0b65891e29ee3e5be28ab40 (diff)
downloadmailman-8c8a8b7e15b28325e820f0e5240202c5752a8f6c.tar.gz
mailman-8c8a8b7e15b28325e820f0e5240202c5752a8f6c.tar.zst
mailman-8c8a8b7e15b28325e820f0e5240202c5752a8f6c.zip
-rwxr-xr-xconfigure10
-rw-r--r--configure.in6
2 files changed, 8 insertions, 8 deletions
diff --git a/configure b/configure
index 8cd5b0603..e6faab65e 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
-# From configure.in Revision: 2.3
+# From configure.in Revision: 2.4
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
@@ -1301,8 +1301,8 @@ echo "$ac_t""okay" 1>&6
# Now find the UIDs and GIDs
# Support --with-mail-gid and --with-cgi-gid
-echo $ac_n "checking for mail wrapper GID""... $ac_c" 1>&6
-echo "configure:1306: checking for mail wrapper GID" >&5
+echo $ac_n "checking for mail wrapper GID; i.e. --with-mail-gid""... $ac_c" 1>&6
+echo "configure:1306: checking for mail wrapper GID; i.e. --with-mail-gid" >&5
# Check whether --with-mail-gid or --without-mail-gid was given.
if test "${with_mail_gid+set}" = set; then
withval="$with_mail_gid"
@@ -1362,8 +1362,8 @@ then
fi
-echo $ac_n "checking for CGI wrapper GID""... $ac_c" 1>&6
-echo "configure:1367: checking for CGI wrapper GID" >&5
+echo $ac_n "checking for CGI wrapper GID; i.e. --with-cgi-gid""... $ac_c" 1>&6
+echo "configure:1367: checking for CGI wrapper GID; i.e. --with-cgi-gid" >&5
# Check whether --with-cgi-gid or --without-cgi-gid was given.
if test "${with_cgi_gid+set}" = set; then
withval="$with_cgi_gid"
diff --git a/configure.in b/configure.in
index e9e72eefe..7ee994b3e 100644
--- a/configure.in
+++ b/configure.in
@@ -15,7 +15,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
dnl Process this file with autoconf to produce a configure script.
-AC_REVISION($Revision: 3392 $)
+AC_REVISION($Revision: 3547 $)
AC_PREREQ(2.0)
AC_INIT(src/alias-wrapper.c)
@@ -325,7 +325,7 @@ AC_MSG_RESULT(okay)
# Now find the UIDs and GIDs
# Support --with-mail-gid and --with-cgi-gid
-AC_MSG_CHECKING(for mail wrapper GID)
+AC_MSG_CHECKING(for mail wrapper GID; i.e. --with-mail-gid)
AC_ARG_WITH(mail-gid, dnl
[ --with-mail-gid specify GID mail programs run as])
if test -z "$with_mail_gid"
@@ -348,7 +348,7 @@ then
fi
-AC_MSG_CHECKING(for CGI wrapper GID)
+AC_MSG_CHECKING(for CGI wrapper GID; i.e. --with-cgi-gid)
AC_ARG_WITH(cgi-gid, dnl
[ --with-cgi-gid specify GID CGI programs run as])
if test -z "$with_cgi_gid"