~ubuntu-branches/ubuntu/lucid/libdbusmenu/lucid

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Ted Gould
  • Date: 2010-01-08 08:42:59 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100108084259-y18hsadt6tqu7yto
Tags: 0.2.0-0ubuntu1
* Upstream release 0.2.0
  - Remove unused libdbusmenu-qt
  - Changing API to be V0.2 for reals
  - Adding underline support
  - Test suite fixes and automation support
  - dbus-dumper tool
  - Switch to org.ayatana
  - Fixing the handling of typed properties, especially bools.
  - Adding GetChildren function for getting a single submenu
  - Starting to watch DBus if the proxy builds fail.
  - Test suite fixes
  - Fixing the consistency between the #defines and what
    was used in the code.
* debian/control, debian/libdbusmenu-tools.install: Setting
  up a package for the new dbusmenu-dumper tool.
* debian/control: Mentioning nicely that this will cause
  indicator-messages << 0.3 and indicator-session << 0.2 to
  break.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.64 for libdbusmenu 0.1.8.
 
3
# Generated by GNU Autoconf 2.64 for libdbusmenu 0.2.0.
4
4
#
5
5
# Report bugs to <ted@canonical.com>.
6
6
#
700
700
# Identity of this package.
701
701
PACKAGE_NAME='libdbusmenu'
702
702
PACKAGE_TARNAME='libdbusmenu'
703
 
PACKAGE_VERSION='0.1.8'
704
 
PACKAGE_STRING='libdbusmenu 0.1.8'
 
703
PACKAGE_VERSION='0.2.0'
 
704
PACKAGE_STRING='libdbusmenu 0.2.0'
705
705
PACKAGE_BUGREPORT='ted@canonical.com'
706
706
PACKAGE_URL=''
707
707
 
1479
1479
  # Omit some internal or obsolete options to make the list less imposing.
1480
1480
  # This message is too long to be a string in the A/UX 3.1 sh.
1481
1481
  cat <<_ACEOF
1482
 
\`configure' configures libdbusmenu 0.1.8 to adapt to many kinds of systems.
 
1482
\`configure' configures libdbusmenu 0.2.0 to adapt to many kinds of systems.
1483
1483
 
1484
1484
Usage: $0 [OPTION]... [VAR=VALUE]...
1485
1485
 
1549
1549
 
1550
1550
if test -n "$ac_init_help"; then
1551
1551
  case $ac_init_help in
1552
 
     short | recursive ) echo "Configuration of libdbusmenu 0.1.8:";;
 
1552
     short | recursive ) echo "Configuration of libdbusmenu 0.2.0:";;
1553
1553
   esac
1554
1554
  cat <<\_ACEOF
1555
1555
 
1668
1668
test -n "$ac_init_help" && exit $ac_status
1669
1669
if $ac_init_version; then
1670
1670
  cat <<\_ACEOF
1671
 
libdbusmenu configure 0.1.8
 
1671
libdbusmenu configure 0.2.0
1672
1672
generated by GNU Autoconf 2.64
1673
1673
 
1674
1674
Copyright (C) 2009 Free Software Foundation, Inc.
2041
2041
This file contains any messages produced by compilers while
2042
2042
running configure, to aid debugging if configure makes a mistake.
2043
2043
 
2044
 
It was created by libdbusmenu $as_me 0.1.8, which was
 
2044
It was created by libdbusmenu $as_me 0.2.0, which was
2045
2045
generated by GNU Autoconf 2.64.  Invocation command line was
2046
2046
 
2047
2047
  $ $0 $@
2855
2855
 
2856
2856
# Define the identity of the package.
2857
2857
 PACKAGE=libdbusmenu
2858
 
 VERSION=0.1.8
 
2858
 VERSION=0.2.0
2859
2859
 
2860
2860
 
2861
2861
cat >>confdefs.h <<_ACEOF
8676
8676
$RM -r conftest*
8677
8677
 
8678
8678
 
8679
 
## CAVEAT EMPTOR:
8680
 
## There is no encapsulation within the following macros, do not change
8681
 
## the running order or otherwise move them around unless you know exactly
8682
 
## what you are doing...
8683
8679
if test -n "$compiler"; then
8684
8680
 
8685
8681
lt_prog_compiler_no_builtin_flag=
8705
8701
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8706
8702
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8707
8703
   -e 's:$: $lt_compiler_flag:'`
8708
 
   (eval echo "\"\$as_me:8708: $lt_compile\"" >&5)
 
8704
   (eval echo "\"\$as_me:8704: $lt_compile\"" >&5)
8709
8705
   (eval "$lt_compile" 2>conftest.err)
8710
8706
   ac_status=$?
8711
8707
   cat conftest.err >&5
8712
 
   echo "$as_me:8712: \$? = $ac_status" >&5
 
8708
   echo "$as_me:8708: \$? = $ac_status" >&5
8713
8709
   if (exit $ac_status) && test -s "$ac_outfile"; then
8714
8710
     # The compiler can only warn and ignore the option if not recognized
8715
8711
     # So say no if there are warnings other than the usual output.
9044
9040
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9045
9041
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9046
9042
   -e 's:$: $lt_compiler_flag:'`
9047
 
   (eval echo "\"\$as_me:9047: $lt_compile\"" >&5)
 
9043
   (eval echo "\"\$as_me:9043: $lt_compile\"" >&5)
9048
9044
   (eval "$lt_compile" 2>conftest.err)
9049
9045
   ac_status=$?
9050
9046
   cat conftest.err >&5
9051
 
   echo "$as_me:9051: \$? = $ac_status" >&5
 
9047
   echo "$as_me:9047: \$? = $ac_status" >&5
9052
9048
   if (exit $ac_status) && test -s "$ac_outfile"; then
9053
9049
     # The compiler can only warn and ignore the option if not recognized
9054
9050
     # So say no if there are warnings other than the usual output.
9149
9145
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9150
9146
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9151
9147
   -e 's:$: $lt_compiler_flag:'`
9152
 
   (eval echo "\"\$as_me:9152: $lt_compile\"" >&5)
 
9148
   (eval echo "\"\$as_me:9148: $lt_compile\"" >&5)
9153
9149
   (eval "$lt_compile" 2>out/conftest.err)
9154
9150
   ac_status=$?
9155
9151
   cat out/conftest.err >&5
9156
 
   echo "$as_me:9156: \$? = $ac_status" >&5
 
9152
   echo "$as_me:9152: \$? = $ac_status" >&5
9157
9153
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
9158
9154
   then
9159
9155
     # The compiler can only warn and ignore the option if not recognized
9204
9200
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9205
9201
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9206
9202
   -e 's:$: $lt_compiler_flag:'`
9207
 
   (eval echo "\"\$as_me:9207: $lt_compile\"" >&5)
 
9203
   (eval echo "\"\$as_me:9203: $lt_compile\"" >&5)
9208
9204
   (eval "$lt_compile" 2>out/conftest.err)
9209
9205
   ac_status=$?
9210
9206
   cat out/conftest.err >&5
9211
 
   echo "$as_me:9211: \$? = $ac_status" >&5
 
9207
   echo "$as_me:9207: \$? = $ac_status" >&5
9212
9208
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
9213
9209
   then
9214
9210
     # The compiler can only warn and ignore the option if not recognized
11587
11583
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11588
11584
  lt_status=$lt_dlunknown
11589
11585
  cat > conftest.$ac_ext <<_LT_EOF
11590
 
#line 11590 "configure"
 
11586
#line 11586 "configure"
11591
11587
#include "confdefs.h"
11592
11588
 
11593
11589
#if HAVE_DLFCN_H
11683
11679
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11684
11680
  lt_status=$lt_dlunknown
11685
11681
  cat > conftest.$ac_ext <<_LT_EOF
11686
 
#line 11686 "configure"
 
11682
#line 11682 "configure"
11687
11683
#include "confdefs.h"
11688
11684
 
11689
11685
#if HAVE_DLFCN_H
12395
12391
###########################
12396
12392
 
12397
12393
LIBDBUSMENU_CURRENT=0
12398
 
LIBDBUSMENU_REVISION=8
 
12394
LIBDBUSMENU_REVISION=10
12399
12395
LIBDBUSMENU_AGE=0
12400
12396
 
12401
12397
 
13141
13137
# Files
13142
13138
###########################
13143
13139
 
13144
 
ac_config_files="$ac_config_files Makefile po/Makefile.in libdbusmenu-glib/Makefile libdbusmenu-glib/dbusmenu-glib.pc libdbusmenu-gtk/Makefile libdbusmenu-gtk/dbusmenu-gtk.pc libdbusmenu-qt/Makefile libdbusmenu-qt/dbusmenu-qt.pc tests/Makefile tests/dbusmenu-gtk/Makefile"
 
13140
ac_config_files="$ac_config_files Makefile po/Makefile.in libdbusmenu-glib/Makefile libdbusmenu-glib/dbusmenu-glib.pc libdbusmenu-gtk/Makefile libdbusmenu-gtk/dbusmenu-gtk.pc tools/Makefile tests/Makefile"
13145
13141
 
13146
13142
cat >confcache <<\_ACEOF
13147
13143
# This file is a shell script that caches the results of configure
13676
13672
# report actual input values of CONFIG_FILES etc. instead of their
13677
13673
# values after options handling.
13678
13674
ac_log="
13679
 
This file was extended by libdbusmenu $as_me 0.1.8, which was
 
13675
This file was extended by libdbusmenu $as_me 0.2.0, which was
13680
13676
generated by GNU Autoconf 2.64.  Invocation command line was
13681
13677
 
13682
13678
  CONFIG_FILES    = $CONFIG_FILES
13740
13736
_ACEOF
13741
13737
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13742
13738
ac_cs_version="\\
13743
 
libdbusmenu config.status 0.1.8
 
13739
libdbusmenu config.status 0.2.0
13744
13740
configured by $0, generated by GNU Autoconf 2.64,
13745
13741
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
13746
13742
 
14127
14123
    "libdbusmenu-glib/dbusmenu-glib.pc") CONFIG_FILES="$CONFIG_FILES libdbusmenu-glib/dbusmenu-glib.pc" ;;
14128
14124
    "libdbusmenu-gtk/Makefile") CONFIG_FILES="$CONFIG_FILES libdbusmenu-gtk/Makefile" ;;
14129
14125
    "libdbusmenu-gtk/dbusmenu-gtk.pc") CONFIG_FILES="$CONFIG_FILES libdbusmenu-gtk/dbusmenu-gtk.pc" ;;
14130
 
    "libdbusmenu-qt/Makefile") CONFIG_FILES="$CONFIG_FILES libdbusmenu-qt/Makefile" ;;
14131
 
    "libdbusmenu-qt/dbusmenu-qt.pc") CONFIG_FILES="$CONFIG_FILES libdbusmenu-qt/dbusmenu-qt.pc" ;;
 
14126
    "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
14132
14127
    "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
14133
 
    "tests/dbusmenu-gtk/Makefile") CONFIG_FILES="$CONFIG_FILES tests/dbusmenu-gtk/Makefile" ;;
14134
14128
    "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
14135
14129
 
14136
14130
  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;