diff options
| author | Ted Gould <ted@gould.cx> | 2012-02-23 00:02:25 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2012-02-23 00:02:25 -0600 |
| commit | 55113b2baf6703debeef34a135260fafeb2b71c8 (patch) | |
| tree | dd667ac87e007a48c6703763338ffbbc65ac77d4 /configure | |
| parent | 49e45c8b23af0926ec04c50a4ac53068abba21db (diff) | |
| parent | 8dc3a0013a6fd0d8ab54edf0944f842da751c4e7 (diff) | |
| download | libdbusmenu-55113b2baf6703debeef34a135260fafeb2b71c8.tar.gz libdbusmenu-55113b2baf6703debeef34a135260fafeb2b71c8.tar.bz2 libdbusmenu-55113b2baf6703debeef34a135260fafeb2b71c8.zip | |
* New upstream release.
* Fix label leak and make it not have disposition (LP: #937829)
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for libdbusmenu 0.5.91. +# Generated by GNU Autoconf 2.68 for libdbusmenu 0.5.92. # # Report bugs to <ted@canonical.com>. # @@ -572,8 +572,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='libdbusmenu' PACKAGE_TARNAME='libdbusmenu' -PACKAGE_VERSION='0.5.91' -PACKAGE_STRING='libdbusmenu 0.5.91' +PACKAGE_VERSION='0.5.92' +PACKAGE_STRING='libdbusmenu 0.5.92' PACKAGE_BUGREPORT='ted@canonical.com' PACKAGE_URL='' @@ -1431,7 +1431,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 libdbusmenu 0.5.91 to adapt to many kinds of systems. +\`configure' configures libdbusmenu 0.5.92 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1501,7 +1501,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libdbusmenu 0.5.91:";; + short | recursive ) echo "Configuration of libdbusmenu 0.5.92:";; esac cat <<\_ACEOF @@ -1650,7 +1650,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libdbusmenu configure 0.5.91 +libdbusmenu configure 0.5.92 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2021,7 +2021,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 libdbusmenu $as_me 0.5.91, which was +It was created by libdbusmenu $as_me 0.5.92, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2842,7 +2842,7 @@ fi # Define the identity of the package. PACKAGE=libdbusmenu - VERSION=0.5.91 + VERSION=0.5.92 # Some tools Automake needs. @@ -14398,7 +14398,7 @@ fi ########################### LIBDBUSMENU_CURRENT=4 -LIBDBUSMENU_REVISION=8 +LIBDBUSMENU_REVISION=9 LIBDBUSMENU_AGE=0 @@ -15752,7 +15752,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 libdbusmenu $as_me 0.5.91, which was +This file was extended by libdbusmenu $as_me 0.5.92, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15818,7 +15818,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="\\ -libdbusmenu config.status 0.5.91 +libdbusmenu config.status 0.5.92 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" |
