summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure71
1 files changed, 57 insertions, 14 deletions
diff --git a/configure b/configure
index 36efaf6..0e70235 100755
--- a/configure
+++ b/configure
@@ -1,7 +1,7 @@
#! /bin/sh
# From configure.ac Revision.
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for Heimdal 1.5.
+# Generated by GNU Autoconf 2.65 for Heimdal 1.5.1.
#
# Report bugs to <heimdal-bugs@h5l.org>.
#
@@ -563,8 +563,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Heimdal'
PACKAGE_TARNAME='heimdal'
-PACKAGE_VERSION='1.5'
-PACKAGE_STRING='Heimdal 1.5'
+PACKAGE_VERSION='1.5.1'
+PACKAGE_STRING='Heimdal 1.5.1'
PACKAGE_BUGREPORT='heimdal-bugs@h5l.org'
PACKAGE_URL=''
@@ -1535,7 +1535,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 1.5 to adapt to many kinds of systems.
+\`configure' configures Heimdal 1.5.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1609,7 +1609,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of Heimdal 1.5:";;
+ short | recursive ) echo "Configuration of Heimdal 1.5.1:";;
esac
cat <<\_ACEOF
@@ -1798,7 +1798,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-Heimdal configure 1.5
+Heimdal configure 1.5.1
generated by GNU Autoconf 2.65
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2252,7 +2252,7 @@ cat >config.log <<_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 1.5, which was
+It was created by Heimdal $as_me 1.5.1, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ $0 $@
@@ -3068,7 +3068,7 @@ fi
# Define the identity of the package.
PACKAGE='heimdal'
- VERSION='1.5'
+ VERSION='1.5.1'
cat >>confdefs.h <<_ACEOF
@@ -12850,6 +12850,9 @@ else
ASN1_COMPILE_DEP=
SLC_DEP=
+
+ ac_cv_prog_COMPILE_ET=${with_cross_tools}compile_et
+
fi
@@ -17949,13 +17952,11 @@ for ac_func in \
getprogname \
getrlimit \
getspnam \
- initstate \
issetugid \
on_exit \
poll \
random \
setprogname \
- setstate \
strsvis \
strsvisx \
strunvis \
@@ -26896,7 +26897,7 @@ else
int main(int argc, char **argv)
{
struct passwd pw, *pwd;
- return getpwnam_r("", &pw, NULL, 0, &pwd) < 0;
+ return getpwnam_r("", &pw, 0, 0, &pwd) < 0;
}
_ACEOF
@@ -26913,11 +26914,50 @@ LIBS="$ac_libs"
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_getpwnam_r_posix" >&5
$as_echo "$ac_cv_func_getpwnam_r_posix" >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if _POSIX_PTHREAD_SEMANTICS is needed" >&5
+$as_echo_n "checking if _POSIX_PTHREAD_SEMANTICS is needed... " >&6; }
+if test "${ac_cv_func_getpwnam_r_posix_def+set}" = set; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_libs="$LIBS"
+ LIBS="$LIBS $LIB_getpwnam_r"
+ if test "$cross_compiling" = yes; then :
+ :
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+#include <pwd.h>
+int main(int argc, char **argv)
+{
+ struct passwd pw, *pwd;
+ return getpwnam_r("", &pw, 0, 0, &pwd) < 0;
+}
+
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+ ac_cv_func_getpwnam_r_posix_def=no
+else
+ ac_cv_func_getpwnam_r_posix_def=yes
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+ conftest.$ac_objext conftest.beam conftest.$ac_ext
+fi
+
+LIBS="$ac_libs"
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_getpwnam_r_posix_def" >&5
+$as_echo "$ac_cv_func_getpwnam_r_posix_def" >&6; }
if test "$ac_cv_func_getpwnam_r_posix" = yes; then
$as_echo "#define POSIX_GETPWNAM_R 1" >>confdefs.h
fi
+if test "$ac_cv_func_getpwnam_r_posix" = yes -a "$ac_cv_func_getpwnam_r_posix_def" = yes; then
+
+$as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
+
+fi
fi
@@ -28321,6 +28361,7 @@ if test "${krb_cv_com_err}" = "yes"; then
LIB_com_err_so=""
{ $as_echo "$as_me:${as_lineno-$LINENO}: Using the already-installed com_err" >&5
$as_echo "$as_me: Using the already-installed com_err" >&6;}
+ COMPILE_ET="${ac_cv_prog_COMPILE_ET}"
localcomerr=no
elif test "${krb_cv_com_err}" = "cross"; then
DIR_com_err="com_err"
@@ -28329,6 +28370,7 @@ elif test "${krb_cv_com_err}" = "cross"; then
LIB_com_err_so="\$(top_builddir)/lib/com_err/.libs/libcom_err.so"
{ $as_echo "$as_me:${as_lineno-$LINENO}: Using our own com_err with toolchain compile_et" >&5
$as_echo "$as_me: Using our own com_err with toolchain compile_et" >&6;}
+ COMPILE_ET="${ac_cv_prog_COMPILE_ET}"
localcomerr=yes
else
COMPILE_ET="\$(top_builddir)/lib/com_err/compile_et"
@@ -28355,6 +28397,7 @@ fi
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking which authentication modules should be built" >&5
$as_echo_n "checking which authentication modules should be built... " >&6; }
@@ -29203,7 +29246,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by Heimdal $as_me 1.5, which was
+This file was extended by Heimdal $as_me 1.5.1, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -29269,7 +29312,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-Heimdal config.status 1.5
+Heimdal config.status 1.5.1
configured by $0, generated by GNU Autoconf 2.65,
with options \\"\$ac_cs_config\\"
@@ -31241,7 +31284,7 @@ cat > include/newversion.h.in <<EOF
#define VERSION_HIDDEN
#endif
VERSION_HIDDEN const char *heimdal_long_version = "@(#)\$Version: $PACKAGE_STRING by @USER@ on @HOST@ ($host) @DATE@ \$";
-VERSION_HIDDEN const char *heimdal_version = "Heimdal 1.5";
+VERSION_HIDDEN const char *heimdal_version = "Heimdal 1.5.1";
EOF
if test -f include/version.h && cmp -s include/newversion.h.in include/version.h.in; then
OpenPOWER on IntegriCloud