diff options
Diffstat (limited to 'crypto/heimdal/configure')
-rwxr-xr-x | crypto/heimdal/configure | 34 |
1 files changed, 14 insertions, 20 deletions
diff --git a/crypto/heimdal/configure b/crypto/heimdal/configure index 0225d4c..59c2541 100755 --- a/crypto/heimdal/configure +++ b/crypto/heimdal/configure @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.in Revision: 1.325 . +# From configure.in Revision: 1.325.2.2 . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.53 for Heimdal 0.4f. +# Generated by GNU Autoconf 2.53 for Heimdal 0.5.1. # # Report bugs to <heimdal-bugs@pdc.kth.se>. # @@ -416,8 +416,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='Heimdal' PACKAGE_TARNAME='heimdal' -PACKAGE_VERSION='0.4f' -PACKAGE_STRING='Heimdal 0.4f' +PACKAGE_VERSION='0.5.1' +PACKAGE_STRING='Heimdal 0.5.1' PACKAGE_BUGREPORT='heimdal-bugs@pdc.kth.se' ac_unique_file="kuser/kinit.c" @@ -923,7 +923,7 @@ if test "$ac_init_help" = "long"; then # 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. cat <<_ACEOF -\`configure' configures Heimdal 0.4f to adapt to many kinds of systems. +\`configure' configures Heimdal 0.5.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -993,7 +993,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Heimdal 0.4f:";; + short | recursive ) echo "Configuration of Heimdal 0.5.1:";; esac cat <<\_ACEOF @@ -1127,7 +1127,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -Heimdal configure 0.4f +Heimdal configure 0.5.1 generated by GNU Autoconf 2.53 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 @@ -1142,7 +1142,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Heimdal $as_me 0.4f, which was +It was created by Heimdal $as_me 0.5.1, which was generated by GNU Autoconf 2.53. Invocation command line was $ $0 $@ @@ -2812,7 +2812,7 @@ fi # Define the identity of the package. PACKAGE=heimdal - VERSION=0.4f + VERSION=0.5.1 cat >>confdefs.h <<_ACEOF @@ -29181,7 +29181,7 @@ case "$host" in *-*-solaris2.7) sunos=57 ;; -*-*-solaris2.89) +*-*-solaris2.[89]) sunos=58 ;; *-*-solaris2*) @@ -36240,7 +36240,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by Heimdal $as_me 0.4f, which was +This file was extended by Heimdal $as_me 0.5.1, which was generated by GNU Autoconf 2.53. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -36302,7 +36302,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -Heimdal config.status 0.4f +Heimdal config.status 0.5.1 configured by $0, generated by GNU Autoconf 2.53, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" @@ -37194,13 +37194,7 @@ echo "$as_me: executing $ac_dest commands" >&6;} depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named `Makefile.in', but - # some people rename them; so instead we look at the file content. - # Grep'ing the first line is not enough: some people post-process - # each Makefile.in and add a new line on top of each file to say so. - # So let's grep whole file. - if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then + if (sed 1q $mf | fgrep 'generated by automake') > /dev/null 2>&1; then dirpart=`(dirname "$mf") 2>/dev/null || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ @@ -37311,7 +37305,7 @@ fi cat > include/newversion.h.in <<EOF const char *heimdal_long_version = "@(#)\$Version: $PACKAGE_STRING by @USER@ on @HOST@ ($host) @DATE@ \$"; -const char *heimdal_version = "Heimdal 0.4f"; +const char *heimdal_version = "Heimdal 0.5.1"; EOF if test -f include/version.h && cmp -s include/newversion.h.in include/version.h.in; then |