diff options
| author | Ken VanDine <ken.vandine@canonical.com> | 2012-03-21 18:01:54 -0400 |
|---|---|---|
| committer | Ken VanDine <ken.vandine@canonical.com> | 2012-03-21 18:01:54 -0400 |
| commit | f3df2e12e4e66c255c9340d3c1093ddc65e7fbc8 (patch) | |
| tree | e8850e79e1159f89731bf004841c55ced1941fbb /configure | |
| parent | 73331d64cff60d8c96220bda4a088b67df01f652 (diff) | |
| parent | ea6700d2427e98e98aca529911fb97f577df783e (diff) | |
| download | libayatana-appindicator-f3df2e12e4e66c255c9340d3c1093ddc65e7fbc8.tar.gz libayatana-appindicator-f3df2e12e4e66c255c9340d3c1093ddc65e7fbc8.tar.bz2 libayatana-appindicator-f3df2e12e4e66c255c9340d3c1093ddc65e7fbc8.zip | |
* New upstream release.
* Fix a Coverity PW.BRANCH_PAST_INITIALIZATION error (LP: #957471)
* Fix FTB bug from ambiguity between Glib.Menu and Gtk.Menu in the Vala code
* debian/control: Updating to valac-0.16
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for libappindicator 0.4.91. +# Generated by GNU Autoconf 2.68 for libappindicator 0.4.92. # # Report bugs to <http://bugs.launchpad.net/libappindicator>. # @@ -632,8 +632,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='libappindicator' PACKAGE_TARNAME='libappindicator' -PACKAGE_VERSION='0.4.91' -PACKAGE_STRING='libappindicator 0.4.91' +PACKAGE_VERSION='0.4.92' +PACKAGE_STRING='libappindicator 0.4.92' PACKAGE_BUGREPORT='http://bugs.launchpad.net/libappindicator' PACKAGE_URL='http://launchpad.net/libappindicator' @@ -1470,7 +1470,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 libappindicator 0.4.91 to adapt to many kinds of systems. +\`configure' configures libappindicator 0.4.92 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1540,7 +1540,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libappindicator 0.4.91:";; + short | recursive ) echo "Configuration of libappindicator 0.4.92:";; esac cat <<\_ACEOF @@ -1695,7 +1695,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libappindicator configure 0.4.91 +libappindicator configure 0.4.92 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1975,7 +1975,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 libappindicator $as_me 0.4.91, which was +It was created by libappindicator $as_me 0.4.92, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2798,7 +2798,7 @@ fi # Define the identity of the package. PACKAGE='libappindicator' - VERSION='0.4.91' + VERSION='0.4.92' cat >>confdefs.h <<_ACEOF @@ -14667,7 +14667,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 libappindicator $as_me 0.4.91, which was +This file was extended by libappindicator $as_me 0.4.92, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14734,7 +14734,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="\\ -libappindicator config.status 0.4.91 +libappindicator config.status 0.4.92 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" |
