diff options
| -rwxr-xr-x | configure | 10 | ||||
| -rw-r--r-- | configure.in | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -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" |
