summaryrefslogtreecommitdiff
path: root/pkgtools/libnbcompat/files/configure
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/libnbcompat/files/configure')
-rwxr-xr-xpkgtools/libnbcompat/files/configure122
1 files changed, 107 insertions, 15 deletions
diff --git a/pkgtools/libnbcompat/files/configure b/pkgtools/libnbcompat/files/configure
index b211dbe0437..dcb871d9038 100755
--- a/pkgtools/libnbcompat/files/configure
+++ b/pkgtools/libnbcompat/files/configure
@@ -1,8 +1,8 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for libnbcompat 20080605.
+# Generated by GNU Autoconf 2.68 for libnbcompat 20120702.
#
-# Report bugs to <grant@NetBSD.org>.
+# Report bugs to <joerg@NetBSD.org>.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -238,7 +238,7 @@ fi
$as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
else
- $as_echo "$0: Please tell bug-autoconf@gnu.org and grant@NetBSD.org
+ $as_echo "$0: Please tell bug-autoconf@gnu.org and joerg@NetBSD.org
$0: about your system, including any error possibly output
$0: before this message. Then install a modern shell, or
$0: manually run the script under such a shell if you do
@@ -560,9 +560,9 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='libnbcompat'
PACKAGE_TARNAME='libnbcompat'
-PACKAGE_VERSION='20080605'
-PACKAGE_STRING='libnbcompat 20080605'
-PACKAGE_BUGREPORT='grant@NetBSD.org'
+PACKAGE_VERSION='20120702'
+PACKAGE_STRING='libnbcompat 20120702'
+PACKAGE_BUGREPORT='joerg@NetBSD.org'
PACKAGE_URL=''
# Factoring default headers for most tests.
@@ -1229,7 +1229,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 libnbcompat 20080605 to adapt to many kinds of systems.
+\`configure' configures libnbcompat 20120702 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1299,7 +1299,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of libnbcompat 20080605:";;
+ short | recursive ) echo "Configuration of libnbcompat 20120702:";;
esac
cat <<\_ACEOF
@@ -1323,7 +1323,7 @@ Some influential environment variables:
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
-Report bugs to <grant@NetBSD.org>.
+Report bugs to <joerg@NetBSD.org>.
_ACEOF
ac_status=$?
fi
@@ -1386,7 +1386,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-libnbcompat configure 20080605
+libnbcompat configure 20120702
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1719,7 +1719,7 @@ $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
( $as_echo "## ------------------------------- ##
-## Report this to grant@NetBSD.org ##
+## Report this to joerg@NetBSD.org ##
## ------------------------------- ##"
) | sed "s/^/$as_me: WARNING: /" >&2
;;
@@ -2217,7 +2217,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 libnbcompat $as_me 20080605, which was
+It was created by libnbcompat $as_me 20120702, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@@ -4486,6 +4486,98 @@ esac
fi
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for va_copy" >&5
+$as_echo_n "checking for va_copy... " >&6; }
+if ${pkg_cv_have_va_copy+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+#include <stdarg.h>
+
+int
+main ()
+{
+
+ va_list ap, ap2;
+ va_copy(ap2, ap);
+ return 0;
+;
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+ pkg_cv_have_va_copy=yes
+else
+ pkg_cv_have_va_copy=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $pkg_cv_have_va_copy" >&5
+$as_echo "$pkg_cv_have_va_copy" >&6; }
+ if test "x$pkg_cv_have_va_copy" = "xyes"; then
+ $as_echo "#define HAVE_VA_COPY 1" >>confdefs.h
+
+
+ else
+ :
+]
+ :
+ fi
+
+
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_va_copy" >&5
+$as_echo_n "checking for __builtin_va_copy... " >&6; }
+if ${pkg_cv_have___builtin_va_copy+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+#include <stdarg.h>
+
+int
+main ()
+{
+
+ va_list ap, ap2;
+ __builtin_va_copy(ap2, ap);
+ return 0;
+;
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+ pkg_cv_have___builtin_va_copy=yes
+else
+ pkg_cv_have___builtin_va_copy=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $pkg_cv_have___builtin_va_copy" >&5
+$as_echo "$pkg_cv_have___builtin_va_copy" >&6; }
+ if test "x$pkg_cv_have___builtin_va_copy" = "xyes"; then
+ $as_echo "#define HAVE___BUILTIN_VA_COPY 1" >>confdefs.h
+
+
+ else
+ :
+]
+ :
+ fi
+
+
for ac_header in md5.h
do :
ac_fn_c_check_header_mongrel "$LINENO" "md5.h" "ac_cv_header_md5_h" "$ac_includes_default"
@@ -7572,7 +7664,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 libnbcompat $as_me 20080605, which was
+This file was extended by libnbcompat $as_me 20120702, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -7628,13 +7720,13 @@ $config_files
Configuration headers:
$config_headers
-Report bugs to <grant@NetBSD.org>."
+Report bugs to <joerg@NetBSD.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-libnbcompat config.status 20080605
+libnbcompat config.status 20120702
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"