Deleted Added
full compact
2c2
< # From configure.in Revision: 1.325.2.2 .
---
> # From configure.in Revision: 1.331.2.2 .
4c4
< # Generated by GNU Autoconf 2.53 for Heimdal 0.5.1.
---
> # Generated by GNU Autoconf 2.53 for Heimdal 0.6.
419,420c419,420
< PACKAGE_VERSION='0.5.1'
< PACKAGE_STRING='Heimdal 0.5.1'
---
> PACKAGE_VERSION='0.6'
> PACKAGE_STRING='Heimdal 0.6'
926c926
< \`configure' configures Heimdal 0.5.1 to adapt to many kinds of systems.
---
> \`configure' configures Heimdal 0.6 to adapt to many kinds of systems.
996c996
< short | recursive ) echo "Configuration of Heimdal 0.5.1:";;
---
> short | recursive ) echo "Configuration of Heimdal 0.6:";;
1004a1005,1006
> --enable-maintainer-mode enable make rules and dependencies not useful
> (and sometimes confusing) to the casual installer
1130c1132
< Heimdal configure 0.5.1
---
> Heimdal configure 0.6
1145c1147
< It was created by Heimdal $as_me 0.5.1, which was
---
> It was created by Heimdal $as_me 0.6, which was
2815c2817
< VERSION=0.5.1
---
> VERSION=0.6
3009a3012,3022
> echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
> echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
> # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
> if test "${enable_maintainer_mode+set}" = set; then
> enableval="$enable_maintainer_mode"
> USE_MAINTAINER_MODE=$enableval
> else
> USE_MAINTAINER_MODE=no
> fi;
> echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
> echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
3011a3025,3031
> if test $USE_MAINTAINER_MODE = yes; then
> MAINTAINER_MODE_TRUE=
> MAINTAINER_MODE_FALSE='#'
> else
> MAINTAINER_MODE_TRUE='#'
> MAINTAINER_MODE_FALSE=
> fi
3012a3033,3038
> MAINT=$MAINTAINER_MODE_TRUE
>
>
>
>
>
3385a3412,3414
> if test "$enable_largefile" != no -a "$ac_cv_sys_large_files" != no; then
> CPPFLAGS="$CPPFLAGS -D_LARGE_FILES=$ac_cv_sys_large_files"
> fi
5239c5268
< echo '#line 5239 "configure"' > conftest.$ac_ext
---
> echo '#line 5268 "configure"' > conftest.$ac_ext
5775c5804
< if { (eval echo configure:5775: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
---
> if { (eval echo configure:5804: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
7568c7597
< #line 7568 "configure"
---
> #line 7597 "configure"
7666c7695
< #line 7666 "configure"
---
> #line 7695 "configure"
10256c10285,10288
< cat >conftest.$ac_ext <<_ACEOF
---
> for j in $cdirs; do
> for k in $clibs; do
> LIBS="$j $k $save_LIBS"
> cat >conftest.$ac_ext <<_ACEOF
10264a10297
> #define OPENSSL_DES_LIBDES_COMPATIBILITY
10266a10300
> #include <openssl/rand.h>
10306a10341,10343
> #ifdef HAVE_OPENSSL
> RAND_status();
> #endif
10314,10316c10351,10353
< rm -f conftest.$ac_objext
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> rm -f conftest.$ac_objext conftest$ac_exeext
> if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
> (eval $ac_link) 2>&5
10320c10357
< { ac_try='test -s conftest.$ac_objext'
---
> { ac_try='test -s conftest$ac_exeext'
10326c10363
< openssl=yes ires="$i"; break
---
> openssl=yes ires="$i" lres="$j $k"; break 3
10331c10368,10370
< rm -f conftest.$ac_objext conftest.$ac_ext
---
> rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
> done
> done
10333c10372,10375
< cat >conftest.$ac_ext <<_ACEOF
---
> for j in $cdirs; do
> for k in $clibs; do
> LIBS="$j $k $save_LIBS"
> cat >conftest.$ac_ext <<_ACEOF
10341a10384
> #define OPENSSL_DES_LIBDES_COMPATIBILITY
10343a10387
> #include <openssl/rand.h>
10383a10428,10430
> #ifdef HAVE_OPENSSL
> RAND_status();
> #endif
10391,10393c10438,10440
< rm -f conftest.$ac_objext
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> rm -f conftest.$ac_objext conftest$ac_exeext
> if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
> (eval $ac_link) 2>&5
10397c10444
< { ac_try='test -s conftest.$ac_objext'
---
> { ac_try='test -s conftest$ac_exeext'
10403c10450
< openssl=no ires="$i"; break
---
> openssl=no ires="$i" lres="$j $k"; break 3
10408,10410c10455,10462
< rm -f conftest.$ac_objext conftest.$ac_ext
< CFLAGS="-DOLD_HASH_NAMES $i $save_CFLAGS"
< cat >conftest.$ac_ext <<_ACEOF
---
> rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
> done
> done
> CFLAGS="-DHAVE_OLD_HASH_NAMES $i $save_CFLAGS"
> for j in $cdirs; do
> for k in $clibs; do
> LIBS="$j $k $save_LIBS"
> cat >conftest.$ac_ext <<_ACEOF
10418a10471
> #define OPENSSL_DES_LIBDES_COMPATIBILITY
10420a10474
> #include <openssl/rand.h>
10461,10495d10514
<
< des_cbc_encrypt(0, 0, 0, schedule, 0, 0);
< RC4(0, 0, 0, 0);
< ;
< 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
< openssl=no ires="$i" old_hash=yes; break
< else
< echo "$as_me: failed program was:" >&5
< cat conftest.$ac_ext >&5
< fi
< rm -f conftest.$ac_objext conftest.$ac_ext
< done
< lres=
< for i in $cdirs; do
< for j in $clibs; do
< LIBS="$i $j $save_LIBS"
< cat >conftest.$ac_ext <<_ACEOF
< #line $LINENO "configure"
< #include "confdefs.h"
<
< #undef KRB5 /* makes md4.h et al unhappy */
10497,10507c10516
< #include <openssl/md4.h>
< #include <openssl/md5.h>
< #include <openssl/sha.h>
< #include <openssl/des.h>
< #include <openssl/rc4.h>
< #else
< #include <md4.h>
< #include <md5.h>
< #include <sha.h>
< #include <des.h>
< #include <rc4.h>
---
> RAND_status();
10509,10522d10517
< #ifdef OLD_HASH_NAMES
< typedef struct md4 MD4_CTX;
< #define MD4_Init(C) md4_init((C))
< #define MD4_Update(C, D, L) md4_update((C), (D), (L))
< #define MD4_Final(D, C) md4_finito((C), (D))
< typedef struct md5 MD5_CTX;
< #define MD5_Init(C) md5_init((C))
< #define MD5_Update(C, D, L) md5_update((C), (D), (L))
< #define MD5_Final(D, C) md5_finito((C), (D))
< typedef struct sha SHA_CTX;
< #define SHA1_Init(C) sha_init((C))
< #define SHA1_Update(C, D, L) sha_update((C), (D), (L))
< #define SHA1_Final(D, C) sha_finito((C), (D))
< #endif
10524,10542d10518
< #ifdef F77_DUMMY_MAIN
< # ifdef __cplusplus
< extern "C"
< # endif
< int F77_DUMMY_MAIN() { return 1; }
< #endif
< int
< main ()
< {
<
< void *schedule = 0;
< MD4_CTX md4;
< MD5_CTX md5;
< SHA_CTX sha1;
<
< MD4_Init(&md4);
< MD5_Init(&md5);
< SHA1_Init(&sha1);
<
10561c10537
< lres="$i $j"; break 2
---
> openssl=no ires="$i" lres="$j $k"; break 3
10566a10543
> done
10568a10546
>
10589c10567
< INCLUDE_des="-I${with_openssl}/include"
---
> INCLUDE_des="-I${with_openssl_include}"
10592c10570
< LIB_des="-L${with_openssl}/lib"
---
> LIB_des="-L${with_openssl_lib}"
10595,10600c10573,10580
< LIB_des="${LIB_des} -lcrypto"
< LIB_des_a="$LIB_des"
< LIB_des_so="$LIB_des"
< LIB_des_appl="$LIB_des"
< LIBS="${LIBS} ${LIB_des}"
< cat >conftest.$ac_ext <<_ACEOF
---
> saved_LIB_des="$LIB_des"
> for lres in "" "-lnsl -lsocket"; do
> LIB_des="${saved_LIB_des} -lcrypto $lres"
> LIB_des_a="$LIB_des"
> LIB_des_so="$LIB_des"
> LIB_des_appl="$LIB_des"
> LIBS="${LIBS} ${LIB_des}"
> cat >conftest.$ac_ext <<_ACEOF
10608a10589
> #define OPENSSL_DES_LIBDES_COMPATIBILITY
10610a10592
> #include <openssl/rand.h>
10650a10633,10635
> #ifdef HAVE_OPENSSL
> RAND_status();
> #endif
10671,10672c10656,10657
< crypto_lib=libcrypto openssl=yes
< echo "$as_me:$LINENO: result: libcrypto" >&5
---
> crypto_lib=libcrypto openssl=yes
> echo "$as_me:$LINENO: result: libcrypto" >&5
10679a10665,10668
> if test "$crypto_lib" = libcrypto ; then
> break;
> fi
> done
15392c15381
< res_nsearch(0,0,0,0,0)
---
> res_nsearch(0,0,0,0,0,0)
15756a15746,15797
>
> cat >conftest.$ac_ext <<_ACEOF
> #line $LINENO "configure"
> #include "confdefs.h"
> #include <stdio.h>
> #ifdef HAVE_SYS_TYPES_H
> #include <sys/types.h>
> #endif
> #ifdef HAVE_NETINET_IN_H
> #include <netinet/in.h>
> #endif
> #ifdef HAVE_ARPA_NAMESER_H
> #include <arpa/nameser.h>
> #endif
> #ifdef HAVE_RESOLV_H
> #include <resolv.h>
> #endif
> void * foo() { return &_res; }
> #ifdef F77_DUMMY_MAIN
> # ifdef __cplusplus
> extern "C"
> # endif
> int F77_DUMMY_MAIN() { return 1; }
> #endif
> int
> main ()
> {
> foo()
> ;
> return 0;
> }
> _ACEOF
> rm -f conftest.$ac_objext conftest$ac_exeext
> if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
> (eval $ac_link) 2>&5
> ac_status=$?
> echo "$as_me:$LINENO: \$? = $ac_status" >&5
> (exit $ac_status); } &&
> { ac_try='test -s conftest$ac_exeext'
> { (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
> ac_cv_var__res=yes
> else
> echo "$as_me: failed program was:" >&5
> cat conftest.$ac_ext >&5
> ac_cv_var__res=no
> fi
> rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
> if test "$ac_cv_var__res" != yes ; then
15794a15836
> fi
25442a25485,25529
>
> cat >conftest.$ac_ext <<_ACEOF
> #line $LINENO "configure"
> #include "confdefs.h"
> #ifdef HAVE_SYS_TYPES_H
> #include <sys/types.h>
> #endif
> #ifdef HAVE_NETDB_H
> #include <netdb.h>
> #endif
> void * foo() { return &h_errno; }
> #ifdef F77_DUMMY_MAIN
> # ifdef __cplusplus
> extern "C"
> # endif
> int F77_DUMMY_MAIN() { return 1; }
> #endif
> int
> main ()
> {
> foo()
> ;
> return 0;
> }
> _ACEOF
> rm -f conftest.$ac_objext conftest$ac_exeext
> if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
> (eval $ac_link) 2>&5
> ac_status=$?
> echo "$as_me:$LINENO: \$? = $ac_status" >&5
> (exit $ac_status); } &&
> { ac_try='test -s conftest$ac_exeext'
> { (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
> ac_cv_var_h_errno=yes
> else
> echo "$as_me: failed program was:" >&5
> cat conftest.$ac_ext >&5
> ac_cv_var_h_errno=no
> fi
> rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
> if test "$ac_cv_var_h_errno" != yes ; then
25480a25568
> fi
25569a25658,25699
>
> cat >conftest.$ac_ext <<_ACEOF
> #line $LINENO "configure"
> #include "confdefs.h"
> #ifdef HAVE_NETDB_H
> #include <netdb.h>
> #endif
> void * foo() { return &h_errlist; }
> #ifdef F77_DUMMY_MAIN
> # ifdef __cplusplus
> extern "C"
> # endif
> int F77_DUMMY_MAIN() { return 1; }
> #endif
> int
> main ()
> {
> foo()
> ;
> return 0;
> }
> _ACEOF
> rm -f conftest.$ac_objext conftest$ac_exeext
> if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
> (eval $ac_link) 2>&5
> ac_status=$?
> echo "$as_me:$LINENO: \$? = $ac_status" >&5
> (exit $ac_status); } &&
> { ac_try='test -s conftest$ac_exeext'
> { (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
> ac_cv_var_h_errlist=yes
> else
> echo "$as_me: failed program was:" >&5
> cat conftest.$ac_ext >&5
> ac_cv_var_h_errlist=no
> fi
> rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
> if test "$ac_cv_var_h_errlist" != yes ; then
25607a25738
> fi
25693a25825,25866
>
> cat >conftest.$ac_ext <<_ACEOF
> #line $LINENO "configure"
> #include "confdefs.h"
> #ifdef HAVE_NETDB_H
> #include <netdb.h>
> #endif
> void * foo() { return &h_nerr; }
> #ifdef F77_DUMMY_MAIN
> # ifdef __cplusplus
> extern "C"
> # endif
> int F77_DUMMY_MAIN() { return 1; }
> #endif
> int
> main ()
> {
> foo()
> ;
> return 0;
> }
> _ACEOF
> rm -f conftest.$ac_objext conftest$ac_exeext
> if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
> (eval $ac_link) 2>&5
> ac_status=$?
> echo "$as_me:$LINENO: \$? = $ac_status" >&5
> (exit $ac_status); } &&
> { ac_try='test -s conftest$ac_exeext'
> { (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
> ac_cv_var_h_nerr=yes
> else
> echo "$as_me: failed program was:" >&5
> cat conftest.$ac_ext >&5
> ac_cv_var_h_nerr=no
> fi
> rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
> if test "$ac_cv_var_h_nerr" != yes ; then
25731a25905
> fi
25817a25992,26033
>
> cat >conftest.$ac_ext <<_ACEOF
> #line $LINENO "configure"
> #include "confdefs.h"
> #ifdef HAVE_ERR_H
> #include <err.h>
> #endif
> void * foo() { return &__progname; }
> #ifdef F77_DUMMY_MAIN
> # ifdef __cplusplus
> extern "C"
> # endif
> int F77_DUMMY_MAIN() { return 1; }
> #endif
> int
> main ()
> {
> foo()
> ;
> return 0;
> }
> _ACEOF
> rm -f conftest.$ac_objext conftest$ac_exeext
> if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
> (eval $ac_link) 2>&5
> ac_status=$?
> echo "$as_me:$LINENO: \$? = $ac_status" >&5
> (exit $ac_status); } &&
> { ac_try='test -s conftest$ac_exeext'
> { (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
> ac_cv_var___progname=yes
> else
> echo "$as_me: failed program was:" >&5
> cat conftest.$ac_ext >&5
> ac_cv_var___progname=no
> fi
> rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
> if test "$ac_cv_var___progname" != yes ; then
25855a26072
> fi
26386a26604,26643
>
> cat >conftest.$ac_ext <<_ACEOF
> #line $LINENO "configure"
> #include "confdefs.h"
> #include <time.h>
> void * foo() { return &timezone; }
> #ifdef F77_DUMMY_MAIN
> # ifdef __cplusplus
> extern "C"
> # endif
> int F77_DUMMY_MAIN() { return 1; }
> #endif
> int
> main ()
> {
> foo()
> ;
> return 0;
> }
> _ACEOF
> rm -f conftest.$ac_objext conftest$ac_exeext
> if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
> (eval $ac_link) 2>&5
> ac_status=$?
> echo "$as_me:$LINENO: \$? = $ac_status" >&5
> (exit $ac_status); } &&
> { ac_try='test -s conftest$ac_exeext'
> { (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
> ac_cv_var_timezone=yes
> else
> echo "$as_me: failed program was:" >&5
> cat conftest.$ac_ext >&5
> ac_cv_var_timezone=no
> fi
> rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
> if test "$ac_cv_var_timezone" != yes ; then
26424a26682
> fi
26507a26766,26805
>
> cat >conftest.$ac_ext <<_ACEOF
> #line $LINENO "configure"
> #include "confdefs.h"
> #include <time.h>
> void * foo() { return &altzone; }
> #ifdef F77_DUMMY_MAIN
> # ifdef __cplusplus
> extern "C"
> # endif
> int F77_DUMMY_MAIN() { return 1; }
> #endif
> int
> main ()
> {
> foo()
> ;
> return 0;
> }
> _ACEOF
> rm -f conftest.$ac_objext conftest$ac_exeext
> if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
> (eval $ac_link) 2>&5
> ac_status=$?
> echo "$as_me:$LINENO: \$? = $ac_status" >&5
> (exit $ac_status); } &&
> { ac_try='test -s conftest$ac_exeext'
> { (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
> ac_cv_var_altzone=yes
> else
> echo "$as_me: failed program was:" >&5
> cat conftest.$ac_ext >&5
> ac_cv_var_altzone=no
> fi
> rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
> if test "$ac_cv_var_altzone" != yes ; then
26545a26844
> fi
35488a35788
> krb_cv_com_err_need_r=""
35545a35846,35872
> if test "${krb_cv_compile_et}" = "yes"; then
> echo "$as_me:$LINENO: checking for if com_err needs to have a initialize_error_table_r" >&5
> echo $ECHO_N "checking for if com_err needs to have a initialize_error_table_r... $ECHO_C" >&6
> save2_CPPFLAGS="$CPPFLAGS"
> CPPFLAGS="$CPPFLAGS"
> cat >conftest.$ac_ext <<_ACEOF
> #line $LINENO "configure"
> #include "confdefs.h"
> #include "conftest_et.c"
> _ACEOF
> if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
> egrep "initialize_error_table_r" >/dev/null 2>&1; then
> krb_cv_com_err_need_r="initialize_error_table_r(0,0,0,0);"
> CPPFLAGS="$save2_CPPFLAGS"
> else
> CPPFLAGS="${save_CPPFLAGS}"
> fi
> rm -f conftest*
>
> if test X"$krb_cv_com_err_need_r" = X ; then
> echo "$as_me:$LINENO: result: no" >&5
> echo "${ECHO_T}no" >&6
> else
> echo "$as_me:$LINENO: result: yes" >&5
> echo "${ECHO_T}yes" >&6
> fi
> fi
35569a35897
> $krb_cv_com_err_need_r
35832a36161,36167
> if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
> { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
> Usually this means the macro was only invoked conditionally." >&5
> echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
> Usually this means the macro was only invoked conditionally." >&2;}
> { (exit 1); exit 1; }; }
> fi
36243c36578
< This file was extended by Heimdal $as_me 0.5.1, which was
---
> This file was extended by Heimdal $as_me 0.6, which was
36305c36640
< Heimdal config.status 0.5.1
---
> Heimdal config.status 0.6
36566a36902,36904
> s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
> s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
> s,@MAINT@,$MAINT,;t t
37308c37646
< const char *heimdal_version = "Heimdal 0.5.1";
---
> const char *heimdal_version = "Heimdal 0.6";