[BACK]Return to configure CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/configure between version 1.20 and 1.21

version 1.20, 2003/04/19 21:57:17 version 1.21, 2003/05/08 20:55:05
Line 1 
Line 1 
 #! /bin/sh  #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.57 for sudo 1.6.7p4.  # Generated by GNU Autoconf 2.57 for sudo 1.6.7p5.
 #  #
 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002  # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
 # Free Software Foundation, Inc.  # Free Software Foundation, Inc.
Line 266 
Line 266 
 # Identity of this package.  # Identity of this package.
 PACKAGE_NAME='sudo'  PACKAGE_NAME='sudo'
 PACKAGE_TARNAME='sudo'  PACKAGE_TARNAME='sudo'
 PACKAGE_VERSION='1.6.7p4'  PACKAGE_VERSION='1.6.7p5'
 PACKAGE_STRING='sudo 1.6.7p4'  PACKAGE_STRING='sudo 1.6.7p5'
 PACKAGE_BUGREPORT=''  PACKAGE_BUGREPORT=''
   
 # Factoring default headers for most tests.  # Factoring default headers for most tests.
Line 776 
Line 776 
   # Omit some internal or obsolete options to make the list less imposing.    # 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.    # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF    cat <<_ACEOF
 \`configure' configures sudo 1.6.7p4 to adapt to many kinds of systems.  \`configure' configures sudo 1.6.7p5 to adapt to many kinds of systems.
   
 Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
   
Line 837 
Line 837 
   
 if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
   case $ac_init_help in    case $ac_init_help in
      short | recursive ) echo "Configuration of sudo 1.6.7p4:";;       short | recursive ) echo "Configuration of sudo 1.6.7p5:";;
    esac     esac
   cat <<\_ACEOF    cat <<\_ACEOF
   
Line 1004 
Line 1004 
 test -n "$ac_init_help" && exit 0  test -n "$ac_init_help" && exit 0
 if $ac_init_version; then  if $ac_init_version; then
   cat <<\_ACEOF    cat <<\_ACEOF
 sudo configure 1.6.7p4  sudo configure 1.6.7p5
 generated by GNU Autoconf 2.57  generated by GNU Autoconf 2.57
   
 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
Line 1019 
Line 1019 
 This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
   
 It was created by sudo $as_me 1.6.7p4, which was  It was created by sudo $as_me 1.6.7p5, which was
 generated by GNU Autoconf 2.57.  Invocation command line was  generated by GNU Autoconf 2.57.  Invocation command line was
   
   $ $0 $@    $ $0 $@
Line 1357 
Line 1357 
   
                     ac_config_headers="$ac_config_headers config.h pathnames.h"                      ac_config_headers="$ac_config_headers config.h pathnames.h"
   
 { echo "$as_me:$LINENO: Configuring Sudo version 1.6.7p4" >&5  { echo "$as_me:$LINENO: Configuring Sudo version 1.6.7p5" >&5
 echo "$as_me: Configuring Sudo version 1.6.7p4" >&6;}  echo "$as_me: Configuring Sudo version 1.6.7p5" >&6;}
   
   
   
Line 6719 
Line 6719 
                     CHECKSHADOW="false"                      CHECKSHADOW="false"
                 fi                  fi
                 ;;                  ;;
       *-*-darwin*)
                   SKIP_SETREUID=yes
                   if test "$CHECKSHADOW" = "true"; then
                       CHECKSHADOW="false"
                   fi
                   ;;
     *-*-nextstep*)      *-*-nextstep*)
                 # lockf() on is broken on the NeXT -- use flock instead                  # lockf() on is broken on the NeXT -- use flock instead
                 ac_cv_func_lockf=no                  ac_cv_func_lockf=no
Line 14697 
Line 14703 
 } >&5  } >&5
 cat >&5 <<_CSEOF  cat >&5 <<_CSEOF
   
 This file was extended by sudo $as_me 1.6.7p4, which was  This file was extended by sudo $as_me 1.6.7p5, which was
 generated by GNU Autoconf 2.57.  Invocation command line was  generated by GNU Autoconf 2.57.  Invocation command line was
   
   CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
Line 14757 
Line 14763 
   
 cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\  ac_cs_version="\\
 sudo config.status 1.6.7p4  sudo config.status 1.6.7p5
 configured by $0, generated by GNU Autoconf 2.57,  configured by $0, generated by GNU Autoconf 2.57,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
   

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21