~ubuntu-branches/ubuntu/karmic/ibus/karmic-updates

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2009-07-23 20:22:09 UTC
  • mfrom: (1.1.4 upstream) (6.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090723202209-bmgqa80g1umg8l2p
Tags: 1.2.0.20090723-1
new upstream release.

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.63 for ibus 1.1.0.20090612.
 
3
# Generated by GNU Autoconf 2.63 for ibus 1.2.0.20090723.
4
4
#
5
5
# Report bugs to <http://code.google.com/p/ibus/issues/entry>.
6
6
#
745
745
# Identity of this package.
746
746
PACKAGE_NAME='ibus'
747
747
PACKAGE_TARNAME='ibus'
748
 
PACKAGE_VERSION='1.1.0.20090612'
749
 
PACKAGE_STRING='ibus 1.1.0.20090612'
 
748
PACKAGE_VERSION='1.2.0.20090723'
 
749
PACKAGE_STRING='ibus 1.2.0.20090723'
750
750
PACKAGE_BUGREPORT='http://code.google.com/p/ibus/issues/entry'
751
751
 
752
752
# Factoring default headers for most tests.
1622
1622
  # Omit some internal or obsolete options to make the list less imposing.
1623
1623
  # This message is too long to be a string in the A/UX 3.1 sh.
1624
1624
  cat <<_ACEOF
1625
 
\`configure' configures ibus 1.1.0.20090612 to adapt to many kinds of systems.
 
1625
\`configure' configures ibus 1.2.0.20090723 to adapt to many kinds of systems.
1626
1626
 
1627
1627
Usage: $0 [OPTION]... [VAR=VALUE]...
1628
1628
 
1692
1692
 
1693
1693
if test -n "$ac_init_help"; then
1694
1694
  case $ac_init_help in
1695
 
     short | recursive ) echo "Configuration of ibus 1.1.0.20090612:";;
 
1695
     short | recursive ) echo "Configuration of ibus 1.2.0.20090723:";;
1696
1696
   esac
1697
1697
  cat <<\_ACEOF
1698
1698
 
1712
1712
  --disable-glibtest      do not try to compile and run a test GLIB program
1713
1713
  --enable-gtk-doc        use gtk-doc to build documentation [default=no]
1714
1714
  --disable-nls           do not use Native Language Support
1715
 
  --disable-schemas-install     Disable the schemas installation
 
1715
  --disable-schemas-install
 
1716
                          Disable the schemas installation
1716
1717
  --disable-rpath         do not hardcode runtime library paths
1717
1718
  --disable-qt4-immodule  do not build qt4 immodule
1718
1719
  --disable-dbus-python-check
1849
1850
test -n "$ac_init_help" && exit $ac_status
1850
1851
if $ac_init_version; then
1851
1852
  cat <<\_ACEOF
1852
 
ibus configure 1.1.0.20090612
 
1853
ibus configure 1.2.0.20090723
1853
1854
generated by GNU Autoconf 2.63
1854
1855
 
1855
1856
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1863
1864
This file contains any messages produced by compilers while
1864
1865
running configure, to aid debugging if configure makes a mistake.
1865
1866
 
1866
 
It was created by ibus $as_me 1.1.0.20090612, which was
 
1867
It was created by ibus $as_me 1.2.0.20090723, which was
1867
1868
generated by GNU Autoconf 2.63.  Invocation command line was
1868
1869
 
1869
1870
  $ $0 $@
2580
2581
 
2581
2582
# Define the identity of the package.
2582
2583
 PACKAGE='ibus'
2583
 
 VERSION='1.1.0.20090612'
 
2584
 VERSION='1.2.0.20090723'
2584
2585
 
2585
2586
 
2586
2587
cat >>confdefs.h <<_ACEOF
4689
4690
 
4690
4691
# define PACKAGE_VERSION_* variables
4691
4692
 
4692
 
  PACKAGE_VERSION_MAJOR=$(echo 1.1.0.20090612 | cut -d'.' -f1)
4693
 
  PACKAGE_VERSION_MINOR=$(echo 1.1.0.20090612 | cut -d'.' -f2)
4694
 
  PACKAGE_VERSION_MICRO=$(echo 1.1.0.20090612 | cut -d'.' -f3)
 
4693
  PACKAGE_VERSION_MAJOR=$(echo 1.2.0.20090723 | cut -d'.' -f1)
 
4694
  PACKAGE_VERSION_MINOR=$(echo 1.2.0.20090723 | cut -d'.' -f2)
 
4695
  PACKAGE_VERSION_MICRO=$(echo 1.2.0.20090723 | cut -d'.' -f3)
4695
4696
 
4696
4697
 
4697
4698
 
4701
4702
  { $as_echo "$as_me:$LINENO: checking nano version" >&5
4702
4703
$as_echo_n "checking nano version... " >&6; }
4703
4704
 
4704
 
  NANO=$(echo 1.1.0.20090612 | cut -d'.' -f4)
 
4705
  NANO=$(echo 1.2.0.20090723 | cut -d'.' -f4)
4705
4706
 
4706
4707
  if test x"$NANO" = x || test "x$NANO" = "x0" ; then
4707
4708
    { $as_echo "$as_me:$LINENO: result: 0 (release)" >&5
7008
7009
else
7009
7010
  lt_cv_nm_interface="BSD nm"
7010
7011
  echo "int some_variable = 0;" > conftest.$ac_ext
7011
 
  (eval echo "\"\$as_me:7011: $ac_compile\"" >&5)
 
7012
  (eval echo "\"\$as_me:7012: $ac_compile\"" >&5)
7012
7013
  (eval "$ac_compile" 2>conftest.err)
7013
7014
  cat conftest.err >&5
7014
 
  (eval echo "\"\$as_me:7014: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
7015
  (eval echo "\"\$as_me:7015: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
7015
7016
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
7016
7017
  cat conftest.err >&5
7017
 
  (eval echo "\"\$as_me:7017: output\"" >&5)
 
7018
  (eval echo "\"\$as_me:7018: output\"" >&5)
7018
7019
  cat conftest.out >&5
7019
7020
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
7020
7021
    lt_cv_nm_interface="MS dumpbin"
8219
8220
  ;;
8220
8221
*-*-irix6*)
8221
8222
  # Find out which ABI we are using.
8222
 
  echo '#line 8222 "configure"' > conftest.$ac_ext
 
8223
  echo '#line 8223 "configure"' > conftest.$ac_ext
8223
8224
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8224
8225
  (eval $ac_compile) 2>&5
8225
8226
  ac_status=$?
10277
10278
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10278
10279
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10279
10280
   -e 's:$: $lt_compiler_flag:'`
10280
 
   (eval echo "\"\$as_me:10280: $lt_compile\"" >&5)
 
10281
   (eval echo "\"\$as_me:10281: $lt_compile\"" >&5)
10281
10282
   (eval "$lt_compile" 2>conftest.err)
10282
10283
   ac_status=$?
10283
10284
   cat conftest.err >&5
10284
 
   echo "$as_me:10284: \$? = $ac_status" >&5
 
10285
   echo "$as_me:10285: \$? = $ac_status" >&5
10285
10286
   if (exit $ac_status) && test -s "$ac_outfile"; then
10286
10287
     # The compiler can only warn and ignore the option if not recognized
10287
10288
     # So say no if there are warnings other than the usual output.
10616
10617
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10617
10618
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10618
10619
   -e 's:$: $lt_compiler_flag:'`
10619
 
   (eval echo "\"\$as_me:10619: $lt_compile\"" >&5)
 
10620
   (eval echo "\"\$as_me:10620: $lt_compile\"" >&5)
10620
10621
   (eval "$lt_compile" 2>conftest.err)
10621
10622
   ac_status=$?
10622
10623
   cat conftest.err >&5
10623
 
   echo "$as_me:10623: \$? = $ac_status" >&5
 
10624
   echo "$as_me:10624: \$? = $ac_status" >&5
10624
10625
   if (exit $ac_status) && test -s "$ac_outfile"; then
10625
10626
     # The compiler can only warn and ignore the option if not recognized
10626
10627
     # So say no if there are warnings other than the usual output.
10721
10722
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10722
10723
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10723
10724
   -e 's:$: $lt_compiler_flag:'`
10724
 
   (eval echo "\"\$as_me:10724: $lt_compile\"" >&5)
 
10725
   (eval echo "\"\$as_me:10725: $lt_compile\"" >&5)
10725
10726
   (eval "$lt_compile" 2>out/conftest.err)
10726
10727
   ac_status=$?
10727
10728
   cat out/conftest.err >&5
10728
 
   echo "$as_me:10728: \$? = $ac_status" >&5
 
10729
   echo "$as_me:10729: \$? = $ac_status" >&5
10729
10730
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
10730
10731
   then
10731
10732
     # The compiler can only warn and ignore the option if not recognized
10776
10777
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10777
10778
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10778
10779
   -e 's:$: $lt_compiler_flag:'`
10779
 
   (eval echo "\"\$as_me:10779: $lt_compile\"" >&5)
 
10780
   (eval echo "\"\$as_me:10780: $lt_compile\"" >&5)
10780
10781
   (eval "$lt_compile" 2>out/conftest.err)
10781
10782
   ac_status=$?
10782
10783
   cat out/conftest.err >&5
10783
 
   echo "$as_me:10783: \$? = $ac_status" >&5
 
10784
   echo "$as_me:10784: \$? = $ac_status" >&5
10784
10785
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
10785
10786
   then
10786
10787
     # The compiler can only warn and ignore the option if not recognized
13579
13580
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13580
13581
  lt_status=$lt_dlunknown
13581
13582
  cat > conftest.$ac_ext <<_LT_EOF
13582
 
#line 13582 "configure"
 
13583
#line 13583 "configure"
13583
13584
#include "confdefs.h"
13584
13585
 
13585
13586
#if HAVE_DLFCN_H
13675
13676
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13676
13677
  lt_status=$lt_dlunknown
13677
13678
  cat > conftest.$ac_ext <<_LT_EOF
13678
 
#line 13678 "configure"
 
13679
#line 13679 "configure"
13679
13680
#include "confdefs.h"
13680
13681
 
13681
13682
#if HAVE_DLFCN_H
15695
15696
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15696
15697
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15697
15698
   -e 's:$: $lt_compiler_flag:'`
15698
 
   (eval echo "\"\$as_me:15698: $lt_compile\"" >&5)
 
15699
   (eval echo "\"\$as_me:15699: $lt_compile\"" >&5)
15699
15700
   (eval "$lt_compile" 2>conftest.err)
15700
15701
   ac_status=$?
15701
15702
   cat conftest.err >&5
15702
 
   echo "$as_me:15702: \$? = $ac_status" >&5
 
15703
   echo "$as_me:15703: \$? = $ac_status" >&5
15703
15704
   if (exit $ac_status) && test -s "$ac_outfile"; then
15704
15705
     # The compiler can only warn and ignore the option if not recognized
15705
15706
     # So say no if there are warnings other than the usual output.
15794
15795
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15795
15796
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15796
15797
   -e 's:$: $lt_compiler_flag:'`
15797
 
   (eval echo "\"\$as_me:15797: $lt_compile\"" >&5)
 
15798
   (eval echo "\"\$as_me:15798: $lt_compile\"" >&5)
15798
15799
   (eval "$lt_compile" 2>out/conftest.err)
15799
15800
   ac_status=$?
15800
15801
   cat out/conftest.err >&5
15801
 
   echo "$as_me:15801: \$? = $ac_status" >&5
 
15802
   echo "$as_me:15802: \$? = $ac_status" >&5
15802
15803
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
15803
15804
   then
15804
15805
     # The compiler can only warn and ignore the option if not recognized
15846
15847
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15847
15848
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15848
15849
   -e 's:$: $lt_compiler_flag:'`
15849
 
   (eval echo "\"\$as_me:15849: $lt_compile\"" >&5)
 
15850
   (eval echo "\"\$as_me:15850: $lt_compile\"" >&5)
15850
15851
   (eval "$lt_compile" 2>out/conftest.err)
15851
15852
   ac_status=$?
15852
15853
   cat out/conftest.err >&5
15853
 
   echo "$as_me:15853: \$? = $ac_status" >&5
 
15854
   echo "$as_me:15854: \$? = $ac_status" >&5
15854
15855
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
15855
15856
   then
15856
15857
     # The compiler can only warn and ignore the option if not recognized
16837
16838
# For dislpay Date
16838
16839
 
16839
16840
 
16840
 
DATE_DISPLAY="Fri Jun 12 2009"
 
16841
DATE_DISPLAY="Thu Jul 23 2009"
16841
16842
 
16842
16843
 
16843
16844
# If only source code changed, lt_revision + 1
16846
16847
 
16847
16848
 
16848
16849
 
16849
 
LT_VERSION_INFO="0:0:0"
 
16850
LT_VERSION_INFO="1:0:0"
16850
16851
 
16851
16852
 
16852
16853
# check inotify
22237
22238
fi
22238
22239
 
22239
22240
# OUTPUT files
22240
 
ac_config_files="$ac_config_files po/Makefile.in Makefile ibus-1.0.pc ibus.spec ibus/_config.py ibus/Makefile ibus/interface/Makefile ui/Makefile ui/gtk/Makefile ui/gtk/ibus-ui-gtk ui/gtk/gtkpanel.xml.in gconf/Makefile gconf/gconf.xml.in client/Makefile client/gtk2/Makefile client/qt4/Makefile client/x11/Makefile setup/Makefile setup/ibus-setup src/Makefile bus/Makefile bindings/Makefile bindings/python/Makefile util/Makefile util/IMdkit/Makefile data/Makefile data/icons/Makefile docs/Makefile docs/reference/Makefile docs/reference/ibus/Makefile m4/Makefile"
 
22241
ac_config_files="$ac_config_files po/Makefile.in Makefile ibus-1.0.pc ibus.spec ibus/_config.py ibus/Makefile ibus/interface/Makefile ui/Makefile ui/gtk/Makefile ui/gtk/ibus-ui-gtk ui/gtk/gtkpanel.xml.in gconf/Makefile gconf/gconf.xml.in client/Makefile client/gtk2/Makefile client/qt4/Makefile client/x11/Makefile setup/Makefile setup/ibus-setup src/Makefile src/ibusversion.h bus/Makefile bindings/Makefile bindings/python/Makefile util/Makefile util/IMdkit/Makefile data/Makefile data/icons/Makefile data/keymaps/Makefile docs/Makefile docs/reference/Makefile docs/reference/ibus/Makefile m4/Makefile"
22241
22242
 
22242
22243
 
22243
22244
cat >confcache <<\_ACEOF
22733
22734
# report actual input values of CONFIG_FILES etc. instead of their
22734
22735
# values after options handling.
22735
22736
ac_log="
22736
 
This file was extended by ibus $as_me 1.1.0.20090612, which was
 
22737
This file was extended by ibus $as_me 1.2.0.20090723, which was
22737
22738
generated by GNU Autoconf 2.63.  Invocation command line was
22738
22739
 
22739
22740
  CONFIG_FILES    = $CONFIG_FILES
22796
22797
_ACEOF
22797
22798
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22798
22799
ac_cs_version="\\
22799
 
ibus config.status 1.1.0.20090612
 
22800
ibus config.status 1.2.0.20090723
22800
22801
configured by $0, generated by GNU Autoconf 2.63,
22801
22802
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
22802
22803
 
23301
23302
    "setup/Makefile") CONFIG_FILES="$CONFIG_FILES setup/Makefile" ;;
23302
23303
    "setup/ibus-setup") CONFIG_FILES="$CONFIG_FILES setup/ibus-setup" ;;
23303
23304
    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
 
23305
    "src/ibusversion.h") CONFIG_FILES="$CONFIG_FILES src/ibusversion.h" ;;
23304
23306
    "bus/Makefile") CONFIG_FILES="$CONFIG_FILES bus/Makefile" ;;
23305
23307
    "bindings/Makefile") CONFIG_FILES="$CONFIG_FILES bindings/Makefile" ;;
23306
23308
    "bindings/python/Makefile") CONFIG_FILES="$CONFIG_FILES bindings/python/Makefile" ;;
23308
23310
    "util/IMdkit/Makefile") CONFIG_FILES="$CONFIG_FILES util/IMdkit/Makefile" ;;
23309
23311
    "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
23310
23312
    "data/icons/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/Makefile" ;;
 
23313
    "data/keymaps/Makefile") CONFIG_FILES="$CONFIG_FILES data/keymaps/Makefile" ;;
23311
23314
    "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
23312
23315
    "docs/reference/Makefile") CONFIG_FILES="$CONFIG_FILES docs/reference/Makefile" ;;
23313
23316
    "docs/reference/ibus/Makefile") CONFIG_FILES="$CONFIG_FILES docs/reference/ibus/Makefile" ;;