Deleted Added
sdiff udiff text old ( 107207 ) new ( 120945 )
full compact
1#! /bin/sh
2# From configure.in Revision: 1.331.2.2 .
3# Guess values for system-dependent variables and create Makefiles.
4# Generated by GNU Autoconf 2.53 for Heimdal 0.6.
5#
6# Report bugs to <heimdal-bugs@pdc.kth.se>.
7#
8# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
9# Free Software Foundation, Inc.
10# This configure script is free software; the Free Software Foundation
11# gives unlimited permission to copy, distribute and modify it.
12

--- 398 unchanged lines hidden (view full) ---

411# Maximum number of lines to put in a shell here document.
412# This variable seems obsolete. It should probably be removed, and
413# only ac_max_sed_lines should be used.
414: ${ac_max_here_lines=38}
415
416# Identity of this package.
417PACKAGE_NAME='Heimdal'
418PACKAGE_TARNAME='heimdal'
419PACKAGE_VERSION='0.6'
420PACKAGE_STRING='Heimdal 0.6'
421PACKAGE_BUGREPORT='heimdal-bugs@pdc.kth.se'
422
423ac_unique_file="kuser/kinit.c"
424ac_default_prefix=/usr/heimdal
425# Factoring default headers for most tests.
426ac_includes_default="\
427#include <stdio.h>
428#if HAVE_SYS_TYPES_H

--- 489 unchanged lines hidden (view full) ---

918
919#
920# Report the --help message.
921#
922if test "$ac_init_help" = "long"; then
923 # Omit some internal or obsolete options to make the list less imposing.
924 # This message is too long to be a string in the A/UX 3.1 sh.
925 cat <<_ACEOF
926\`configure' configures Heimdal 0.6 to adapt to many kinds of systems.
927
928Usage: $0 [OPTION]... [VAR=VALUE]...
929
930To assign environment variables (e.g., CC, CFLAGS...), specify them as
931VAR=VALUE. See below for descriptions of some of the useful variables.
932
933Defaults for the options are specified in brackets.
934

--- 53 unchanged lines hidden (view full) ---

988System types:
989 --build=BUILD configure for building on BUILD [guessed]
990 --host=HOST cross-compile to build programs to run on HOST [BUILD]
991_ACEOF
992fi
993
994if test -n "$ac_init_help"; then
995 case $ac_init_help in
996 short | recursive ) echo "Configuration of Heimdal 0.6:";;
997 esac
998 cat <<\_ACEOF
999
1000Optional Features:
1001 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1002 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1003 --disable-dependency-tracking Speeds up one-time builds
1004 --enable-dependency-tracking Do not reject slow dependency extractors
1005 --enable-maintainer-mode enable make rules and dependencies not useful
1006 (and sometimes confusing) to the casual installer
1007 --disable-largefile omit support for large files
1008 --enable-shared=PKGS build shared libraries default=no
1009 --enable-static=PKGS build static libraries default=yes
1010 --enable-fast-install=PKGS optimize for fast installation default=yes
1011 --disable-libtool-lock avoid locking (might break parallel builds)
1012 --enable-dce if you want support for DCE/DFS PAG's
1013 --disable-berkeley-db if you don't want berkeley db
1014 --disable-otp if you don't want OTP support

--- 109 unchanged lines hidden (view full) ---

1124 fi
1125 cd $ac_popdir
1126 done
1127fi
1128
1129test -n "$ac_init_help" && exit 0
1130if $ac_init_version; then
1131 cat <<\_ACEOF
1132Heimdal configure 0.6
1133generated by GNU Autoconf 2.53
1134
1135Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
1136Free Software Foundation, Inc.
1137This configure script is free software; the Free Software Foundation
1138gives unlimited permission to copy, distribute and modify it.
1139_ACEOF
1140 exit 0
1141fi
1142exec 5>config.log
1143cat >&5 <<_ACEOF
1144This file contains any messages produced by compilers while
1145running configure, to aid debugging if configure makes a mistake.
1146
1147It was created by Heimdal $as_me 0.6, which was
1148generated by GNU Autoconf 2.53. Invocation command line was
1149
1150 $ $0 $@
1151
1152_ACEOF
1153{
1154cat <<_ASUNAME
1155## --------- ##

--- 1653 unchanged lines hidden (view full) ---

2809 test -f $srcdir/config.status; then
2810 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2811echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2812 { (exit 1); exit 1; }; }
2813fi
2814
2815# Define the identity of the package.
2816 PACKAGE=heimdal
2817 VERSION=0.6
2818
2819
2820cat >>confdefs.h <<_ACEOF
2821#define PACKAGE "$PACKAGE"
2822_ACEOF
2823
2824
2825cat >>confdefs.h <<_ACEOF

--- 178 unchanged lines hidden (view full) ---

3004
3005fi
3006echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3007echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3008CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3009
3010
3011
3012echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
3013echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
3014 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
3015if test "${enable_maintainer_mode+set}" = set; then
3016 enableval="$enable_maintainer_mode"
3017 USE_MAINTAINER_MODE=$enableval
3018else
3019 USE_MAINTAINER_MODE=no
3020fi;
3021 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
3022echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
3023
3024
3025if test $USE_MAINTAINER_MODE = yes; then
3026 MAINTAINER_MODE_TRUE=
3027 MAINTAINER_MODE_FALSE='#'
3028else
3029 MAINTAINER_MODE_TRUE='#'
3030 MAINTAINER_MODE_FALSE=
3031fi
3032
3033 MAINT=$MAINTAINER_MODE_TRUE
3034
3035
3036
3037
3038
3039test "$sysconfdir" = '${prefix}/etc' && sysconfdir='/etc'
3040test "$localstatedir" = '${prefix}/var' && localstatedir='/var/heimdal'
3041
3042# Make sure we can run config.sub.
3043$ac_config_sub sun4 >/dev/null 2>&1 ||
3044 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
3045echo "$as_me: error: cannot run $ac_config_sub" >&2;}
3046 { (exit 1); exit 1; }; }

--- 357 unchanged lines hidden (view full) ---

3404cat >>confdefs.h <<_ACEOF
3405#define _LARGE_FILES $ac_cv_sys_large_files
3406_ACEOF
3407
3408fi
3409rm -f conftest*
3410fi
3411
3412if test "$enable_largefile" != no -a "$ac_cv_sys_large_files" != no; then
3413 CPPFLAGS="$CPPFLAGS -D_LARGE_FILES=$ac_cv_sys_large_files"
3414fi
3415
3416
3417cat >>confdefs.h <<\_ACEOF
3418#define _GNU_SOURCE 1
3419_ACEOF
3420
3421
3422

--- 1837 unchanged lines hidden (view full) ---

5260fi;
5261test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5262
5263# Some flags need to be propagated to the compiler or linker for good
5264# libtool support.
5265case $host in
5266*-*-irix6*)
5267 # Find out which ABI we are using.
5268 echo '#line 5268 "configure"' > conftest.$ac_ext
5269 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5270 (eval $ac_compile) 2>&5
5271 ac_status=$?
5272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5273 (exit $ac_status); }; then
5274 case `/usr/bin/file conftest.$ac_objext` in
5275 *32-bit*)
5276 LD="${LD-ld} -32"

--- 519 unchanged lines hidden (view full) ---

5796# that will create temporary files in the current directory regardless of
5797# the output directory. Thus, making CWD read-only will cause this test
5798# to fail, enabling locking or at least warning the user not to do parallel
5799# builds.
5800chmod -w .
5801save_CFLAGS="$CFLAGS"
5802CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
5803compiler_c_o=no
5804if { (eval echo configure:5804: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
5805 # The compiler can only warn and ignore the option if not recognized
5806 # So say no if there are warnings
5807 if test -s out/conftest.err; then
5808 lt_cv_compiler_c_o=no
5809 else
5810 lt_cv_compiler_c_o=yes
5811 fi
5812else

--- 1776 unchanged lines hidden (view full) ---

7589 echo $ECHO_N "(cached) $ECHO_C" >&6
7590else
7591 if test "$cross_compiling" = yes; then :
7592 lt_cv_dlopen_self=cross
7593else
7594 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7595 lt_status=$lt_dlunknown
7596 cat > conftest.$ac_ext <<EOF
7597#line 7597 "configure"
7598#include "confdefs.h"
7599
7600#if HAVE_DLFCN_H
7601#include <dlfcn.h>
7602#endif
7603
7604#include <stdio.h>
7605

--- 81 unchanged lines hidden (view full) ---

7687 echo $ECHO_N "(cached) $ECHO_C" >&6
7688else
7689 if test "$cross_compiling" = yes; then :
7690 lt_cv_dlopen_self_static=cross
7691else
7692 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7693 lt_status=$lt_dlunknown
7694 cat > conftest.$ac_ext <<EOF
7695#line 7695 "configure"
7696#include "confdefs.h"
7697
7698#if HAVE_DLFCN_H
7699#include <dlfcn.h>
7700#endif
7701
7702#include <stdio.h>
7703

--- 2573 unchanged lines hidden (view full) ---

10277 -L*) cdirs="$cdirs $i";;
10278 -l*) clibs="$clibs $i";;
10279 esac
10280 done
10281
10282 ires=
10283 for i in $INCLUDE_krb4; do
10284 CFLAGS="-DHAVE_OPENSSL $i $save_CFLAGS"
10285 for j in $cdirs; do
10286 for k in $clibs; do
10287 LIBS="$j $k $save_LIBS"
10288 cat >conftest.$ac_ext <<_ACEOF
10289#line $LINENO "configure"
10290#include "confdefs.h"
10291
10292 #undef KRB5 /* makes md4.h et al unhappy */
10293 #ifdef HAVE_OPENSSL
10294 #include <openssl/md4.h>
10295 #include <openssl/md5.h>
10296 #include <openssl/sha.h>
10297 #define OPENSSL_DES_LIBDES_COMPATIBILITY
10298 #include <openssl/des.h>
10299 #include <openssl/rc4.h>
10300 #include <openssl/rand.h>
10301 #else
10302 #include <md4.h>
10303 #include <md5.h>
10304 #include <sha.h>
10305 #include <des.h>
10306 #include <rc4.h>
10307 #endif
10308 #ifdef OLD_HASH_NAMES

--- 24 unchanged lines hidden (view full) ---

10333 void *schedule = 0;
10334 MD4_CTX md4;
10335 MD5_CTX md5;
10336 SHA_CTX sha1;
10337
10338 MD4_Init(&md4);
10339 MD5_Init(&md5);
10340 SHA1_Init(&sha1);
10341 #ifdef HAVE_OPENSSL
10342 RAND_status();
10343 #endif
10344
10345 des_cbc_encrypt(0, 0, 0, schedule, 0, 0);
10346 RC4(0, 0, 0, 0);
10347 ;
10348 return 0;
10349}
10350_ACEOF
10351rm -f conftest.$ac_objext conftest$ac_exeext
10352if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10353 (eval $ac_link) 2>&5
10354 ac_status=$?
10355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10356 (exit $ac_status); } &&
10357 { ac_try='test -s conftest$ac_exeext'
10358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10359 (eval $ac_try) 2>&5
10360 ac_status=$?
10361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10362 (exit $ac_status); }; }; then
10363 openssl=yes ires="$i" lres="$j $k"; break 3
10364else
10365 echo "$as_me: failed program was:" >&5
10366cat conftest.$ac_ext >&5
10367fi
10368rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10369 done
10370 done
10371 CFLAGS="$i $save_CFLAGS"
10372 for j in $cdirs; do
10373 for k in $clibs; do
10374 LIBS="$j $k $save_LIBS"
10375 cat >conftest.$ac_ext <<_ACEOF
10376#line $LINENO "configure"
10377#include "confdefs.h"
10378
10379 #undef KRB5 /* makes md4.h et al unhappy */
10380 #ifdef HAVE_OPENSSL
10381 #include <openssl/md4.h>
10382 #include <openssl/md5.h>
10383 #include <openssl/sha.h>
10384 #define OPENSSL_DES_LIBDES_COMPATIBILITY
10385 #include <openssl/des.h>
10386 #include <openssl/rc4.h>
10387 #include <openssl/rand.h>
10388 #else
10389 #include <md4.h>
10390 #include <md5.h>
10391 #include <sha.h>
10392 #include <des.h>
10393 #include <rc4.h>
10394 #endif
10395 #ifdef OLD_HASH_NAMES

--- 24 unchanged lines hidden (view full) ---

10420 void *schedule = 0;
10421 MD4_CTX md4;
10422 MD5_CTX md5;
10423 SHA_CTX sha1;
10424
10425 MD4_Init(&md4);
10426 MD5_Init(&md5);
10427 SHA1_Init(&sha1);
10428 #ifdef HAVE_OPENSSL
10429 RAND_status();
10430 #endif
10431
10432 des_cbc_encrypt(0, 0, 0, schedule, 0, 0);
10433 RC4(0, 0, 0, 0);
10434 ;
10435 return 0;
10436}
10437_ACEOF
10438rm -f conftest.$ac_objext conftest$ac_exeext
10439if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10440 (eval $ac_link) 2>&5
10441 ac_status=$?
10442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10443 (exit $ac_status); } &&
10444 { ac_try='test -s conftest$ac_exeext'
10445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10446 (eval $ac_try) 2>&5
10447 ac_status=$?
10448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10449 (exit $ac_status); }; }; then
10450 openssl=no ires="$i" lres="$j $k"; break 3
10451else
10452 echo "$as_me: failed program was:" >&5
10453cat conftest.$ac_ext >&5
10454fi
10455rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10456 done
10457 done
10458 CFLAGS="-DHAVE_OLD_HASH_NAMES $i $save_CFLAGS"
10459 for j in $cdirs; do
10460 for k in $clibs; do
10461 LIBS="$j $k $save_LIBS"
10462 cat >conftest.$ac_ext <<_ACEOF
10463#line $LINENO "configure"
10464#include "confdefs.h"
10465
10466 #undef KRB5 /* makes md4.h et al unhappy */
10467 #ifdef HAVE_OPENSSL
10468 #include <openssl/md4.h>
10469 #include <openssl/md5.h>
10470 #include <openssl/sha.h>
10471 #define OPENSSL_DES_LIBDES_COMPATIBILITY
10472 #include <openssl/des.h>
10473 #include <openssl/rc4.h>
10474 #include <openssl/rand.h>
10475 #else
10476 #include <md4.h>
10477 #include <md5.h>
10478 #include <sha.h>
10479 #include <des.h>
10480 #include <rc4.h>
10481 #endif
10482 #ifdef OLD_HASH_NAMES

--- 24 unchanged lines hidden (view full) ---

10507 void *schedule = 0;
10508 MD4_CTX md4;
10509 MD5_CTX md5;
10510 SHA_CTX sha1;
10511
10512 MD4_Init(&md4);
10513 MD5_Init(&md5);
10514 SHA1_Init(&sha1);
10515 #ifdef HAVE_OPENSSL
10516 RAND_status();
10517 #endif
10518
10519 des_cbc_encrypt(0, 0, 0, schedule, 0, 0);
10520 RC4(0, 0, 0, 0);
10521 ;
10522 return 0;
10523}
10524_ACEOF
10525rm -f conftest.$ac_objext conftest$ac_exeext
10526if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10527 (eval $ac_link) 2>&5
10528 ac_status=$?
10529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10530 (exit $ac_status); } &&
10531 { ac_try='test -s conftest$ac_exeext'
10532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10533 (eval $ac_try) 2>&5
10534 ac_status=$?
10535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10536 (exit $ac_status); }; }; then
10537 openssl=no ires="$i" lres="$j $k"; break 3
10538else
10539 echo "$as_me: failed program was:" >&5
10540cat conftest.$ac_ext >&5
10541fi
10542rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10543 done
10544 done
10545 done
10546
10547 CFLAGS="$save_CFLAGS"
10548 LIBS="$save_LIBS"
10549 if test "$ires" -a "$lres"; then
10550 INCLUDE_des="$ires"
10551 LIB_des="$lres"
10552 crypto_lib=krb4
10553 echo "$as_me:$LINENO: result: same as krb4" >&5
10554echo "${ECHO_T}same as krb4" >&6

--- 4 unchanged lines hidden (view full) ---

10559fi
10560
10561if test "$crypto_lib" = "unknown" -a "$with_openssl" != "no"; then
10562 save_CFLAGS="$CFLAGS"
10563 save_LIBS="$LIBS"
10564 INCLUDE_des=
10565 LIB_des=
10566 if test "$with_openssl_include" != ""; then
10567 INCLUDE_des="-I${with_openssl_include}"
10568 fi
10569 if test "$with_openssl_lib" != ""; then
10570 LIB_des="-L${with_openssl_lib}"
10571 fi
10572 CFLAGS="-DHAVE_OPENSSL ${INCLUDE_des} ${CFLAGS}"
10573 saved_LIB_des="$LIB_des"
10574 for lres in "" "-lnsl -lsocket"; do
10575 LIB_des="${saved_LIB_des} -lcrypto $lres"
10576 LIB_des_a="$LIB_des"
10577 LIB_des_so="$LIB_des"
10578 LIB_des_appl="$LIB_des"
10579 LIBS="${LIBS} ${LIB_des}"
10580 cat >conftest.$ac_ext <<_ACEOF
10581#line $LINENO "configure"
10582#include "confdefs.h"
10583
10584 #undef KRB5 /* makes md4.h et al unhappy */
10585 #ifdef HAVE_OPENSSL
10586 #include <openssl/md4.h>
10587 #include <openssl/md5.h>
10588 #include <openssl/sha.h>
10589 #define OPENSSL_DES_LIBDES_COMPATIBILITY
10590 #include <openssl/des.h>
10591 #include <openssl/rc4.h>
10592 #include <openssl/rand.h>
10593 #else
10594 #include <md4.h>
10595 #include <md5.h>
10596 #include <sha.h>
10597 #include <des.h>
10598 #include <rc4.h>
10599 #endif
10600 #ifdef OLD_HASH_NAMES

--- 24 unchanged lines hidden (view full) ---

10625 void *schedule = 0;
10626 MD4_CTX md4;
10627 MD5_CTX md5;
10628 SHA_CTX sha1;
10629
10630 MD4_Init(&md4);
10631 MD5_Init(&md5);
10632 SHA1_Init(&sha1);
10633 #ifdef HAVE_OPENSSL
10634 RAND_status();
10635 #endif
10636
10637 des_cbc_encrypt(0, 0, 0, schedule, 0, 0);
10638 RC4(0, 0, 0, 0);
10639 ;
10640 return 0;
10641}
10642_ACEOF
10643rm -f conftest.$ac_objext conftest$ac_exeext

--- 4 unchanged lines hidden (view full) ---

10648 (exit $ac_status); } &&
10649 { ac_try='test -s conftest$ac_exeext'
10650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10651 (eval $ac_try) 2>&5
10652 ac_status=$?
10653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10654 (exit $ac_status); }; }; then
10655
10656 crypto_lib=libcrypto openssl=yes
10657 echo "$as_me:$LINENO: result: libcrypto" >&5
10658echo "${ECHO_T}libcrypto" >&6
10659
10660else
10661 echo "$as_me: failed program was:" >&5
10662cat conftest.$ac_ext >&5
10663fi
10664rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10665 if test "$crypto_lib" = libcrypto ; then
10666 break;
10667 fi
10668 done
10669 CFLAGS="$save_CFLAGS"
10670 LIBS="$save_LIBS"
10671fi
10672
10673if test "$crypto_lib" = "unknown"; then
10674
10675 DIR_des='des'
10676 LIB_des='$(top_builddir)/lib/des/libdes.la'

--- 4696 unchanged lines hidden (view full) ---

15373# ifdef __cplusplus
15374 extern "C"
15375# endif
15376 int F77_DUMMY_MAIN() { return 1; }
15377#endif
15378int
15379main ()
15380{
15381res_nsearch(0,0,0,0,0,0)
15382 ;
15383 return 0;
15384}
15385_ACEOF
15386rm -f conftest.$ac_objext conftest$ac_exeext
15387if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15388 (eval $ac_link) 2>&5
15389 ac_status=$?

--- 348 unchanged lines hidden (view full) ---

15738
15739
15740echo "$as_me:$LINENO: checking for _res" >&5
15741echo $ECHO_N "checking for _res... $ECHO_C" >&6
15742if test "${ac_cv_var__res+set}" = set; then
15743 echo $ECHO_N "(cached) $ECHO_C" >&6
15744else
15745
15746
15747 cat >conftest.$ac_ext <<_ACEOF
15748#line $LINENO "configure"
15749#include "confdefs.h"
15750#include <stdio.h>
15751#ifdef HAVE_SYS_TYPES_H
15752#include <sys/types.h>
15753#endif
15754#ifdef HAVE_NETINET_IN_H
15755#include <netinet/in.h>
15756#endif
15757#ifdef HAVE_ARPA_NAMESER_H
15758#include <arpa/nameser.h>
15759#endif
15760#ifdef HAVE_RESOLV_H
15761#include <resolv.h>
15762#endif
15763 void * foo() { return &_res; }
15764#ifdef F77_DUMMY_MAIN
15765# ifdef __cplusplus
15766 extern "C"
15767# endif
15768 int F77_DUMMY_MAIN() { return 1; }
15769#endif
15770int
15771main ()
15772{
15773foo()
15774 ;
15775 return 0;
15776}
15777_ACEOF
15778rm -f conftest.$ac_objext conftest$ac_exeext
15779if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15780 (eval $ac_link) 2>&5
15781 ac_status=$?
15782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15783 (exit $ac_status); } &&
15784 { ac_try='test -s conftest$ac_exeext'
15785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15786 (eval $ac_try) 2>&5
15787 ac_status=$?
15788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15789 (exit $ac_status); }; }; then
15790 ac_cv_var__res=yes
15791else
15792 echo "$as_me: failed program was:" >&5
15793cat conftest.$ac_ext >&5
15794ac_cv_var__res=no
15795fi
15796rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
15797if test "$ac_cv_var__res" != yes ; then
15798cat >conftest.$ac_ext <<_ACEOF
15799#line $LINENO "configure"
15800#include "confdefs.h"
15801extern int _res;
15802int foo() { return _res; }
15803#ifdef F77_DUMMY_MAIN
15804# ifdef __cplusplus
15805 extern "C"

--- 22 unchanged lines hidden (view full) ---

15828 (exit $ac_status); }; }; then
15829 ac_cv_var__res=yes
15830else
15831 echo "$as_me: failed program was:" >&5
15832cat conftest.$ac_ext >&5
15833ac_cv_var__res=no
15834fi
15835rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
15836fi
15837
15838fi
15839
15840ac_foo=`eval echo \\$ac_cv_var__res`
15841echo "$as_me:$LINENO: result: $ac_foo" >&5
15842echo "${ECHO_T}$ac_foo" >&6
15843if test "$ac_foo" = yes; then
15844

--- 9632 unchanged lines hidden (view full) ---

25477
25478
25479echo "$as_me:$LINENO: checking for h_errno" >&5
25480echo $ECHO_N "checking for h_errno... $ECHO_C" >&6
25481if test "${ac_cv_var_h_errno+set}" = set; then
25482 echo $ECHO_N "(cached) $ECHO_C" >&6
25483else
25484
25485
25486 cat >conftest.$ac_ext <<_ACEOF
25487#line $LINENO "configure"
25488#include "confdefs.h"
25489#ifdef HAVE_SYS_TYPES_H
25490#include <sys/types.h>
25491#endif
25492#ifdef HAVE_NETDB_H
25493#include <netdb.h>
25494#endif
25495 void * foo() { return &h_errno; }
25496#ifdef F77_DUMMY_MAIN
25497# ifdef __cplusplus
25498 extern "C"
25499# endif
25500 int F77_DUMMY_MAIN() { return 1; }
25501#endif
25502int
25503main ()
25504{
25505foo()
25506 ;
25507 return 0;
25508}
25509_ACEOF
25510rm -f conftest.$ac_objext conftest$ac_exeext
25511if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25512 (eval $ac_link) 2>&5
25513 ac_status=$?
25514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25515 (exit $ac_status); } &&
25516 { ac_try='test -s conftest$ac_exeext'
25517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25518 (eval $ac_try) 2>&5
25519 ac_status=$?
25520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25521 (exit $ac_status); }; }; then
25522 ac_cv_var_h_errno=yes
25523else
25524 echo "$as_me: failed program was:" >&5
25525cat conftest.$ac_ext >&5
25526ac_cv_var_h_errno=no
25527fi
25528rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
25529if test "$ac_cv_var_h_errno" != yes ; then
25530cat >conftest.$ac_ext <<_ACEOF
25531#line $LINENO "configure"
25532#include "confdefs.h"
25533extern int h_errno;
25534int foo() { return h_errno; }
25535#ifdef F77_DUMMY_MAIN
25536# ifdef __cplusplus
25537 extern "C"

--- 22 unchanged lines hidden (view full) ---

25560 (exit $ac_status); }; }; then
25561 ac_cv_var_h_errno=yes
25562else
25563 echo "$as_me: failed program was:" >&5
25564cat conftest.$ac_ext >&5
25565ac_cv_var_h_errno=no
25566fi
25567rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
25568fi
25569
25570fi
25571
25572ac_foo=`eval echo \\$ac_cv_var_h_errno`
25573echo "$as_me:$LINENO: result: $ac_foo" >&5
25574echo "${ECHO_T}$ac_foo" >&6
25575if test "$ac_foo" = yes; then
25576

--- 73 unchanged lines hidden (view full) ---

25650
25651
25652echo "$as_me:$LINENO: checking for h_errlist" >&5
25653echo $ECHO_N "checking for h_errlist... $ECHO_C" >&6
25654if test "${ac_cv_var_h_errlist+set}" = set; then
25655 echo $ECHO_N "(cached) $ECHO_C" >&6
25656else
25657
25658
25659 cat >conftest.$ac_ext <<_ACEOF
25660#line $LINENO "configure"
25661#include "confdefs.h"
25662#ifdef HAVE_NETDB_H
25663#include <netdb.h>
25664#endif
25665 void * foo() { return &h_errlist; }
25666#ifdef F77_DUMMY_MAIN
25667# ifdef __cplusplus
25668 extern "C"
25669# endif
25670 int F77_DUMMY_MAIN() { return 1; }
25671#endif
25672int
25673main ()
25674{
25675foo()
25676 ;
25677 return 0;
25678}
25679_ACEOF
25680rm -f conftest.$ac_objext conftest$ac_exeext
25681if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25682 (eval $ac_link) 2>&5
25683 ac_status=$?
25684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25685 (exit $ac_status); } &&
25686 { ac_try='test -s conftest$ac_exeext'
25687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25688 (eval $ac_try) 2>&5
25689 ac_status=$?
25690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25691 (exit $ac_status); }; }; then
25692 ac_cv_var_h_errlist=yes
25693else
25694 echo "$as_me: failed program was:" >&5
25695cat conftest.$ac_ext >&5
25696ac_cv_var_h_errlist=no
25697fi
25698rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
25699if test "$ac_cv_var_h_errlist" != yes ; then
25700cat >conftest.$ac_ext <<_ACEOF
25701#line $LINENO "configure"
25702#include "confdefs.h"
25703extern int h_errlist;
25704int foo() { return h_errlist; }
25705#ifdef F77_DUMMY_MAIN
25706# ifdef __cplusplus
25707 extern "C"

--- 22 unchanged lines hidden (view full) ---

25730 (exit $ac_status); }; }; then
25731 ac_cv_var_h_errlist=yes
25732else
25733 echo "$as_me: failed program was:" >&5
25734cat conftest.$ac_ext >&5
25735ac_cv_var_h_errlist=no
25736fi
25737rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
25738fi
25739
25740fi
25741
25742ac_foo=`eval echo \\$ac_cv_var_h_errlist`
25743echo "$as_me:$LINENO: result: $ac_foo" >&5
25744echo "${ECHO_T}$ac_foo" >&6
25745if test "$ac_foo" = yes; then
25746

--- 70 unchanged lines hidden (view full) ---

25817
25818
25819echo "$as_me:$LINENO: checking for h_nerr" >&5
25820echo $ECHO_N "checking for h_nerr... $ECHO_C" >&6
25821if test "${ac_cv_var_h_nerr+set}" = set; then
25822 echo $ECHO_N "(cached) $ECHO_C" >&6
25823else
25824
25825
25826 cat >conftest.$ac_ext <<_ACEOF
25827#line $LINENO "configure"
25828#include "confdefs.h"
25829#ifdef HAVE_NETDB_H
25830#include <netdb.h>
25831#endif
25832 void * foo() { return &h_nerr; }
25833#ifdef F77_DUMMY_MAIN
25834# ifdef __cplusplus
25835 extern "C"
25836# endif
25837 int F77_DUMMY_MAIN() { return 1; }
25838#endif
25839int
25840main ()
25841{
25842foo()
25843 ;
25844 return 0;
25845}
25846_ACEOF
25847rm -f conftest.$ac_objext conftest$ac_exeext
25848if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25849 (eval $ac_link) 2>&5
25850 ac_status=$?
25851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25852 (exit $ac_status); } &&
25853 { ac_try='test -s conftest$ac_exeext'
25854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25855 (eval $ac_try) 2>&5
25856 ac_status=$?
25857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25858 (exit $ac_status); }; }; then
25859 ac_cv_var_h_nerr=yes
25860else
25861 echo "$as_me: failed program was:" >&5
25862cat conftest.$ac_ext >&5
25863ac_cv_var_h_nerr=no
25864fi
25865rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
25866if test "$ac_cv_var_h_nerr" != yes ; then
25867cat >conftest.$ac_ext <<_ACEOF
25868#line $LINENO "configure"
25869#include "confdefs.h"
25870extern int h_nerr;
25871int foo() { return h_nerr; }
25872#ifdef F77_DUMMY_MAIN
25873# ifdef __cplusplus
25874 extern "C"

--- 22 unchanged lines hidden (view full) ---

25897 (exit $ac_status); }; }; then
25898 ac_cv_var_h_nerr=yes
25899else
25900 echo "$as_me: failed program was:" >&5
25901cat conftest.$ac_ext >&5
25902ac_cv_var_h_nerr=no
25903fi
25904rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
25905fi
25906
25907fi
25908
25909ac_foo=`eval echo \\$ac_cv_var_h_nerr`
25910echo "$as_me:$LINENO: result: $ac_foo" >&5
25911echo "${ECHO_T}$ac_foo" >&6
25912if test "$ac_foo" = yes; then
25913

--- 70 unchanged lines hidden (view full) ---

25984
25985
25986echo "$as_me:$LINENO: checking for __progname" >&5
25987echo $ECHO_N "checking for __progname... $ECHO_C" >&6
25988if test "${ac_cv_var___progname+set}" = set; then
25989 echo $ECHO_N "(cached) $ECHO_C" >&6
25990else
25991
25992
25993 cat >conftest.$ac_ext <<_ACEOF
25994#line $LINENO "configure"
25995#include "confdefs.h"
25996#ifdef HAVE_ERR_H
25997#include <err.h>
25998#endif
25999 void * foo() { return &__progname; }
26000#ifdef F77_DUMMY_MAIN
26001# ifdef __cplusplus
26002 extern "C"
26003# endif
26004 int F77_DUMMY_MAIN() { return 1; }
26005#endif
26006int
26007main ()
26008{
26009foo()
26010 ;
26011 return 0;
26012}
26013_ACEOF
26014rm -f conftest.$ac_objext conftest$ac_exeext
26015if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26016 (eval $ac_link) 2>&5
26017 ac_status=$?
26018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26019 (exit $ac_status); } &&
26020 { ac_try='test -s conftest$ac_exeext'
26021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26022 (eval $ac_try) 2>&5
26023 ac_status=$?
26024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26025 (exit $ac_status); }; }; then
26026 ac_cv_var___progname=yes
26027else
26028 echo "$as_me: failed program was:" >&5
26029cat conftest.$ac_ext >&5
26030ac_cv_var___progname=no
26031fi
26032rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26033if test "$ac_cv_var___progname" != yes ; then
26034cat >conftest.$ac_ext <<_ACEOF
26035#line $LINENO "configure"
26036#include "confdefs.h"
26037extern int __progname;
26038int foo() { return __progname; }
26039#ifdef F77_DUMMY_MAIN
26040# ifdef __cplusplus
26041 extern "C"

--- 22 unchanged lines hidden (view full) ---

26064 (exit $ac_status); }; }; then
26065 ac_cv_var___progname=yes
26066else
26067 echo "$as_me: failed program was:" >&5
26068cat conftest.$ac_ext >&5
26069ac_cv_var___progname=no
26070fi
26071rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26072fi
26073
26074fi
26075
26076ac_foo=`eval echo \\$ac_cv_var___progname`
26077echo "$as_me:$LINENO: result: $ac_foo" >&5
26078echo "${ECHO_T}$ac_foo" >&6
26079if test "$ac_foo" = yes; then
26080

--- 515 unchanged lines hidden (view full) ---

26596
26597
26598echo "$as_me:$LINENO: checking for timezone" >&5
26599echo $ECHO_N "checking for timezone... $ECHO_C" >&6
26600if test "${ac_cv_var_timezone+set}" = set; then
26601 echo $ECHO_N "(cached) $ECHO_C" >&6
26602else
26603
26604
26605 cat >conftest.$ac_ext <<_ACEOF
26606#line $LINENO "configure"
26607#include "confdefs.h"
26608#include <time.h>
26609 void * foo() { return &timezone; }
26610#ifdef F77_DUMMY_MAIN
26611# ifdef __cplusplus
26612 extern "C"
26613# endif
26614 int F77_DUMMY_MAIN() { return 1; }
26615#endif
26616int
26617main ()
26618{
26619foo()
26620 ;
26621 return 0;
26622}
26623_ACEOF
26624rm -f conftest.$ac_objext conftest$ac_exeext
26625if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26626 (eval $ac_link) 2>&5
26627 ac_status=$?
26628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26629 (exit $ac_status); } &&
26630 { ac_try='test -s conftest$ac_exeext'
26631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26632 (eval $ac_try) 2>&5
26633 ac_status=$?
26634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26635 (exit $ac_status); }; }; then
26636 ac_cv_var_timezone=yes
26637else
26638 echo "$as_me: failed program was:" >&5
26639cat conftest.$ac_ext >&5
26640ac_cv_var_timezone=no
26641fi
26642rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26643if test "$ac_cv_var_timezone" != yes ; then
26644cat >conftest.$ac_ext <<_ACEOF
26645#line $LINENO "configure"
26646#include "confdefs.h"
26647extern int timezone;
26648int foo() { return timezone; }
26649#ifdef F77_DUMMY_MAIN
26650# ifdef __cplusplus
26651 extern "C"

--- 22 unchanged lines hidden (view full) ---

26674 (exit $ac_status); }; }; then
26675 ac_cv_var_timezone=yes
26676else
26677 echo "$as_me: failed program was:" >&5
26678cat conftest.$ac_ext >&5
26679ac_cv_var_timezone=no
26680fi
26681rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26682fi
26683
26684fi
26685
26686ac_foo=`eval echo \\$ac_cv_var_timezone`
26687echo "$as_me:$LINENO: result: $ac_foo" >&5
26688echo "${ECHO_T}$ac_foo" >&6
26689if test "$ac_foo" = yes; then
26690

--- 67 unchanged lines hidden (view full) ---

26758
26759
26760echo "$as_me:$LINENO: checking for altzone" >&5
26761echo $ECHO_N "checking for altzone... $ECHO_C" >&6
26762if test "${ac_cv_var_altzone+set}" = set; then
26763 echo $ECHO_N "(cached) $ECHO_C" >&6
26764else
26765
26766
26767 cat >conftest.$ac_ext <<_ACEOF
26768#line $LINENO "configure"
26769#include "confdefs.h"
26770#include <time.h>
26771 void * foo() { return &altzone; }
26772#ifdef F77_DUMMY_MAIN
26773# ifdef __cplusplus
26774 extern "C"
26775# endif
26776 int F77_DUMMY_MAIN() { return 1; }
26777#endif
26778int
26779main ()
26780{
26781foo()
26782 ;
26783 return 0;
26784}
26785_ACEOF
26786rm -f conftest.$ac_objext conftest$ac_exeext
26787if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26788 (eval $ac_link) 2>&5
26789 ac_status=$?
26790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26791 (exit $ac_status); } &&
26792 { ac_try='test -s conftest$ac_exeext'
26793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26794 (eval $ac_try) 2>&5
26795 ac_status=$?
26796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26797 (exit $ac_status); }; }; then
26798 ac_cv_var_altzone=yes
26799else
26800 echo "$as_me: failed program was:" >&5
26801cat conftest.$ac_ext >&5
26802ac_cv_var_altzone=no
26803fi
26804rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26805if test "$ac_cv_var_altzone" != yes ; then
26806cat >conftest.$ac_ext <<_ACEOF
26807#line $LINENO "configure"
26808#include "confdefs.h"
26809extern int altzone;
26810int foo() { return altzone; }
26811#ifdef F77_DUMMY_MAIN
26812# ifdef __cplusplus
26813 extern "C"

--- 22 unchanged lines hidden (view full) ---

26836 (exit $ac_status); }; }; then
26837 ac_cv_var_altzone=yes
26838else
26839 echo "$as_me: failed program was:" >&5
26840cat conftest.$ac_ext >&5
26841ac_cv_var_altzone=no
26842fi
26843rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26844fi
26845
26846fi
26847
26848ac_foo=`eval echo \\$ac_cv_var_altzone`
26849echo "$as_me:$LINENO: result: $ac_foo" >&5
26850echo "${ECHO_T}$ac_foo" >&6
26851if test "$ac_foo" = yes; then
26852

--- 8927 unchanged lines hidden (view full) ---

35780echo "${ECHO_T}$COMPILE_ET" >&6
35781else
35782 echo "$as_me:$LINENO: result: no" >&5
35783echo "${ECHO_T}no" >&6
35784fi
35785
35786
35787krb_cv_compile_et="no"
35788krb_cv_com_err_need_r=""
35789if test "${COMPILE_ET}" = "compile_et"; then
35790
35791echo "$as_me:$LINENO: checking whether compile_et has the features we need" >&5
35792echo $ECHO_N "checking whether compile_et has the features we need... $ECHO_C" >&6
35793cat > conftest_et.et <<'EOF'
35794error_table conf
35795prefix CONFTEST
35796index 1

--- 41 unchanged lines hidden (view full) ---

35838( exit $ac_status )
35839CPPFLAGS="${save_CPPFLAGS}"
35840fi
35841rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
35842fi
35843fi
35844echo "$as_me:$LINENO: result: ${krb_cv_compile_et}" >&5
35845echo "${ECHO_T}${krb_cv_compile_et}" >&6
35846if test "${krb_cv_compile_et}" = "yes"; then
35847 echo "$as_me:$LINENO: checking for if com_err needs to have a initialize_error_table_r" >&5
35848echo $ECHO_N "checking for if com_err needs to have a initialize_error_table_r... $ECHO_C" >&6
35849 save2_CPPFLAGS="$CPPFLAGS"
35850 CPPFLAGS="$CPPFLAGS"
35851 cat >conftest.$ac_ext <<_ACEOF
35852#line $LINENO "configure"
35853#include "confdefs.h"
35854#include "conftest_et.c"
35855_ACEOF
35856if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
35857 egrep "initialize_error_table_r" >/dev/null 2>&1; then
35858 krb_cv_com_err_need_r="initialize_error_table_r(0,0,0,0);"
35859 CPPFLAGS="$save2_CPPFLAGS"
35860else
35861 CPPFLAGS="${save_CPPFLAGS}"
35862fi
35863rm -f conftest*
35864
35865 if test X"$krb_cv_com_err_need_r" = X ; then
35866 echo "$as_me:$LINENO: result: no" >&5
35867echo "${ECHO_T}no" >&6
35868 else
35869 echo "$as_me:$LINENO: result: yes" >&5
35870echo "${ECHO_T}yes" >&6
35871 fi
35872fi
35873rm -fr conftest*
35874fi
35875
35876if test "${krb_cv_compile_et}" = "yes"; then
35877 krb_cv_save_LIBS="${LIBS}"
35878 LIBS="${LIBS} -lcom_err"
35879 echo "$as_me:$LINENO: checking for com_err" >&5
35880echo $ECHO_N "checking for com_err... $ECHO_C" >&6

--- 8 unchanged lines hidden (view full) ---

35889 int F77_DUMMY_MAIN() { return 1; }
35890#endif
35891int
35892main ()
35893{
35894
35895 const char *p;
35896 p = error_message(0);
35897 $krb_cv_com_err_need_r
35898
35899 ;
35900 return 0;
35901}
35902_ACEOF
35903rm -f conftest.$ac_objext conftest$ac_exeext
35904if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35905 (eval $ac_link) 2>&5

--- 247 unchanged lines hidden (view full) ---

36153
36154if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
36155 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
36156Usually this means the macro was only invoked conditionally." >&5
36157echo "$as_me: error: conditional \"AMDEP\" was never defined.
36158Usually this means the macro was only invoked conditionally." >&2;}
36159 { (exit 1); exit 1; }; }
36160fi
36161if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
36162 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
36163Usually this means the macro was only invoked conditionally." >&5
36164echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
36165Usually this means the macro was only invoked conditionally." >&2;}
36166 { (exit 1); exit 1; }; }
36167fi
36168if test -z "${KRB4_TRUE}" && test -z "${KRB4_FALSE}"; then
36169 { { echo "$as_me:$LINENO: error: conditional \"KRB4\" was never defined.
36170Usually this means the macro was only invoked conditionally." >&5
36171echo "$as_me: error: conditional \"KRB4\" was never defined.
36172Usually this means the macro was only invoked conditionally." >&2;}
36173 { (exit 1); exit 1; }; }
36174fi
36175if test -z "${KRB5_TRUE}" && test -z "${KRB5_FALSE}"; then

--- 394 unchanged lines hidden (view full) ---

36570{
36571 echo
36572 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
36573## Running $as_me. ##
36574_ASBOX
36575} >&5
36576cat >&5 <<_CSEOF
36577
36578This file was extended by Heimdal $as_me 0.6, which was
36579generated by GNU Autoconf 2.53. Invocation command line was
36580
36581 CONFIG_FILES = $CONFIG_FILES
36582 CONFIG_HEADERS = $CONFIG_HEADERS
36583 CONFIG_LINKS = $CONFIG_LINKS
36584 CONFIG_COMMANDS = $CONFIG_COMMANDS
36585 $ $0 $@
36586

--- 45 unchanged lines hidden (view full) ---

36632Configuration commands:
36633$config_commands
36634
36635Report bugs to <bug-autoconf@gnu.org>."
36636_ACEOF
36637
36638cat >>$CONFIG_STATUS <<_ACEOF
36639ac_cs_version="\\
36640Heimdal config.status 0.6
36641configured by $0, generated by GNU Autoconf 2.53,
36642 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
36643
36644Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
36645Free Software Foundation, Inc.
36646This config.status script is free software; the Free Software Foundation
36647gives unlimited permission to copy, distribute and modify it."
36648srcdir=$srcdir

--- 245 unchanged lines hidden (view full) ---

36894s,@SET_MAKE@,$SET_MAKE,;t t
36895s,@DEPDIR@,$DEPDIR,;t t
36896s,@am__include@,$am__include,;t t
36897s,@am__quote@,$am__quote,;t t
36898s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
36899s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
36900s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
36901s,@CCDEPMODE@,$CCDEPMODE,;t t
36902s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
36903s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
36904s,@MAINT@,$MAINT,;t t
36905s,@build@,$build,;t t
36906s,@build_cpu@,$build_cpu,;t t
36907s,@build_vendor@,$build_vendor,;t t
36908s,@build_os@,$build_os,;t t
36909s,@host@,$host,;t t
36910s,@host_cpu@,$host_cpu,;t t
36911s,@host_vendor@,$host_vendor,;t t
36912s,@host_os@,$host_os,;t t

--- 725 unchanged lines hidden (view full) ---

37638 # would make configure fail if this is the last instruction.
37639 $ac_cs_success || { (exit 1); exit 1; }
37640fi
37641
37642
37643
37644cat > include/newversion.h.in <<EOF
37645const char *heimdal_long_version = "@(#)\$Version: $PACKAGE_STRING by @USER@ on @HOST@ ($host) @DATE@ \$";
37646const char *heimdal_version = "Heimdal 0.6";
37647EOF
37648
37649if test -f include/version.h && cmp -s include/newversion.h.in include/version.h.in; then
37650 echo "include/version.h is unchanged"
37651 rm -f include/newversion.h.in
37652else
37653 echo "creating include/version.h"
37654 User=${USER-${LOGNAME}}
37655 Host=`(hostname || uname -n || echo unknown) 2>/dev/null | sed 1q`
37656 Date=`date`
37657 mv -f include/newversion.h.in include/version.h.in
37658 sed -e "s/@USER@/$User/" -e "s/@HOST@/$Host/" -e "s/@DATE@/$Date/" include/version.h.in > include/version.h
37659fi