diff options
author | Simon McVittie <smcv@debian.org> | 2011-07-29 14:56:59 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2011-07-29 14:56:59 +0100 |
commit | 201e26f277511adf0fbb67aa39d335f281c6085f (patch) | |
tree | 62c207bb898ba308d3f88ecac894d8004a57bd2c /configure | |
parent | fbe6c26af93591f53d7439c810213d846d844d95 (diff) | |
download | dbus-201e26f277511adf0fbb67aa39d335f281c6085f.tar.gz |
Imported Upstream version 1.4.14upstream/1.4.14
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 30 |
1 files changed, 16 insertions, 14 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for dbus 1.4.12. +# Generated by GNU Autoconf 2.68 for dbus 1.4.14. # # Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=dbus>. # @@ -571,8 +571,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='dbus' PACKAGE_TARNAME='dbus' -PACKAGE_VERSION='1.4.12' -PACKAGE_STRING='dbus 1.4.12' +PACKAGE_VERSION='1.4.14' +PACKAGE_STRING='dbus 1.4.14' PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=dbus' PACKAGE_URL='' @@ -1484,7 +1484,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 dbus 1.4.12 to adapt to many kinds of systems. +\`configure' configures dbus 1.4.14 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1558,7 +1558,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of dbus 1.4.12:";; + short | recursive ) echo "Configuration of dbus 1.4.14:";; esac cat <<\_ACEOF @@ -1736,7 +1736,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -dbus configure 1.4.12 +dbus configure 1.4.14 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2450,7 +2450,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 dbus $as_me 1.4.12, which was +It was created by dbus $as_me 1.4.14, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -3342,7 +3342,7 @@ fi # Define the identity of the package. PACKAGE='dbus' - VERSION='1.4.12' + VERSION='1.4.14' cat >>confdefs.h <<_ACEOF @@ -3539,8 +3539,8 @@ LT_AGE=5 DBUS_MAJOR_VERSION=1 DBUS_MINOR_VERSION=4 -DBUS_MICRO_VERSION=12 -DBUS_VERSION=1.4.12 +DBUS_MICRO_VERSION=14 +DBUS_VERSION=1.4.14 @@ -20758,6 +20758,9 @@ case $host_os in solaris*) # Solaris' C library apparently needs these runes to be threadsafe... CFLAGS="$CFLAGS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT" + # ... and this opt-in to get file descriptor passing support + CFLAGS="$CFLAGS -D_XOPEN_SOURCE=500" + ;; esac ### Doxygen Documentation @@ -20838,7 +20841,6 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_doxygen_docs" >&5 $as_echo "$enable_doxygen_docs" >&6; } -XSLTPROC=false for ac_prog in xsltproc do # Extract the first word of "$ac_prog", so it can be a program name with args. @@ -20881,7 +20883,7 @@ fi test -n "$XSLTPROC" && break done - if test "$XSLTPROC" != false; then + if test "x$XSLTPROC" != "x"; then DBUS_HAVE_XSLTPROC_TRUE= DBUS_HAVE_XSLTPROC_FALSE='#' else @@ -22268,7 +22270,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 dbus $as_me 1.4.12, which was +This file was extended by dbus $as_me 1.4.14, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -22334,7 +22336,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="\\ -dbus config.status 1.4.12 +dbus config.status 1.4.14 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" |