diff options
| author | Ken VanDine <ken.vandine@canonical.com> | 2012-03-21 16:11:25 -0400 |
|---|---|---|
| committer | Ken VanDine <ken.vandine@canonical.com> | 2012-03-21 16:11:25 -0400 |
| commit | bac2284172b59de051a5a8cb74609faa3e9174a7 (patch) | |
| tree | 3ef84c3ea33a0dbefa7ed24cc42b0f13931a04e2 /configure | |
| parent | 5995e81c8b6f794c22a6d1b3cf2a061868307de4 (diff) | |
| parent | 268ede0deda25d0d868abee3cce4b0f9e15eb9aa (diff) | |
| download | libdbusmenu-bac2284172b59de051a5a8cb74609faa3e9174a7.tar.gz libdbusmenu-bac2284172b59de051a5a8cb74609faa3e9174a7.tar.bz2 libdbusmenu-bac2284172b59de051a5a8cb74609faa3e9174a7.zip | |
* New upstream release.
* Fix theme change bug (LP: #953509)
* Don't request event responses if no one is listening
* Fix a warning on custom menu items without labels
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.94. +# Generated by GNU Autoconf 2.68 for libdbusmenu 0.5.95. # # 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.94' -PACKAGE_STRING='libdbusmenu 0.5.94' +PACKAGE_VERSION='0.5.95' +PACKAGE_STRING='libdbusmenu 0.5.95' PACKAGE_BUGREPORT='ted@canonical.com' PACKAGE_URL='' @@ -1437,7 +1437,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.94 to adapt to many kinds of systems. +\`configure' configures libdbusmenu 0.5.95 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1507,7 +1507,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libdbusmenu 0.5.94:";; + short | recursive ) echo "Configuration of libdbusmenu 0.5.95:";; esac cat <<\_ACEOF @@ -1656,7 +1656,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libdbusmenu configure 0.5.94 +libdbusmenu configure 0.5.95 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2027,7 +2027,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.94, which was +It was created by libdbusmenu $as_me 0.5.95, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2848,7 +2848,7 @@ fi # Define the identity of the package. PACKAGE=libdbusmenu - VERSION=0.5.94 + VERSION=0.5.95 # Some tools Automake needs. @@ -14423,7 +14423,7 @@ fi ########################### LIBDBUSMENU_CURRENT=4 -LIBDBUSMENU_REVISION=11 +LIBDBUSMENU_REVISION=12 LIBDBUSMENU_AGE=0 @@ -15777,7 +15777,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.94, which was +This file was extended by libdbusmenu $as_me 0.5.95, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15843,7 +15843,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.94 +libdbusmenu config.status 0.5.95 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" |
