Diff for /embedaddon/sudo/configure between versions 1.1.1.4 and 1.1.1.5

version 1.1.1.4, 2013/07/22 10:46:11 version 1.1.1.5, 2013/10/14 07:56:33
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.68 for sudo 1.8.7.# Generated by GNU Autoconf 2.68 for sudo 1.8.8.
 #  #
 # Report bugs to <http://www.sudo.ws/bugs/>.  # Report bugs to <http://www.sudo.ws/bugs/>.
 #  #
Line 570  MAKEFLAGS= Line 570  MAKEFLAGS=
 # Identity of this package.  # Identity of this package.
 PACKAGE_NAME='sudo'  PACKAGE_NAME='sudo'
 PACKAGE_TARNAME='sudo'  PACKAGE_TARNAME='sudo'
PACKAGE_VERSION='1.8.7'PACKAGE_VERSION='1.8.8'
PACKAGE_STRING='sudo 1.8.7'PACKAGE_STRING='sudo 1.8.8'
 PACKAGE_BUGREPORT='http://www.sudo.ws/bugs/'  PACKAGE_BUGREPORT='http://www.sudo.ws/bugs/'
 PACKAGE_URL=''  PACKAGE_URL=''
   
Line 659  EXEEXT Line 659  EXEEXT
 ac_ct_CC  ac_ct_CC
 CC  CC
 PLUGINDIR  PLUGINDIR
   pam_login_service
 pam_session  pam_session
 editor  editor
 secure_path  secure_path
Line 736  DEVEL Line 737  DEVEL
 SUDOERS_GID  SUDOERS_GID
 SUDOERS_UID  SUDOERS_UID
 SUDOERS_MODE  SUDOERS_MODE
   SHLIB_EXT
 SHLIB_MODE  SHLIB_MODE
 MANCOMPRESSEXT  MANCOMPRESSEXT
 MANCOMPRESS  MANCOMPRESS
Line 1475  if test "$ac_init_help" = "long"; then Line 1477  if test "$ac_init_help" = "long"; then
   # 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.8.7 to adapt to many kinds of systems.\`configure' configures sudo 1.8.8 to adapt to many kinds of systems.
   
 Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
   
Line 1540  fi Line 1542  fi
   
 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.8.7:";;     short | recursive ) echo "Configuration of sudo 1.8.8:";;
    esac     esac
   cat <<\_ACEOF    cat <<\_ACEOF
   
Line 1767  fi Line 1769  fi
 test -n "$ac_init_help" && exit $ac_status  test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then  if $ac_init_version; then
   cat <<\_ACEOF    cat <<\_ACEOF
sudo configure 1.8.7sudo configure 1.8.8
 generated by GNU Autoconf 2.68  generated by GNU Autoconf 2.68
   
 Copyright (C) 2010 Free Software Foundation, Inc.  Copyright (C) 2010 Free Software Foundation, Inc.
Line 2471  cat >config.log <<_ACEOF Line 2473  cat >config.log <<_ACEOF
 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.8.7, which wasIt was created by sudo $as_me 1.8.8, which was
 generated by GNU Autoconf 2.68.  Invocation command line was  generated by GNU Autoconf 2.68.  Invocation command line was
   
   $ $0 $@    $ $0 $@
Line 2929  $as_echo "$as_me: Configuring Sudo version $PACKAGE_VE Line 2931  $as_echo "$as_me: Configuring Sudo version $PACKAGE_VE
   
   
   
   
   
 #  #
 # Begin initial values for man page substitution  # Begin initial values for man page substitution
 #  #
Line 2970  sesh_file=/usr/local/libexec/sudo/sesh Line 2974  sesh_file=/usr/local/libexec/sudo/sesh
 nsswitch_conf=/etc/nsswitch.conf  nsswitch_conf=/etc/nsswitch.conf
 secure_path="not set"  secure_path="not set"
 pam_session=on  pam_session=on
   pam_login_service=sudo
 PLUGINDIR=/usr/local/libexec/sudo  PLUGINDIR=/usr/local/libexec/sudo
 #  #
 # End initial values for man page substitution  # End initial values for man page substitution
Line 13693  else Line 13698  else
     # Darwin uses .dylib for libraries but .so for modules      # Darwin uses .dylib for libraries but .so for modules
     if test X"$_shrext" = X".dylib"; then      if test X"$_shrext" = X".dylib"; then
         SOEXT=".so"          SOEXT=".so"
           SHLIB_EXT=".dylib"
     else      else
         SOEXT="$_shrext"          SOEXT="$_shrext"
           SHLIB_EXT="$_shrext"
     fi      fi
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking path to sudo_noexec.so" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking path to sudo_noexec.so" >&5
Line 14575  done Line 14582  done
                 CHECKSHADOW="false"                  CHECKSHADOW="false"
                 test -z "$with_pam" && AUTH_EXCL_DEF="PAM"                  test -z "$with_pam" && AUTH_EXCL_DEF="PAM"
                 : ${with_logincap='yes'}                  : ${with_logincap='yes'}
                   # Darwin 8 and above can interpose library symbols cleanly
                   if test $OSMAJOR -ge 8; then
                       $as_echo "#define HAVE___INTERPOSE 1" >>confdefs.h
   
                       dlyld_interpose=yes
                   else
                       RTLD_PRELOAD_ENABLE_VAR="DYLD_FORCE_FLAT_NAMESPACE"
                   fi
                 RTLD_PRELOAD_VAR="DYLD_INSERT_LIBRARIES"                  RTLD_PRELOAD_VAR="DYLD_INSERT_LIBRARIES"
                 RTLD_PRELOAD_ENABLE_VAR="DYLD_FORCE_FLAT_NAMESPACE"  
                 ;;                  ;;
     *-*-nextstep*)      *-*-nextstep*)
                 # lockf() on is broken on the NeXT -- use flock instead                  # lockf() on is broken on the NeXT -- use flock instead
Line 15913  if test "x$ac_cv_header_login_cap_h" = xyes; then : Line 15927  if test "x$ac_cv_header_login_cap_h" = xyes; then :
   cat >>confdefs.h <<_ACEOF    cat >>confdefs.h <<_ACEOF
 #define HAVE_LOGIN_CAP_H 1  #define HAVE_LOGIN_CAP_H 1
 _ACEOF  _ACEOF
 LOGINCAP_USAGE='[-c class|-] '; LCMAN=1 LOGINCAP_USAGE='[-c class] '; LCMAN=1
         case "$OS" in          case "$OS" in
             freebsd|netbsd)              freebsd|netbsd)
                 SUDO_LIBS="${SUDO_LIBS} -lutil"                  SUDO_LIBS="${SUDO_LIBS} -lutil"
Line 15979  fi Line 15993  fi
   
   
 fi  fi
   
       case "${CPPFLAGS}" in
           *"-D__STDC_WANT_LIB_EXT1__=1"|*"-D__STDC_WANT_LIB_EXT1__=1 ")
               ;;
           *)
               if test X"${CPPFLAGS}" = X""; then
                   CPPFLAGS="-D__STDC_WANT_LIB_EXT1__=1"
               else
                   CPPFLAGS="${CPPFLAGS} -D__STDC_WANT_LIB_EXT1__=1"
               fi
               ;;
       esac
   
 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"  ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
 if test "x$ac_cv_type_mode_t" = xyes; then :  if test "x$ac_cv_type_mode_t" = xyes; then :
   
Line 16211  cat >>confdefs.h <<_ACEOF Line 16238  cat >>confdefs.h <<_ACEOF
 _ACEOF  _ACEOF
   
   
   ac_fn_c_check_type "$LINENO" "id_t" "ac_cv_type_id_t" "$ac_includes_default"
   if test "x$ac_cv_type_id_t" = xyes; then :
   
   else
   
   cat >>confdefs.h <<_ACEOF
   #define id_t unsigned int
   _ACEOF
   
   fi
   
 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"  ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
 if test "x$ac_cv_type_size_t" = xyes; then :  if test "x$ac_cv_type_size_t" = xyes; then :
   
Line 16299  else Line 16337  else
   
 fi  fi
   
   ac_fn_c_check_type "$LINENO" "rsize_t" "ac_cv_type_rsize_t" "$ac_includes_default"
   if test "x$ac_cv_type_rsize_t" = xyes; then :
   
   else
   
   cat >>confdefs.h <<_ACEOF
   #define rsize_t size_t
   _ACEOF
   
   fi
   
   ac_fn_c_check_type "$LINENO" "errno_t" "ac_cv_type_errno_t" "$ac_includes_default"
   if test "x$ac_cv_type_errno_t" = xyes; then :
   
   else
   
   cat >>confdefs.h <<_ACEOF
   #define errno_t int
   _ACEOF
   
   fi
   
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking max length of uid_t" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking max length of uid_t" >&5
 $as_echo_n "checking max length of uid_t... " >&6; }  $as_echo_n "checking max length of uid_t... " >&6; }
 if ${sudo_cv_uid_t_len+:} false; then :  if ${sudo_cv_uid_t_len+:} false; then :
Line 17530  esac Line 17590  esac
   
 fi  fi
   
   ac_fn_c_check_func "$LINENO" "memset_s" "ac_cv_func_memset_s"
   if test "x$ac_cv_func_memset_s" = xyes; then :
     $as_echo "#define HAVE_MEMSET_S 1" >>confdefs.h
   
   else
     case " $LIBOBJS " in
     *" memset_s.$ac_objext "* ) ;;
     *) LIBOBJS="$LIBOBJS memset_s.$ac_objext"
    ;;
   esac
   
   fi
   
 ac_fn_c_check_func "$LINENO" "pw_dup" "ac_cv_func_pw_dup"  ac_fn_c_check_func "$LINENO" "pw_dup" "ac_cv_func_pw_dup"
 if test "x$ac_cv_func_pw_dup" = xyes; then :  if test "x$ac_cv_func_pw_dup" = xyes; then :
   $as_echo "#define HAVE_PW_DUP 1" >>confdefs.h    $as_echo "#define HAVE_PW_DUP 1" >>confdefs.h
Line 17632  fi Line 17705  fi
 fi  fi
 done  done
   
   for ac_func in getopt_long
   do :
     ac_fn_c_check_func "$LINENO" "getopt_long" "ac_cv_func_getopt_long"
   if test "x$ac_cv_func_getopt_long" = xyes; then :
     cat >>confdefs.h <<_ACEOF
   #define HAVE_GETOPT_LONG 1
   _ACEOF
   
   else
     case " $LIBOBJS " in
     *" getopt_long.$ac_objext "* ) ;;
     *) LIBOBJS="$LIBOBJS getopt_long.$ac_objext"
    ;;
   esac
   
       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for optreset" >&5
   $as_echo_n "checking for optreset... " >&6; }
       if ${sudo_cv_optreset+:} false; then :
     $as_echo_n "(cached) " >&6
   else
   
       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   /* end confdefs.h.  */
   
   int
   main ()
   {
   extern int optreset; optreset = 1; return optreset;
     ;
     return 0;
   }
   _ACEOF
   if ac_fn_c_try_link "$LINENO"; then :
     sudo_cv_optreset=yes
   else
     sudo_cv_optreset=no
   fi
   rm -f core conftest.err conftest.$ac_objext \
       conftest$ac_exeext conftest.$ac_ext
   fi
   
       if test "$sudo_cv_optreset" = "yes"; then
           $as_echo "#define HAVE_OPTRESET 1" >>confdefs.h
   
       fi
       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sudo_cv_optreset" >&5
   $as_echo "$sudo_cv_optreset" >&6; }
   
   fi
   done
   
 for ac_func in closefrom  for ac_func in closefrom
 do :  do :
   ac_fn_c_check_func "$LINENO" "closefrom" "ac_cv_func_closefrom"    ac_fn_c_check_func "$LINENO" "closefrom" "ac_cv_func_closefrom"
Line 17727  fi Line 17851  fi
 fi  fi
   
 fi  fi
   if test X"$with_noexec" != X"no"; then
       # Check for underscore versions of standard exec functions
       # unless we are using dyld symbole interposition
       if test X"$dlyld_interpose" != X"yes"; then
           for ac_func in _execl __execl
   do :
     as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
   ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
   if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
     cat >>confdefs.h <<_ACEOF
   #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
   _ACEOF
   
   fi
   done
   
           for ac_func in _execle __execle
   do :
     as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
   ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
   if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
     cat >>confdefs.h <<_ACEOF
   #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
   _ACEOF
   
   fi
   done
   
           for ac_func in _execlp __execlp
   do :
     as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
   ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
   if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
     cat >>confdefs.h <<_ACEOF
   #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
   _ACEOF
   
   fi
   done
   
           for ac_func in _execv __execv
   do :
     as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
   ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
   if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
     cat >>confdefs.h <<_ACEOF
   #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
   _ACEOF
   
   fi
   done
   
           for ac_func in _execve __execve
   do :
     as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
   ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
   if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
     cat >>confdefs.h <<_ACEOF
   #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
   _ACEOF
   
   fi
   done
   
           for ac_func in _execvp __execvp
   do :
     as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
   ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
   if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
     cat >>confdefs.h <<_ACEOF
   #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
   _ACEOF
   
   fi
   done
   
       fi
       # Check for non-standard exec functions including underscore versions
       for ac_func in exect
   do :
     ac_fn_c_check_func "$LINENO" "exect" "ac_cv_func_exect"
   if test "x$ac_cv_func_exect" = xyes; then :
     cat >>confdefs.h <<_ACEOF
   #define HAVE_EXECT 1
   _ACEOF
   
           if test X"$dlyld_interpose" != X"yes"; then
               for ac_func in _exect __exect
   do :
     as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
   ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
   if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
     cat >>confdefs.h <<_ACEOF
   #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
   _ACEOF
   
   fi
   done
   
           fi
   
   fi
   done
   
       for ac_func in execvP
   do :
     ac_fn_c_check_func "$LINENO" "execvP" "ac_cv_func_execvP"
   if test "x$ac_cv_func_execvP" = xyes; then :
     cat >>confdefs.h <<_ACEOF
   #define HAVE_EXECVP 1
   _ACEOF
   
           if test X"$dlyld_interpose" != X"yes"; then
               for ac_func in _execvP __execvP
   do :
     as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
   ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
   if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
     cat >>confdefs.h <<_ACEOF
   #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
   _ACEOF
   
   fi
   done
   
           fi
   
   fi
   done
   
       for ac_func in execvpe
   do :
     ac_fn_c_check_func "$LINENO" "execvpe" "ac_cv_func_execvpe"
   if test "x$ac_cv_func_execvpe" = xyes; then :
     cat >>confdefs.h <<_ACEOF
   #define HAVE_EXECVPE 1
   _ACEOF
   
           if test X"$dlyld_interpose" != X"yes"; then
               for ac_func in _execvpe __execvpe
   do :
     as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
   ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
   if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
     cat >>confdefs.h <<_ACEOF
   #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
   _ACEOF
   
   fi
   done
   
           fi
   
   fi
   done
   
       for ac_func in fexecve
   do :
     ac_fn_c_check_func "$LINENO" "fexecve" "ac_cv_func_fexecve"
   if test "x$ac_cv_func_fexecve" = xyes; then :
     cat >>confdefs.h <<_ACEOF
   #define HAVE_FEXECVE 1
   _ACEOF
   
           if test X"$dlyld_interpose" != X"yes"; then
               for ac_func in _fexecve __fexecve
   do :
     as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
   ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
   if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
     cat >>confdefs.h <<_ACEOF
   #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
   _ACEOF
   
   fi
   done
   
           fi
   
   fi
   done
   
       # Check for posix_spawn, posix_spawnp and any underscore versions
       for ac_func in posix_spawn
   do :
     ac_fn_c_check_func "$LINENO" "posix_spawn" "ac_cv_func_posix_spawn"
   if test "x$ac_cv_func_posix_spawn" = xyes; then :
     cat >>confdefs.h <<_ACEOF
   #define HAVE_POSIX_SPAWN 1
   _ACEOF
   
           if test X"$dlyld_interpose" != X"yes"; then
               for ac_func in _posix_spawn __posix_spawn
   do :
     as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
   ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
   if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
     cat >>confdefs.h <<_ACEOF
   #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
   _ACEOF
   
   fi
   done
   
           fi
   
   fi
   done
   
       for ac_func in posix_spawnp
   do :
     ac_fn_c_check_func "$LINENO" "posix_spawnp" "ac_cv_func_posix_spawnp"
   if test "x$ac_cv_func_posix_spawnp" = xyes; then :
     cat >>confdefs.h <<_ACEOF
   #define HAVE_POSIX_SPAWNP 1
   _ACEOF
   
           if test X"$dlyld_interpose" != X"yes"; then
               for ac_func in _posix_spawnp __posix_spawnp
   do :
     as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
   ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
   if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
     cat >>confdefs.h <<_ACEOF
   #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
   _ACEOF
   
   fi
   done
   
           fi
   
   fi
   done
   
   fi
   
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
 #include <sys/types.h>  #include <sys/types.h>
Line 18853  if test "${with_pam_login+set}" = set; then : Line 19214  if test "${with_pam_login+set}" = set; then :
 $as_echo_n "checking whether to use PAM login... " >&6; }  $as_echo_n "checking whether to use PAM login... " >&6; }
                         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5                          { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }  $as_echo "yes" >&6; }
                           pam_login_service="sudo-i"
                         ;;                          ;;
             no)         ;;              no)         ;;
             *)          as_fn_error $? "\"--with-pam-login does not take an argument.\"" "$LINENO" 5              *)          as_fn_error $? "\"--with-pam-login does not take an argument.\"" "$LINENO" 5
Line 18907  if test "x$ac_cv_header_bsd_auth_h" = xyes; then : Line 19269  if test "x$ac_cv_header_bsd_auth_h" = xyes; then :
   $as_echo "#define HAVE_BSD_AUTH_H 1" >>confdefs.h    $as_echo "#define HAVE_BSD_AUTH_H 1" >>confdefs.h
   
         AUTH_OBJS="$AUTH_OBJS bsdauth.lo"          AUTH_OBJS="$AUTH_OBJS bsdauth.lo"
        BSDAUTH_USAGE='[-a auth_type] '        BSDAUTH_USAGE='[-a type] '
         AUTH_EXCL=BSD_AUTH; BAMAN=1          AUTH_EXCL=BSD_AUTH; BAMAN=1
 else  else
   as_fn_error $? "BSD authentication was specified but bsd_auth.h could not be found" "$LINENO" 5    as_fn_error $? "BSD authentication was specified but bsd_auth.h could not be found" "$LINENO" 5
Line 22034  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 Line 22396  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their  # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.  # values after options handling.
 ac_log="  ac_log="
This file was extended by sudo $as_me 1.8.7, which wasThis file was extended by sudo $as_me 1.8.8, which was
 generated by GNU Autoconf 2.68.  Invocation command line was  generated by GNU Autoconf 2.68.  Invocation command line was
   
   CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
Line 22100  _ACEOF Line 22462  _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"  ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\  ac_cs_version="\\
sudo config.status 1.8.7sudo config.status 1.8.8
 configured by $0, generated by GNU Autoconf 2.68,  configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"    with options \\"\$ac_cs_config\\"
   
Line 23755  $as_echo "$as_me: You will need to customize sample.pa Line 24117  $as_echo "$as_me: You will need to customize sample.pa
             ;;              ;;
     esac      esac
 fi  fi
   
   
   
   
   

Removed from v.1.1.1.4  
changed lines
  Added in v.1.1.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>