diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-06-04 16:19:07 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-06-04 16:19:07 -0400 |
commit | d2ba03b40357a15fe3810a74ea9a951441ce38a0 (patch) | |
tree | 60f4c5024c5281f4cbb15d575a72b4d7e012e411 /configure | |
parent | 2397bc7c5beeecfdf7f73fbac0b623ca81e903b7 (diff) | |
parent | 46b9469ec87422d805a40a3834b9e5ab18f8e909 (diff) | |
download | libdbusmenu-d2ba03b40357a15fe3810a74ea9a951441ce38a0.tar.gz libdbusmenu-d2ba03b40357a15fe3810a74ea9a951441ce38a0.tar.bz2 libdbusmenu-d2ba03b40357a15fe3810a74ea9a951441ce38a0.zip |
* New upstream release.
* Add function to get submenu of GTK-ified items
* Fix signal prototype of ID update
* Fixing up VAPI files to build them correctly
* Fixing the version string in the GIR file
* Fix documentation title page
* Reject text nodes early (warnings with Qt integration)
* debian/libdbusmenu-glib-dev.install: Updating gir and vapi file
names for package list.
* debian/gir1.0-dbusmenu-glib-0.2.install: Changing the name of the
typelib file.
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.65 for libdbusmenu 0.2.9. +# Generated by GNU Autoconf 2.65 for libdbusmenu 0.3.0. # # Report bugs to <ted@canonical.com>. # @@ -703,8 +703,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='libdbusmenu' PACKAGE_TARNAME='libdbusmenu' -PACKAGE_VERSION='0.2.9' -PACKAGE_STRING='libdbusmenu 0.2.9' +PACKAGE_VERSION='0.3.0' +PACKAGE_STRING='libdbusmenu 0.3.0' PACKAGE_BUGREPORT='ted@canonical.com' PACKAGE_URL='' @@ -1494,7 +1494,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.2.9 to adapt to many kinds of systems. +\`configure' configures libdbusmenu 0.3.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1564,7 +1564,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libdbusmenu 0.2.9:";; + short | recursive ) echo "Configuration of libdbusmenu 0.3.0:";; esac cat <<\_ACEOF @@ -1685,7 +1685,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libdbusmenu configure 0.2.9 +libdbusmenu configure 0.3.0 generated by GNU Autoconf 2.65 Copyright (C) 2009 Free Software Foundation, Inc. @@ -2058,7 +2058,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.2.9, which was +It was created by libdbusmenu $as_me 0.3.0, which was generated by GNU Autoconf 2.65. Invocation command line was $ $0 $@ @@ -2872,7 +2872,7 @@ fi # Define the identity of the package. PACKAGE=libdbusmenu - VERSION=0.2.9 + VERSION=0.3.0 # Some tools Automake needs. @@ -12567,7 +12567,7 @@ fi ########################### LIBDBUSMENU_CURRENT=1 -LIBDBUSMENU_REVISION=6 +LIBDBUSMENU_REVISION=7 LIBDBUSMENU_AGE=0 @@ -13852,7 +13852,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.2.9, which was +This file was extended by libdbusmenu $as_me 0.3.0, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -13918,7 +13918,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.2.9 +libdbusmenu config.status 0.3.0 configured by $0, generated by GNU Autoconf 2.65, with options \\"\$ac_cs_config\\" |