[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.18 and 1.19

version 1.18, 2003/04/03 19:15:34 version 1.19, 2003/04/07 03:31:09
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.7p2.  # Generated by GNU Autoconf 2.57 for sudo 1.6.7p3.
 #  #
 # 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.7p2'  PACKAGE_VERSION='1.6.7p3'
 PACKAGE_STRING='sudo 1.6.7p2'  PACKAGE_STRING='sudo 1.6.7p3'
 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.7p2 to adapt to many kinds of systems.  \`configure' configures sudo 1.6.7p3 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.7p2:";;       short | recursive ) echo "Configuration of sudo 1.6.7p3:";;
    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.7p2  sudo configure 1.6.7p3
 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.7p2, which was  It was created by sudo $as_me 1.6.7p3, 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.7p2" >&5  { echo "$as_me:$LINENO: Configuring Sudo version 1.6.7p3" >&5
 echo "$as_me: Configuring Sudo version 1.6.7p2" >&6;}  echo "$as_me: Configuring Sudo version 1.6.7p3" >&6;}
   
   
   
Line 13363 
Line 13363 
         AUTH_OBJS="${AUTH_OBJS} kerb5.o"          AUTH_OBJS="${AUTH_OBJS} kerb5.o"
         CPPFLAGS="$CPPFLAGS `krb5-config --cflags`"          CPPFLAGS="$CPPFLAGS `krb5-config --cflags`"
         SUDO_LIBS="$SUDO_LIBS `krb5-config --libs`"          SUDO_LIBS="$SUDO_LIBS `krb5-config --libs`"
                                   echo "$as_me:$LINENO: checking whether we are using Heimdal" >&5
   echo $ECHO_N "checking whether we are using Heimdal... $ECHO_C" >&6
           cat >conftest.$ac_ext <<_ACEOF
   #line $LINENO "configure"
   /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   #include <krb5.h>
   int
   main ()
   {
   const char *tmp = heimdal_version;
     ;
     return 0;
   }
   _ACEOF
   rm -f conftest.$ac_objext
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     (eval $ac_compile) 2>&5
     ac_status=$?
     echo "$as_me:$LINENO: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest.$ac_objext'
     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:$LINENO: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
   
                   echo "$as_me:$LINENO: result: yes" >&5
   echo "${ECHO_T}yes" >&6
   
   cat >>confdefs.h <<\_ACEOF
   #define HAVE_HEIMDAL 1
   _ACEOF
   
   
   
   else
     echo "$as_me: failed program was:" >&5
   sed 's/^/| /' conftest.$ac_ext >&5
   
   fi
   rm -f conftest.$ac_objext conftest.$ac_ext
     fi      fi
 fi  fi
 if test -n "$with_kerb5" -a -z "$KRB5CONFIG"; then  if test -n "$with_kerb5" -a -z "$KRB5CONFIG"; then
Line 13457 
Line 13503 
   
             echo "$as_me:$LINENO: result: yes" >&5              echo "$as_me:$LINENO: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
   
   cat >>confdefs.h <<\_ACEOF
   #define HAVE_HEIMDAL 1
   _ACEOF
   
             SUDO_LIBS="${SUDO_LIBS} -lkrb5 -ldes -lcom_err -lasn1"              SUDO_LIBS="${SUDO_LIBS} -lkrb5 -ldes -lcom_err -lasn1"
             echo "$as_me:$LINENO: checking for main in -lroken" >&5              echo "$as_me:$LINENO: checking for main in -lroken" >&5
 echo $ECHO_N "checking for main in -lroken... $ECHO_C" >&6  echo $ECHO_N "checking for main in -lroken... $ECHO_C" >&6
Line 14646 
Line 14697 
 } >&5  } >&5
 cat >&5 <<_CSEOF  cat >&5 <<_CSEOF
   
 This file was extended by sudo $as_me 1.6.7p2, which was  This file was extended by sudo $as_me 1.6.7p3, 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 14706 
Line 14757 
   
 cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\  ac_cs_version="\\
 sudo config.status 1.6.7p2  sudo config.status 1.6.7p3
 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.18  
changed lines
  Added in v.1.19