~kklimonda/ubuntu/lucid/hamster-applet/lucid-proposed

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-09-08 17:37:05 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080908173705-wvbg8ciiprf2lyoc
Tags: 2.23.92-0ubuntu1
* New upstream release (LP: #262744)
  - fixed code so that it works also with Python 2.4
  - Fixed bug with tasks falling into unsorted category (bug #548914)
  - Fixed error when switching tasks with doubleclick
  - Bump up pygtk and libgtk to 2.12, pyobject to 2.14
    intltool to 0.37.1
  - Downgrade XS-python and python b-d and depends to 2.4
* debian/control:
  - Change Homepage field to GNOME url
 

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.61 for hamster-applet 2.23.90.
 
3
# Generated by GNU Autoconf 2.61 for hamster-applet 2.23.92.
4
4
#
5
5
# Report bugs to <toms.baugis@gmail.com>.
6
6
#
728
728
# Identity of this package.
729
729
PACKAGE_NAME='hamster-applet'
730
730
PACKAGE_TARNAME='hamster-applet'
731
 
PACKAGE_VERSION='2.23.90'
732
 
PACKAGE_STRING='hamster-applet 2.23.90'
 
731
PACKAGE_VERSION='2.23.92'
 
732
PACKAGE_STRING='hamster-applet 2.23.92'
733
733
PACKAGE_BUGREPORT='toms.baugis@gmail.com'
734
734
 
735
735
ac_unique_file="hamster/__init__.py"
877
877
ac_ct_F77
878
878
LIBTOOL
879
879
HAVE_PKGCONFIG
880
 
CONFIG_STATUS_DEPENDENCIES
 
880
GETTEXT_PACKAGE
 
881
USE_NLS
 
882
MSGFMT
 
883
MSGFMT_OPTS
 
884
GMSGFMT
 
885
XGETTEXT
 
886
CATALOGS
 
887
CATOBJEXT
 
888
DATADIRNAME
 
889
GMOFILES
 
890
INSTOBJEXT
 
891
INTLLIBS
 
892
PO_IN_DATADIR_TRUE
 
893
PO_IN_DATADIR_FALSE
 
894
POFILES
 
895
POSUB
 
896
MKINSTALLDIRS
881
897
INTLTOOL_DESKTOP_RULE
882
898
INTLTOOL_DIRECTORY_RULE
883
899
INTLTOOL_KEYS_RULE
897
913
INTLTOOL_THEME_RULE
898
914
INTLTOOL_SERVICE_RULE
899
915
INTLTOOL_POLICY_RULE
900
 
XGETTEXT
901
916
MSGMERGE
902
 
MSGFMT
903
917
INTLTOOL_EXTRACT
904
918
INTLTOOL_MERGE
905
919
INTLTOOL_UPDATE
906
920
INTLTOOL_PERL
907
921
ALL_LINGUAS
908
 
DATADIRNAME
909
 
GETTEXT_PACKAGE
910
 
USE_NLS
911
 
MSGFMT_OPTS
912
 
GMSGFMT
913
 
CATALOGS
914
 
CATOBJEXT
915
 
GMOFILES
916
 
INSTOBJEXT
917
 
INTLLIBS
918
 
PO_IN_DATADIR_TRUE
919
 
PO_IN_DATADIR_FALSE
920
 
POFILES
921
 
POSUB
922
 
MKINSTALLDIRS
923
922
GCONFTOOL
924
923
GCONF_SCHEMA_CONFIG_SOURCE
925
924
GCONF_SCHEMA_FILE_DIR
1469
1468
  # Omit some internal or obsolete options to make the list less imposing.
1470
1469
  # This message is too long to be a string in the A/UX 3.1 sh.
1471
1470
  cat <<_ACEOF
1472
 
\`configure' configures hamster-applet 2.23.90 to adapt to many kinds of systems.
 
1471
\`configure' configures hamster-applet 2.23.92 to adapt to many kinds of systems.
1473
1472
 
1474
1473
Usage: $0 [OPTION]... [VAR=VALUE]...
1475
1474
 
1539
1538
 
1540
1539
if test -n "$ac_init_help"; then
1541
1540
  case $ac_init_help in
1542
 
     short | recursive ) echo "Configuration of hamster-applet 2.23.90:";;
 
1541
     short | recursive ) echo "Configuration of hamster-applet 2.23.92:";;
1543
1542
   esac
1544
1543
  cat <<\_ACEOF
1545
1544
 
1651
1650
test -n "$ac_init_help" && exit $ac_status
1652
1651
if $ac_init_version; then
1653
1652
  cat <<\_ACEOF
1654
 
hamster-applet configure 2.23.90
 
1653
hamster-applet configure 2.23.92
1655
1654
generated by GNU Autoconf 2.61
1656
1655
 
1657
1656
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1665
1664
This file contains any messages produced by compilers while
1666
1665
running configure, to aid debugging if configure makes a mistake.
1667
1666
 
1668
 
It was created by hamster-applet $as_me 2.23.90, which was
 
1667
It was created by hamster-applet $as_me 2.23.92, which was
1669
1668
generated by GNU Autoconf 2.61.  Invocation command line was
1670
1669
 
1671
1670
  $ $0 $@
2340
2339
 
2341
2340
# Define the identity of the package.
2342
2341
 PACKAGE='hamster-applet'
2343
 
 VERSION='2.23.90'
 
2342
 VERSION='2.23.92'
2344
2343
 
2345
2344
 
2346
2345
cat >>confdefs.h <<_ACEOF
4423
4422
  ;;
4424
4423
*-*-irix6*)
4425
4424
  # Find out which ABI we are using.
4426
 
  echo '#line 4426 "configure"' > conftest.$ac_ext
 
4425
  echo '#line 4425 "configure"' > conftest.$ac_ext
4427
4426
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4428
4427
  (eval $ac_compile) 2>&5
4429
4428
  ac_status=$?
7481
7480
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7482
7481
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7483
7482
   -e 's:$: $lt_compiler_flag:'`
7484
 
   (eval echo "\"\$as_me:7484: $lt_compile\"" >&5)
 
7483
   (eval echo "\"\$as_me:7483: $lt_compile\"" >&5)
7485
7484
   (eval "$lt_compile" 2>conftest.err)
7486
7485
   ac_status=$?
7487
7486
   cat conftest.err >&5
7488
 
   echo "$as_me:7488: \$? = $ac_status" >&5
 
7487
   echo "$as_me:7487: \$? = $ac_status" >&5
7489
7488
   if (exit $ac_status) && test -s "$ac_outfile"; then
7490
7489
     # The compiler can only warn and ignore the option if not recognized
7491
7490
     # So say no if there are warnings other than the usual output.
7771
7770
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7772
7771
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7773
7772
   -e 's:$: $lt_compiler_flag:'`
7774
 
   (eval echo "\"\$as_me:7774: $lt_compile\"" >&5)
 
7773
   (eval echo "\"\$as_me:7773: $lt_compile\"" >&5)
7775
7774
   (eval "$lt_compile" 2>conftest.err)
7776
7775
   ac_status=$?
7777
7776
   cat conftest.err >&5
7778
 
   echo "$as_me:7778: \$? = $ac_status" >&5
 
7777
   echo "$as_me:7777: \$? = $ac_status" >&5
7779
7778
   if (exit $ac_status) && test -s "$ac_outfile"; then
7780
7779
     # The compiler can only warn and ignore the option if not recognized
7781
7780
     # So say no if there are warnings other than the usual output.
7875
7874
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7876
7875
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7877
7876
   -e 's:$: $lt_compiler_flag:'`
7878
 
   (eval echo "\"\$as_me:7878: $lt_compile\"" >&5)
 
7877
   (eval echo "\"\$as_me:7877: $lt_compile\"" >&5)
7879
7878
   (eval "$lt_compile" 2>out/conftest.err)
7880
7879
   ac_status=$?
7881
7880
   cat out/conftest.err >&5
7882
 
   echo "$as_me:7882: \$? = $ac_status" >&5
 
7881
   echo "$as_me:7881: \$? = $ac_status" >&5
7883
7882
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
7884
7883
   then
7885
7884
     # The compiler can only warn and ignore the option if not recognized
10252
10251
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10253
10252
  lt_status=$lt_dlunknown
10254
10253
  cat > conftest.$ac_ext <<EOF
10255
 
#line 10255 "configure"
 
10254
#line 10254 "configure"
10256
10255
#include "confdefs.h"
10257
10256
 
10258
10257
#if HAVE_DLFCN_H
10352
10351
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10353
10352
  lt_status=$lt_dlunknown
10354
10353
  cat > conftest.$ac_ext <<EOF
10355
 
#line 10355 "configure"
 
10354
#line 10354 "configure"
10356
10355
#include "confdefs.h"
10357
10356
 
10358
10357
#if HAVE_DLFCN_H
12753
12752
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12754
12753
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12755
12754
   -e 's:$: $lt_compiler_flag:'`
12756
 
   (eval echo "\"\$as_me:12756: $lt_compile\"" >&5)
 
12755
   (eval echo "\"\$as_me:12755: $lt_compile\"" >&5)
12757
12756
   (eval "$lt_compile" 2>conftest.err)
12758
12757
   ac_status=$?
12759
12758
   cat conftest.err >&5
12760
 
   echo "$as_me:12760: \$? = $ac_status" >&5
 
12759
   echo "$as_me:12759: \$? = $ac_status" >&5
12761
12760
   if (exit $ac_status) && test -s "$ac_outfile"; then
12762
12761
     # The compiler can only warn and ignore the option if not recognized
12763
12762
     # So say no if there are warnings other than the usual output.
12857
12856
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12858
12857
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12859
12858
   -e 's:$: $lt_compiler_flag:'`
12860
 
   (eval echo "\"\$as_me:12860: $lt_compile\"" >&5)
 
12859
   (eval echo "\"\$as_me:12859: $lt_compile\"" >&5)
12861
12860
   (eval "$lt_compile" 2>out/conftest.err)
12862
12861
   ac_status=$?
12863
12862
   cat out/conftest.err >&5
12864
 
   echo "$as_me:12864: \$? = $ac_status" >&5
 
12863
   echo "$as_me:12863: \$? = $ac_status" >&5
12865
12864
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
12866
12865
   then
12867
12866
     # The compiler can only warn and ignore the option if not recognized
14455
14454
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14456
14455
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14457
14456
   -e 's:$: $lt_compiler_flag:'`
14458
 
   (eval echo "\"\$as_me:14458: $lt_compile\"" >&5)
 
14457
   (eval echo "\"\$as_me:14457: $lt_compile\"" >&5)
14459
14458
   (eval "$lt_compile" 2>conftest.err)
14460
14459
   ac_status=$?
14461
14460
   cat conftest.err >&5
14462
 
   echo "$as_me:14462: \$? = $ac_status" >&5
 
14461
   echo "$as_me:14461: \$? = $ac_status" >&5
14463
14462
   if (exit $ac_status) && test -s "$ac_outfile"; then
14464
14463
     # The compiler can only warn and ignore the option if not recognized
14465
14464
     # So say no if there are warnings other than the usual output.
14559
14558
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14560
14559
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14561
14560
   -e 's:$: $lt_compiler_flag:'`
14562
 
   (eval echo "\"\$as_me:14562: $lt_compile\"" >&5)
 
14561
   (eval echo "\"\$as_me:14561: $lt_compile\"" >&5)
14563
14562
   (eval "$lt_compile" 2>out/conftest.err)
14564
14563
   ac_status=$?
14565
14564
   cat out/conftest.err >&5
14566
 
   echo "$as_me:14566: \$? = $ac_status" >&5
 
14565
   echo "$as_me:14565: \$? = $ac_status" >&5
14567
14566
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
14568
14567
   then
14569
14568
     # The compiler can only warn and ignore the option if not recognized
16779
16778
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16780
16779
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16781
16780
   -e 's:$: $lt_compiler_flag:'`
16782
 
   (eval echo "\"\$as_me:16782: $lt_compile\"" >&5)
 
16781
   (eval echo "\"\$as_me:16781: $lt_compile\"" >&5)
16783
16782
   (eval "$lt_compile" 2>conftest.err)
16784
16783
   ac_status=$?
16785
16784
   cat conftest.err >&5
16786
 
   echo "$as_me:16786: \$? = $ac_status" >&5
 
16785
   echo "$as_me:16785: \$? = $ac_status" >&5
16787
16786
   if (exit $ac_status) && test -s "$ac_outfile"; then
16788
16787
     # The compiler can only warn and ignore the option if not recognized
16789
16788
     # So say no if there are warnings other than the usual output.
17069
17068
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17070
17069
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17071
17070
   -e 's:$: $lt_compiler_flag:'`
17072
 
   (eval echo "\"\$as_me:17072: $lt_compile\"" >&5)
 
17071
   (eval echo "\"\$as_me:17071: $lt_compile\"" >&5)
17073
17072
   (eval "$lt_compile" 2>conftest.err)
17074
17073
   ac_status=$?
17075
17074
   cat conftest.err >&5
17076
 
   echo "$as_me:17076: \$? = $ac_status" >&5
 
17075
   echo "$as_me:17075: \$? = $ac_status" >&5
17077
17076
   if (exit $ac_status) && test -s "$ac_outfile"; then
17078
17077
     # The compiler can only warn and ignore the option if not recognized
17079
17078
     # So say no if there are warnings other than the usual output.
17173
17172
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17174
17173
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17175
17174
   -e 's:$: $lt_compiler_flag:'`
17176
 
   (eval echo "\"\$as_me:17176: $lt_compile\"" >&5)
 
17175
   (eval echo "\"\$as_me:17175: $lt_compile\"" >&5)
17177
17176
   (eval "$lt_compile" 2>out/conftest.err)
17178
17177
   ac_status=$?
17179
17178
   cat out/conftest.err >&5
17180
 
   echo "$as_me:17180: \$? = $ac_status" >&5
 
17179
   echo "$as_me:17179: \$? = $ac_status" >&5
17181
17180
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
17182
17181
   then
17183
17182
     # The compiler can only warn and ignore the option if not recognized
20696
20695
fi
20697
20696
 
20698
20697
 
20699
 
ALL_LINGUAS="`grep -v '^#' "$srcdir/po/LINGUAS"`"
20700
 
CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/po/LINGUAS'
20701
 
 
20702
20698
GETTEXT_PACKAGE=hamster-applet
20703
20699
 
20704
 
case "$am__api_version" in
20705
 
    1.01234)
20706
 
        { { echo "$as_me:$LINENO: error: Automake 1.5 or newer is required to use intltool" >&5
20707
 
echo "$as_me: error: Automake 1.5 or newer is required to use intltool" >&2;}
20708
 
   { (exit 1); exit 1; }; }
20709
 
    ;;
20710
 
    *)
20711
 
    ;;
20712
 
esac
20713
 
 
20714
 
if test -n "0.35"; then
20715
 
    { echo "$as_me:$LINENO: checking for intltool >= 0.35" >&5
20716
 
echo $ECHO_N "checking for intltool >= 0.35... $ECHO_C" >&6; }
20717
 
 
20718
 
    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.35 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
20719
 
    INTLTOOL_APPLIED_VERSION=`awk -F\" '/\\$VERSION / { print $ 2; }' ${ac_aux_dir}/intltool-update.in`
20720
 
    INTLTOOL_APPLIED_VERSION_AS_INT=`awk -F\" '/\\$VERSION / { split($ 2, VERSION, "."); print VERSION[1] * 1000 + VERSION[2] * 100 + VERSION[3];}' ${ac_aux_dir}/intltool-update.in`
20721
 
 
20722
 
    { echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found" >&5
20723
 
echo "${ECHO_T}$INTLTOOL_APPLIED_VERSION found" >&6; }
20724
 
    test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
20725
 
        { { echo "$as_me:$LINENO: error: Your intltool is too old.  You need intltool 0.35 or later." >&5
20726
 
echo "$as_me: error: Your intltool is too old.  You need intltool 0.35 or later." >&2;}
20727
 
   { (exit 1); exit 1; }; }
20728
 
fi
20729
 
 
20730
 
  INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
20731
 
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
20732
 
     INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
20733
 
     INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
20734
 
      INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
20735
 
     INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
20736
 
   INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
20737
 
    INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
20738
 
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
20739
 
       INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
20740
 
      INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
20741
 
      INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
20742
 
      INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
20743
 
      INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
20744
 
    INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
20745
 
  INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
20746
 
    INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
20747
 
    INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
20748
 
   INTLTOOL_POLICY_RULE='%.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
20749
 
 
20750
 
 
20751
 
 
20752
 
 
20753
 
 
20754
 
 
20755
 
 
20756
 
 
20757
 
 
20758
 
 
20759
 
 
20760
 
 
20761
 
 
20762
 
 
20763
 
 
20764
 
 
20765
 
 
20766
 
 
20767
 
 
20768
 
 
20769
 
 
20770
 
# Check the gettext tools to make sure they are GNU
20771
 
# Extract the first word of "xgettext", so it can be a program name with args.
20772
 
set dummy xgettext; ac_word=$2
20773
 
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
20774
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20775
 
if test "${ac_cv_path_XGETTEXT+set}" = set; then
20776
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
20777
 
else
20778
 
  case $XGETTEXT in
20779
 
  [\\/]* | ?:[\\/]*)
20780
 
  ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
20781
 
  ;;
20782
 
  *)
20783
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20784
 
for as_dir in $PATH
20785
 
do
20786
 
  IFS=$as_save_IFS
20787
 
  test -z "$as_dir" && as_dir=.
20788
 
  for ac_exec_ext in '' $ac_executable_extensions; do
20789
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
20790
 
    ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext"
20791
 
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20792
 
    break 2
20793
 
  fi
20794
 
done
20795
 
done
20796
 
IFS=$as_save_IFS
20797
 
 
20798
 
  ;;
20799
 
esac
20800
 
fi
20801
 
XGETTEXT=$ac_cv_path_XGETTEXT
20802
 
if test -n "$XGETTEXT"; then
20803
 
  { echo "$as_me:$LINENO: result: $XGETTEXT" >&5
20804
 
echo "${ECHO_T}$XGETTEXT" >&6; }
20805
 
else
20806
 
  { echo "$as_me:$LINENO: result: no" >&5
20807
 
echo "${ECHO_T}no" >&6; }
20808
 
fi
20809
 
 
20810
 
 
20811
 
# Extract the first word of "msgmerge", so it can be a program name with args.
20812
 
set dummy msgmerge; ac_word=$2
20813
 
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
20814
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20815
 
if test "${ac_cv_path_MSGMERGE+set}" = set; then
20816
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
20817
 
else
20818
 
  case $MSGMERGE in
20819
 
  [\\/]* | ?:[\\/]*)
20820
 
  ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
20821
 
  ;;
20822
 
  *)
20823
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20824
 
for as_dir in $PATH
20825
 
do
20826
 
  IFS=$as_save_IFS
20827
 
  test -z "$as_dir" && as_dir=.
20828
 
  for ac_exec_ext in '' $ac_executable_extensions; do
20829
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
20830
 
    ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext"
20831
 
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20832
 
    break 2
20833
 
  fi
20834
 
done
20835
 
done
20836
 
IFS=$as_save_IFS
20837
 
 
20838
 
  ;;
20839
 
esac
20840
 
fi
20841
 
MSGMERGE=$ac_cv_path_MSGMERGE
20842
 
if test -n "$MSGMERGE"; then
20843
 
  { echo "$as_me:$LINENO: result: $MSGMERGE" >&5
20844
 
echo "${ECHO_T}$MSGMERGE" >&6; }
20845
 
else
20846
 
  { echo "$as_me:$LINENO: result: no" >&5
20847
 
echo "${ECHO_T}no" >&6; }
20848
 
fi
20849
 
 
20850
 
 
20851
 
# Extract the first word of "msgfmt", so it can be a program name with args.
20852
 
set dummy msgfmt; ac_word=$2
20853
 
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
20854
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20855
 
if test "${ac_cv_path_MSGFMT+set}" = set; then
20856
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
20857
 
else
20858
 
  case $MSGFMT in
20859
 
  [\\/]* | ?:[\\/]*)
20860
 
  ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
20861
 
  ;;
20862
 
  *)
20863
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20864
 
for as_dir in $PATH
20865
 
do
20866
 
  IFS=$as_save_IFS
20867
 
  test -z "$as_dir" && as_dir=.
20868
 
  for ac_exec_ext in '' $ac_executable_extensions; do
20869
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
20870
 
    ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext"
20871
 
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20872
 
    break 2
20873
 
  fi
20874
 
done
20875
 
done
20876
 
IFS=$as_save_IFS
20877
 
 
20878
 
  ;;
20879
 
esac
20880
 
fi
20881
 
MSGFMT=$ac_cv_path_MSGFMT
20882
 
if test -n "$MSGFMT"; then
20883
 
  { echo "$as_me:$LINENO: result: $MSGFMT" >&5
20884
 
echo "${ECHO_T}$MSGFMT" >&6; }
20885
 
else
20886
 
  { echo "$as_me:$LINENO: result: no" >&5
20887
 
echo "${ECHO_T}no" >&6; }
20888
 
fi
20889
 
 
20890
 
 
20891
 
if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
20892
 
    { { echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
20893
 
echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
20894
 
   { (exit 1); exit 1; }; }
20895
 
fi
20896
 
xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
20897
 
mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
20898
 
mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
20899
 
if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
20900
 
    { { echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
20901
 
echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
20902
 
   { (exit 1); exit 1; }; }
20903
 
fi
20904
 
 
20905
 
# Use the tools built into the package, not the ones that are installed.
20906
 
INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
20907
 
 
20908
 
INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
20909
 
 
20910
 
INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
20911
 
 
20912
 
 
20913
 
# Extract the first word of "perl", so it can be a program name with args.
20914
 
set dummy perl; ac_word=$2
20915
 
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
20916
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20917
 
if test "${ac_cv_path_INTLTOOL_PERL+set}" = set; then
20918
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
20919
 
else
20920
 
  case $INTLTOOL_PERL in
20921
 
  [\\/]* | ?:[\\/]*)
20922
 
  ac_cv_path_INTLTOOL_PERL="$INTLTOOL_PERL" # Let the user override the test with a path.
20923
 
  ;;
20924
 
  *)
20925
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20926
 
for as_dir in $PATH
20927
 
do
20928
 
  IFS=$as_save_IFS
20929
 
  test -z "$as_dir" && as_dir=.
20930
 
  for ac_exec_ext in '' $ac_executable_extensions; do
20931
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
20932
 
    ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext"
20933
 
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20934
 
    break 2
20935
 
  fi
20936
 
done
20937
 
done
20938
 
IFS=$as_save_IFS
20939
 
 
20940
 
  ;;
20941
 
esac
20942
 
fi
20943
 
INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL
20944
 
if test -n "$INTLTOOL_PERL"; then
20945
 
  { echo "$as_me:$LINENO: result: $INTLTOOL_PERL" >&5
20946
 
echo "${ECHO_T}$INTLTOOL_PERL" >&6; }
20947
 
else
20948
 
  { echo "$as_me:$LINENO: result: no" >&5
20949
 
echo "${ECHO_T}no" >&6; }
20950
 
fi
20951
 
 
20952
 
 
20953
 
if test -z "$INTLTOOL_PERL"; then
20954
 
   { { echo "$as_me:$LINENO: error: perl not found; required for intltool" >&5
20955
 
echo "$as_me: error: perl not found; required for intltool" >&2;}
20956
 
   { (exit 1); exit 1; }; }
20957
 
fi
20958
 
if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
20959
 
   { { echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5
20960
 
echo "$as_me: error: perl 5.x required for intltool" >&2;}
20961
 
   { (exit 1); exit 1; }; }
20962
 
fi
20963
 
if test "x" != "xno-xml"; then
20964
 
   { echo "$as_me:$LINENO: checking for XML::Parser" >&5
20965
 
echo $ECHO_N "checking for XML::Parser... $ECHO_C" >&6; }
20966
 
   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
20967
 
       { echo "$as_me:$LINENO: result: ok" >&5
20968
 
echo "${ECHO_T}ok" >&6; }
20969
 
   else
20970
 
       { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5
20971
 
echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;}
20972
 
   { (exit 1); exit 1; }; }
20973
 
   fi
20974
 
fi
20975
 
 
20976
 
# Substitute ALL_LINGUAS so we can use it in po/Makefile
20977
 
 
20978
 
 
20979
 
# Set DATADIRNAME correctly if it is not set yet
20980
 
# (copied from glib-gettext.m4)
20981
 
if test -z "$DATADIRNAME"; then
20982
 
  cat >conftest.$ac_ext <<_ACEOF
20983
 
/* confdefs.h.  */
20984
 
_ACEOF
20985
 
cat confdefs.h >>conftest.$ac_ext
20986
 
cat >>conftest.$ac_ext <<_ACEOF
20987
 
/* end confdefs.h.  */
20988
 
 
20989
 
int
20990
 
main ()
20991
 
{
20992
 
extern int _nl_msg_cat_cntr;
20993
 
                       return _nl_msg_cat_cntr
20994
 
  ;
20995
 
  return 0;
20996
 
}
20997
 
_ACEOF
20998
 
rm -f conftest.$ac_objext conftest$ac_exeext
20999
 
if { (ac_try="$ac_link"
21000
 
case "(($ac_try" in
21001
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21002
 
  *) ac_try_echo=$ac_try;;
21003
 
esac
21004
 
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21005
 
  (eval "$ac_link") 2>conftest.er1
21006
 
  ac_status=$?
21007
 
  grep -v '^ *+' conftest.er1 >conftest.err
21008
 
  rm -f conftest.er1
21009
 
  cat conftest.err >&5
21010
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21011
 
  (exit $ac_status); } && {
21012
 
         test -z "$ac_c_werror_flag" ||
21013
 
         test ! -s conftest.err
21014
 
       } && test -s conftest$ac_exeext &&
21015
 
       $as_test_x conftest$ac_exeext; then
21016
 
  DATADIRNAME=share
21017
 
else
21018
 
  echo "$as_me: failed program was:" >&5
21019
 
sed 's/^/| /' conftest.$ac_ext >&5
21020
 
 
21021
 
        case $host in
21022
 
    *-*-solaris*)
21023
 
                        { echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
21024
 
echo $ECHO_N "checking for bind_textdomain_codeset... $ECHO_C" >&6; }
21025
 
if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
21026
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
21027
 
else
21028
 
  cat >conftest.$ac_ext <<_ACEOF
21029
 
/* confdefs.h.  */
21030
 
_ACEOF
21031
 
cat confdefs.h >>conftest.$ac_ext
21032
 
cat >>conftest.$ac_ext <<_ACEOF
21033
 
/* end confdefs.h.  */
21034
 
/* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
21035
 
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
21036
 
#define bind_textdomain_codeset innocuous_bind_textdomain_codeset
21037
 
 
21038
 
/* System header to define __stub macros and hopefully few prototypes,
21039
 
    which can conflict with char bind_textdomain_codeset (); below.
21040
 
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21041
 
    <limits.h> exists even on freestanding compilers.  */
21042
 
 
21043
 
#ifdef __STDC__
21044
 
# include <limits.h>
21045
 
#else
21046
 
# include <assert.h>
21047
 
#endif
21048
 
 
21049
 
#undef bind_textdomain_codeset
21050
 
 
21051
 
/* Override any GCC internal prototype to avoid an error.
21052
 
   Use char because int might match the return type of a GCC
21053
 
   builtin and then its argument prototype would still apply.  */
21054
 
#ifdef __cplusplus
21055
 
extern "C"
21056
 
#endif
21057
 
char bind_textdomain_codeset ();
21058
 
/* The GNU C library defines this for functions which it implements
21059
 
    to always fail with ENOSYS.  Some functions are actually named
21060
 
    something starting with __ and the normal name is an alias.  */
21061
 
#if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
21062
 
choke me
21063
 
#endif
21064
 
 
21065
 
int
21066
 
main ()
21067
 
{
21068
 
return bind_textdomain_codeset ();
21069
 
  ;
21070
 
  return 0;
21071
 
}
21072
 
_ACEOF
21073
 
rm -f conftest.$ac_objext conftest$ac_exeext
21074
 
if { (ac_try="$ac_link"
21075
 
case "(($ac_try" in
21076
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21077
 
  *) ac_try_echo=$ac_try;;
21078
 
esac
21079
 
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21080
 
  (eval "$ac_link") 2>conftest.er1
21081
 
  ac_status=$?
21082
 
  grep -v '^ *+' conftest.er1 >conftest.err
21083
 
  rm -f conftest.er1
21084
 
  cat conftest.err >&5
21085
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21086
 
  (exit $ac_status); } && {
21087
 
         test -z "$ac_c_werror_flag" ||
21088
 
         test ! -s conftest.err
21089
 
       } && test -s conftest$ac_exeext &&
21090
 
       $as_test_x conftest$ac_exeext; then
21091
 
  ac_cv_func_bind_textdomain_codeset=yes
21092
 
else
21093
 
  echo "$as_me: failed program was:" >&5
21094
 
sed 's/^/| /' conftest.$ac_ext >&5
21095
 
 
21096
 
        ac_cv_func_bind_textdomain_codeset=no
21097
 
fi
21098
 
 
21099
 
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21100
 
      conftest$ac_exeext conftest.$ac_ext
21101
 
fi
21102
 
{ echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
21103
 
echo "${ECHO_T}$ac_cv_func_bind_textdomain_codeset" >&6; }
21104
 
if test $ac_cv_func_bind_textdomain_codeset = yes; then
21105
 
  DATADIRNAME=share
21106
 
else
21107
 
  DATADIRNAME=lib
21108
 
fi
21109
 
 
21110
 
    ;;
21111
 
    *)
21112
 
    DATADIRNAME=lib
21113
 
    ;;
21114
 
    esac
21115
 
fi
21116
 
 
21117
 
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21118
 
      conftest$ac_exeext conftest.$ac_ext
21119
 
fi
21120
 
 
21121
 
 
21122
 
 
21123
 
 
21124
 
 
21125
 
ac_config_commands="$ac_config_commands intltool"
21126
 
 
21127
 
 
21128
 
 
21129
 
 
21130
20700
 
21131
20701
cat >>confdefs.h <<_ACEOF
21132
20702
#define GETTEXT_PACKAGE "$GETTEXT_PACKAGE"
22659
22229
        < $srcdir/po/POTFILES.in > po/POTFILES
22660
22230
 
22661
22231
 
 
22232
case "$am__api_version" in
 
22233
    1.01234)
 
22234
        { { echo "$as_me:$LINENO: error: Automake 1.5 or newer is required to use intltool" >&5
 
22235
echo "$as_me: error: Automake 1.5 or newer is required to use intltool" >&2;}
 
22236
   { (exit 1); exit 1; }; }
 
22237
    ;;
 
22238
    *)
 
22239
    ;;
 
22240
esac
 
22241
 
 
22242
if test -n "0.37.1"; then
 
22243
    { echo "$as_me:$LINENO: checking for intltool >= 0.37.1" >&5
 
22244
echo $ECHO_N "checking for intltool >= 0.37.1... $ECHO_C" >&6; }
 
22245
 
 
22246
    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.37.1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
 
22247
    INTLTOOL_APPLIED_VERSION=`awk -F\" '/\\$VERSION / { print $ 2; }' ${ac_aux_dir}/intltool-update.in`
 
22248
    INTLTOOL_APPLIED_VERSION_AS_INT=`awk -F\" '/\\$VERSION / { split($ 2, VERSION, "."); print VERSION[1] * 1000 + VERSION[2] * 100 + VERSION[3];}' ${ac_aux_dir}/intltool-update.in`
 
22249
 
 
22250
    { echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found" >&5
 
22251
echo "${ECHO_T}$INTLTOOL_APPLIED_VERSION found" >&6; }
 
22252
    test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
 
22253
        { { echo "$as_me:$LINENO: error: Your intltool is too old.  You need intltool 0.37.1 or later." >&5
 
22254
echo "$as_me: error: Your intltool is too old.  You need intltool 0.37.1 or later." >&2;}
 
22255
   { (exit 1); exit 1; }; }
 
22256
fi
 
22257
 
 
22258
  INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
22259
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
22260
     INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
22261
     INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
22262
      INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
 
22263
     INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
22264
   INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
22265
    INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
22266
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
22267
       INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
22268
      INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
22269
      INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
 
22270
      INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
22271
      INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
22272
    INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
22273
  INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
22274
    INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
22275
    INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
22276
   INTLTOOL_POLICY_RULE='%.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
22277
 
 
22278
 
 
22279
 
 
22280
 
 
22281
 
 
22282
 
 
22283
 
 
22284
 
 
22285
 
 
22286
 
 
22287
 
 
22288
 
 
22289
 
 
22290
 
 
22291
 
 
22292
 
 
22293
 
 
22294
 
 
22295
 
 
22296
 
 
22297
 
 
22298
# Check the gettext tools to make sure they are GNU
 
22299
# Extract the first word of "xgettext", so it can be a program name with args.
 
22300
set dummy xgettext; ac_word=$2
 
22301
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
22302
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
22303
if test "${ac_cv_path_XGETTEXT+set}" = set; then
 
22304
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
22305
else
 
22306
  case $XGETTEXT in
 
22307
  [\\/]* | ?:[\\/]*)
 
22308
  ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
 
22309
  ;;
 
22310
  *)
 
22311
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
22312
for as_dir in $PATH
 
22313
do
 
22314
  IFS=$as_save_IFS
 
22315
  test -z "$as_dir" && as_dir=.
 
22316
  for ac_exec_ext in '' $ac_executable_extensions; do
 
22317
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
22318
    ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext"
 
22319
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
22320
    break 2
 
22321
  fi
 
22322
done
 
22323
done
 
22324
IFS=$as_save_IFS
 
22325
 
 
22326
  ;;
 
22327
esac
 
22328
fi
 
22329
XGETTEXT=$ac_cv_path_XGETTEXT
 
22330
if test -n "$XGETTEXT"; then
 
22331
  { echo "$as_me:$LINENO: result: $XGETTEXT" >&5
 
22332
echo "${ECHO_T}$XGETTEXT" >&6; }
 
22333
else
 
22334
  { echo "$as_me:$LINENO: result: no" >&5
 
22335
echo "${ECHO_T}no" >&6; }
 
22336
fi
 
22337
 
 
22338
 
 
22339
# Extract the first word of "msgmerge", so it can be a program name with args.
 
22340
set dummy msgmerge; ac_word=$2
 
22341
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
22342
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
22343
if test "${ac_cv_path_MSGMERGE+set}" = set; then
 
22344
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
22345
else
 
22346
  case $MSGMERGE in
 
22347
  [\\/]* | ?:[\\/]*)
 
22348
  ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
 
22349
  ;;
 
22350
  *)
 
22351
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
22352
for as_dir in $PATH
 
22353
do
 
22354
  IFS=$as_save_IFS
 
22355
  test -z "$as_dir" && as_dir=.
 
22356
  for ac_exec_ext in '' $ac_executable_extensions; do
 
22357
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
22358
    ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext"
 
22359
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
22360
    break 2
 
22361
  fi
 
22362
done
 
22363
done
 
22364
IFS=$as_save_IFS
 
22365
 
 
22366
  ;;
 
22367
esac
 
22368
fi
 
22369
MSGMERGE=$ac_cv_path_MSGMERGE
 
22370
if test -n "$MSGMERGE"; then
 
22371
  { echo "$as_me:$LINENO: result: $MSGMERGE" >&5
 
22372
echo "${ECHO_T}$MSGMERGE" >&6; }
 
22373
else
 
22374
  { echo "$as_me:$LINENO: result: no" >&5
 
22375
echo "${ECHO_T}no" >&6; }
 
22376
fi
 
22377
 
 
22378
 
 
22379
# Extract the first word of "msgfmt", so it can be a program name with args.
 
22380
set dummy msgfmt; ac_word=$2
 
22381
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
22382
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
22383
if test "${ac_cv_path_MSGFMT+set}" = set; then
 
22384
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
22385
else
 
22386
  case $MSGFMT in
 
22387
  [\\/]* | ?:[\\/]*)
 
22388
  ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
 
22389
  ;;
 
22390
  *)
 
22391
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
22392
for as_dir in $PATH
 
22393
do
 
22394
  IFS=$as_save_IFS
 
22395
  test -z "$as_dir" && as_dir=.
 
22396
  for ac_exec_ext in '' $ac_executable_extensions; do
 
22397
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
22398
    ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext"
 
22399
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
22400
    break 2
 
22401
  fi
 
22402
done
 
22403
done
 
22404
IFS=$as_save_IFS
 
22405
 
 
22406
  ;;
 
22407
esac
 
22408
fi
 
22409
MSGFMT=$ac_cv_path_MSGFMT
 
22410
if test -n "$MSGFMT"; then
 
22411
  { echo "$as_me:$LINENO: result: $MSGFMT" >&5
 
22412
echo "${ECHO_T}$MSGFMT" >&6; }
 
22413
else
 
22414
  { echo "$as_me:$LINENO: result: no" >&5
 
22415
echo "${ECHO_T}no" >&6; }
 
22416
fi
 
22417
 
 
22418
 
 
22419
if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
 
22420
    { { echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
 
22421
echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
 
22422
   { (exit 1); exit 1; }; }
 
22423
fi
 
22424
xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
 
22425
mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
 
22426
mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
 
22427
if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
 
22428
    { { echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
 
22429
echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
 
22430
   { (exit 1); exit 1; }; }
 
22431
fi
 
22432
 
 
22433
# Use the tools built into the package, not the ones that are installed.
 
22434
INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
 
22435
 
 
22436
INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
 
22437
 
 
22438
INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
 
22439
 
 
22440
 
 
22441
# Extract the first word of "perl", so it can be a program name with args.
 
22442
set dummy perl; ac_word=$2
 
22443
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
22444
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
22445
if test "${ac_cv_path_INTLTOOL_PERL+set}" = set; then
 
22446
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
22447
else
 
22448
  case $INTLTOOL_PERL in
 
22449
  [\\/]* | ?:[\\/]*)
 
22450
  ac_cv_path_INTLTOOL_PERL="$INTLTOOL_PERL" # Let the user override the test with a path.
 
22451
  ;;
 
22452
  *)
 
22453
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
22454
for as_dir in $PATH
 
22455
do
 
22456
  IFS=$as_save_IFS
 
22457
  test -z "$as_dir" && as_dir=.
 
22458
  for ac_exec_ext in '' $ac_executable_extensions; do
 
22459
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
22460
    ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext"
 
22461
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
22462
    break 2
 
22463
  fi
 
22464
done
 
22465
done
 
22466
IFS=$as_save_IFS
 
22467
 
 
22468
  ;;
 
22469
esac
 
22470
fi
 
22471
INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL
 
22472
if test -n "$INTLTOOL_PERL"; then
 
22473
  { echo "$as_me:$LINENO: result: $INTLTOOL_PERL" >&5
 
22474
echo "${ECHO_T}$INTLTOOL_PERL" >&6; }
 
22475
else
 
22476
  { echo "$as_me:$LINENO: result: no" >&5
 
22477
echo "${ECHO_T}no" >&6; }
 
22478
fi
 
22479
 
 
22480
 
 
22481
if test -z "$INTLTOOL_PERL"; then
 
22482
   { { echo "$as_me:$LINENO: error: perl not found; required for intltool" >&5
 
22483
echo "$as_me: error: perl not found; required for intltool" >&2;}
 
22484
   { (exit 1); exit 1; }; }
 
22485
fi
 
22486
if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
 
22487
   { { echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5
 
22488
echo "$as_me: error: perl 5.x required for intltool" >&2;}
 
22489
   { (exit 1); exit 1; }; }
 
22490
fi
 
22491
if test "x" != "xno-xml"; then
 
22492
   { echo "$as_me:$LINENO: checking for XML::Parser" >&5
 
22493
echo $ECHO_N "checking for XML::Parser... $ECHO_C" >&6; }
 
22494
   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
 
22495
       { echo "$as_me:$LINENO: result: ok" >&5
 
22496
echo "${ECHO_T}ok" >&6; }
 
22497
   else
 
22498
       { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5
 
22499
echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;}
 
22500
   { (exit 1); exit 1; }; }
 
22501
   fi
 
22502
fi
 
22503
 
 
22504
# Substitute ALL_LINGUAS so we can use it in po/Makefile
 
22505
 
 
22506
 
 
22507
# Set DATADIRNAME correctly if it is not set yet
 
22508
# (copied from glib-gettext.m4)
 
22509
if test -z "$DATADIRNAME"; then
 
22510
  cat >conftest.$ac_ext <<_ACEOF
 
22511
/* confdefs.h.  */
 
22512
_ACEOF
 
22513
cat confdefs.h >>conftest.$ac_ext
 
22514
cat >>conftest.$ac_ext <<_ACEOF
 
22515
/* end confdefs.h.  */
 
22516
 
 
22517
int
 
22518
main ()
 
22519
{
 
22520
extern int _nl_msg_cat_cntr;
 
22521
                       return _nl_msg_cat_cntr
 
22522
  ;
 
22523
  return 0;
 
22524
}
 
22525
_ACEOF
 
22526
rm -f conftest.$ac_objext conftest$ac_exeext
 
22527
if { (ac_try="$ac_link"
 
22528
case "(($ac_try" in
 
22529
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
22530
  *) ac_try_echo=$ac_try;;
 
22531
esac
 
22532
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
22533
  (eval "$ac_link") 2>conftest.er1
 
22534
  ac_status=$?
 
22535
  grep -v '^ *+' conftest.er1 >conftest.err
 
22536
  rm -f conftest.er1
 
22537
  cat conftest.err >&5
 
22538
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22539
  (exit $ac_status); } && {
 
22540
         test -z "$ac_c_werror_flag" ||
 
22541
         test ! -s conftest.err
 
22542
       } && test -s conftest$ac_exeext &&
 
22543
       $as_test_x conftest$ac_exeext; then
 
22544
  DATADIRNAME=share
 
22545
else
 
22546
  echo "$as_me: failed program was:" >&5
 
22547
sed 's/^/| /' conftest.$ac_ext >&5
 
22548
 
 
22549
        case $host in
 
22550
    *-*-solaris*)
 
22551
                        { echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
 
22552
echo $ECHO_N "checking for bind_textdomain_codeset... $ECHO_C" >&6; }
 
22553
if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
 
22554
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
22555
else
 
22556
  cat >conftest.$ac_ext <<_ACEOF
 
22557
/* confdefs.h.  */
 
22558
_ACEOF
 
22559
cat confdefs.h >>conftest.$ac_ext
 
22560
cat >>conftest.$ac_ext <<_ACEOF
 
22561
/* end confdefs.h.  */
 
22562
/* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
 
22563
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
22564
#define bind_textdomain_codeset innocuous_bind_textdomain_codeset
 
22565
 
 
22566
/* System header to define __stub macros and hopefully few prototypes,
 
22567
    which can conflict with char bind_textdomain_codeset (); below.
 
22568
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
22569
    <limits.h> exists even on freestanding compilers.  */
 
22570
 
 
22571
#ifdef __STDC__
 
22572
# include <limits.h>
 
22573
#else
 
22574
# include <assert.h>
 
22575
#endif
 
22576
 
 
22577
#undef bind_textdomain_codeset
 
22578
 
 
22579
/* Override any GCC internal prototype to avoid an error.
 
22580
   Use char because int might match the return type of a GCC
 
22581
   builtin and then its argument prototype would still apply.  */
 
22582
#ifdef __cplusplus
 
22583
extern "C"
 
22584
#endif
 
22585
char bind_textdomain_codeset ();
 
22586
/* The GNU C library defines this for functions which it implements
 
22587
    to always fail with ENOSYS.  Some functions are actually named
 
22588
    something starting with __ and the normal name is an alias.  */
 
22589
#if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
 
22590
choke me
 
22591
#endif
 
22592
 
 
22593
int
 
22594
main ()
 
22595
{
 
22596
return bind_textdomain_codeset ();
 
22597
  ;
 
22598
  return 0;
 
22599
}
 
22600
_ACEOF
 
22601
rm -f conftest.$ac_objext conftest$ac_exeext
 
22602
if { (ac_try="$ac_link"
 
22603
case "(($ac_try" in
 
22604
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
22605
  *) ac_try_echo=$ac_try;;
 
22606
esac
 
22607
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
22608
  (eval "$ac_link") 2>conftest.er1
 
22609
  ac_status=$?
 
22610
  grep -v '^ *+' conftest.er1 >conftest.err
 
22611
  rm -f conftest.er1
 
22612
  cat conftest.err >&5
 
22613
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22614
  (exit $ac_status); } && {
 
22615
         test -z "$ac_c_werror_flag" ||
 
22616
         test ! -s conftest.err
 
22617
       } && test -s conftest$ac_exeext &&
 
22618
       $as_test_x conftest$ac_exeext; then
 
22619
  ac_cv_func_bind_textdomain_codeset=yes
 
22620
else
 
22621
  echo "$as_me: failed program was:" >&5
 
22622
sed 's/^/| /' conftest.$ac_ext >&5
 
22623
 
 
22624
        ac_cv_func_bind_textdomain_codeset=no
 
22625
fi
 
22626
 
 
22627
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
22628
      conftest$ac_exeext conftest.$ac_ext
 
22629
fi
 
22630
{ echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
 
22631
echo "${ECHO_T}$ac_cv_func_bind_textdomain_codeset" >&6; }
 
22632
if test $ac_cv_func_bind_textdomain_codeset = yes; then
 
22633
  DATADIRNAME=share
 
22634
else
 
22635
  DATADIRNAME=lib
 
22636
fi
 
22637
 
 
22638
    ;;
 
22639
    *)
 
22640
    DATADIRNAME=lib
 
22641
    ;;
 
22642
    esac
 
22643
fi
 
22644
 
 
22645
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
22646
      conftest$ac_exeext conftest.$ac_ext
 
22647
fi
 
22648
 
 
22649
 
 
22650
 
 
22651
 
 
22652
 
 
22653
ac_config_commands="$ac_config_commands intltool"
 
22654
 
 
22655
 
 
22656
 
 
22657
 
22662
22658
# Extract the first word of "gconftool-2", so it can be a program name with args.
22663
22659
set dummy gconftool-2; ac_word=$2
22664
22660
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
22760
22756
 
22761
22757
        if test -n "$PYTHON"; then
22762
22758
      # If the user set $PYTHON, use it and don't search something else.
22763
 
      { echo "$as_me:$LINENO: checking whether $PYTHON version >= 2.5" >&5
22764
 
echo $ECHO_N "checking whether $PYTHON version >= 2.5... $ECHO_C" >&6; }
 
22759
      { echo "$as_me:$LINENO: checking whether $PYTHON version >= 2.4" >&5
 
22760
echo $ECHO_N "checking whether $PYTHON version >= 2.4... $ECHO_C" >&6; }
22765
22761
      prog="import sys, string
22766
22762
# split strings by '.' and convert to numeric.  Append some zeros
22767
22763
# because we need at least 4 digits for the hex conversion.
22768
 
minver = map(int, string.split('2.5', '.')) + [0, 0, 0]
 
22764
minver = map(int, string.split('2.4', '.')) + [0, 0, 0]
22769
22765
minverhex = 0
22770
22766
for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i]
22771
22767
sys.exit(sys.hexversion < minverhex)"
22786
22782
    else
22787
22783
      # Otherwise, try each interpreter until we find one that satisfies
22788
22784
      # VERSION.
22789
 
      { echo "$as_me:$LINENO: checking for a Python interpreter with version >= 2.5" >&5
22790
 
echo $ECHO_N "checking for a Python interpreter with version >= 2.5... $ECHO_C" >&6; }
 
22785
      { echo "$as_me:$LINENO: checking for a Python interpreter with version >= 2.4" >&5
 
22786
echo $ECHO_N "checking for a Python interpreter with version >= 2.4... $ECHO_C" >&6; }
22791
22787
if test "${am_cv_pathless_PYTHON+set}" = set; then
22792
22788
  echo $ECHO_N "(cached) $ECHO_C" >&6
22793
22789
else
22797
22793
          prog="import sys, string
22798
22794
# split strings by '.' and convert to numeric.  Append some zeros
22799
22795
# because we need at least 4 digits for the hex conversion.
22800
 
minver = map(int, string.split('2.5', '.')) + [0, 0, 0]
 
22796
minver = map(int, string.split('2.4', '.')) + [0, 0, 0]
22801
22797
minverhex = 0
22802
22798
for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i]
22803
22799
sys.exit(sys.hexversion < minverhex)"
23217
23213
        pkg_cv_HAMSTER_CFLAGS="$HAMSTER_CFLAGS"
23218
23214
    else
23219
23215
        if test -n "$PKG_CONFIG" && \
23220
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0            >= 2.6
23221
 
    pygtk-2.0           >= 2.6
23222
 
    pygobject-2.0       >= 2.6
 
23216
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0            >= 2.12
 
23217
    pygtk-2.0           >= 2.12
 
23218
    pygobject-2.0       >= 2.14
23223
23219
    gnome-python-2.0    >= 2.10
23224
23220
 
23225
23221
\"") >&5
23226
 
  ($PKG_CONFIG --exists --print-errors "gtk+-2.0            >= 2.6
23227
 
    pygtk-2.0           >= 2.6
23228
 
    pygobject-2.0       >= 2.6
 
23222
  ($PKG_CONFIG --exists --print-errors "gtk+-2.0            >= 2.12
 
23223
    pygtk-2.0           >= 2.12
 
23224
    pygobject-2.0       >= 2.14
23229
23225
    gnome-python-2.0    >= 2.10
23230
23226
 
23231
23227
") 2>&5
23232
23228
  ac_status=$?
23233
23229
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23234
23230
  (exit $ac_status); }; then
23235
 
  pkg_cv_HAMSTER_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0            >= 2.6
23236
 
    pygtk-2.0           >= 2.6
23237
 
    pygobject-2.0       >= 2.6
 
23231
  pkg_cv_HAMSTER_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0            >= 2.12
 
23232
    pygtk-2.0           >= 2.12
 
23233
    pygobject-2.0       >= 2.14
23238
23234
    gnome-python-2.0    >= 2.10
23239
23235
 
23240
23236
" 2>/dev/null`
23250
23246
        pkg_cv_HAMSTER_LIBS="$HAMSTER_LIBS"
23251
23247
    else
23252
23248
        if test -n "$PKG_CONFIG" && \
23253
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0            >= 2.6
23254
 
    pygtk-2.0           >= 2.6
23255
 
    pygobject-2.0       >= 2.6
 
23249
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0            >= 2.12
 
23250
    pygtk-2.0           >= 2.12
 
23251
    pygobject-2.0       >= 2.14
23256
23252
    gnome-python-2.0    >= 2.10
23257
23253
 
23258
23254
\"") >&5
23259
 
  ($PKG_CONFIG --exists --print-errors "gtk+-2.0            >= 2.6
23260
 
    pygtk-2.0           >= 2.6
23261
 
    pygobject-2.0       >= 2.6
 
23255
  ($PKG_CONFIG --exists --print-errors "gtk+-2.0            >= 2.12
 
23256
    pygtk-2.0           >= 2.12
 
23257
    pygobject-2.0       >= 2.14
23262
23258
    gnome-python-2.0    >= 2.10
23263
23259
 
23264
23260
") 2>&5
23265
23261
  ac_status=$?
23266
23262
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23267
23263
  (exit $ac_status); }; then
23268
 
  pkg_cv_HAMSTER_LIBS=`$PKG_CONFIG --libs "gtk+-2.0            >= 2.6
23269
 
    pygtk-2.0           >= 2.6
23270
 
    pygobject-2.0       >= 2.6
 
23264
  pkg_cv_HAMSTER_LIBS=`$PKG_CONFIG --libs "gtk+-2.0            >= 2.12
 
23265
    pygtk-2.0           >= 2.12
 
23266
    pygobject-2.0       >= 2.14
23271
23267
    gnome-python-2.0    >= 2.10
23272
23268
 
23273
23269
" 2>/dev/null`
23289
23285
        _pkg_short_errors_supported=no
23290
23286
fi
23291
23287
        if test $_pkg_short_errors_supported = yes; then
23292
 
                HAMSTER_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0            >= 2.6
23293
 
    pygtk-2.0           >= 2.6
23294
 
    pygobject-2.0       >= 2.6
 
23288
                HAMSTER_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0            >= 2.12
 
23289
    pygtk-2.0           >= 2.12
 
23290
    pygobject-2.0       >= 2.14
23295
23291
    gnome-python-2.0    >= 2.10
23296
23292
 
23297
23293
"`
23298
23294
        else
23299
 
                HAMSTER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0            >= 2.6
23300
 
    pygtk-2.0           >= 2.6
23301
 
    pygobject-2.0       >= 2.6
 
23295
                HAMSTER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0            >= 2.12
 
23296
    pygtk-2.0           >= 2.12
 
23297
    pygobject-2.0       >= 2.14
23302
23298
    gnome-python-2.0    >= 2.10
23303
23299
 
23304
23300
"`
23306
23302
        # Put the nasty error message in config.log where it belongs
23307
23303
        echo "$HAMSTER_PKG_ERRORS" >&5
23308
23304
 
23309
 
        { { echo "$as_me:$LINENO: error: Package requirements (gtk+-2.0            >= 2.6
23310
 
    pygtk-2.0           >= 2.6
23311
 
    pygobject-2.0       >= 2.6
 
23305
        { { echo "$as_me:$LINENO: error: Package requirements (gtk+-2.0            >= 2.12
 
23306
    pygtk-2.0           >= 2.12
 
23307
    pygobject-2.0       >= 2.14
23312
23308
    gnome-python-2.0    >= 2.10
23313
23309
 
23314
23310
) were not met:
23322
23318
and HAMSTER_LIBS to avoid the need to call pkg-config.
23323
23319
See the pkg-config man page for more details.
23324
23320
" >&5
23325
 
echo "$as_me: error: Package requirements (gtk+-2.0            >= 2.6
23326
 
    pygtk-2.0           >= 2.6
23327
 
    pygobject-2.0       >= 2.6
 
23321
echo "$as_me: error: Package requirements (gtk+-2.0            >= 2.12
 
23322
    pygtk-2.0           >= 2.12
 
23323
    pygobject-2.0       >= 2.14
23328
23324
    gnome-python-2.0    >= 2.10
23329
23325
 
23330
23326
) were not met:
23970
23966
# report actual input values of CONFIG_FILES etc. instead of their
23971
23967
# values after options handling.
23972
23968
ac_log="
23973
 
This file was extended by hamster-applet $as_me 2.23.90, which was
 
23969
This file was extended by hamster-applet $as_me 2.23.92, which was
23974
23970
generated by GNU Autoconf 2.61.  Invocation command line was
23975
23971
 
23976
23972
  CONFIG_FILES    = $CONFIG_FILES
24023
24019
_ACEOF
24024
24020
cat >>$CONFIG_STATUS <<_ACEOF
24025
24021
ac_cs_version="\\
24026
 
hamster-applet config.status 2.23.90
 
24022
hamster-applet config.status 2.23.92
24027
24023
configured by $0, generated by GNU Autoconf 2.61,
24028
24024
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
24029
24025
 
24127
24123
# INIT-COMMANDS
24128
24124
#
24129
24125
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
 
24126
 
24130
24127
INTLTOOL_PERL='${INTLTOOL_PERL}' ac_aux_dir='${ac_aux_dir}'
24131
24128
prefix="$prefix" exec_prefix="$exec_prefix" INTLTOOL_LIBDIR="$libdir"
24132
24129
INTLTOOL_EXTRACT='${INTLTOOL_EXTRACT}'
24133
24130
 
24134
 
 
24135
24131
_ACEOF
24136
24132
 
24137
24133
cat >>$CONFIG_STATUS <<\_ACEOF
24142
24138
  case $ac_config_target in
24143
24139
    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
24144
24140
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
 
24141
    "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
24145
24142
    "intltool") CONFIG_COMMANDS="$CONFIG_COMMANDS intltool" ;;
24146
 
    "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
24147
24143
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
24148
24144
    "hamster/Makefile") CONFIG_FILES="$CONFIG_FILES hamster/Makefile" ;;
24149
24145
    "hamster/defs.py") CONFIG_FILES="$CONFIG_FILES hamster/defs.py" ;;
24363
24359
ac_ct_F77!$ac_ct_F77$ac_delim
24364
24360
LIBTOOL!$LIBTOOL$ac_delim
24365
24361
HAVE_PKGCONFIG!$HAVE_PKGCONFIG$ac_delim
24366
 
CONFIG_STATUS_DEPENDENCIES!$CONFIG_STATUS_DEPENDENCIES$ac_delim
 
24362
GETTEXT_PACKAGE!$GETTEXT_PACKAGE$ac_delim
 
24363
USE_NLS!$USE_NLS$ac_delim
 
24364
MSGFMT!$MSGFMT$ac_delim
 
24365
MSGFMT_OPTS!$MSGFMT_OPTS$ac_delim
 
24366
GMSGFMT!$GMSGFMT$ac_delim
 
24367
XGETTEXT!$XGETTEXT$ac_delim
 
24368
CATALOGS!$CATALOGS$ac_delim
 
24369
CATOBJEXT!$CATOBJEXT$ac_delim
 
24370
DATADIRNAME!$DATADIRNAME$ac_delim
 
24371
GMOFILES!$GMOFILES$ac_delim
 
24372
INSTOBJEXT!$INSTOBJEXT$ac_delim
 
24373
INTLLIBS!$INTLLIBS$ac_delim
 
24374
PO_IN_DATADIR_TRUE!$PO_IN_DATADIR_TRUE$ac_delim
 
24375
PO_IN_DATADIR_FALSE!$PO_IN_DATADIR_FALSE$ac_delim
 
24376
POFILES!$POFILES$ac_delim
 
24377
POSUB!$POSUB$ac_delim
 
24378
MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim
24367
24379
INTLTOOL_DESKTOP_RULE!$INTLTOOL_DESKTOP_RULE$ac_delim
24368
24380
INTLTOOL_DIRECTORY_RULE!$INTLTOOL_DIRECTORY_RULE$ac_delim
24369
24381
INTLTOOL_KEYS_RULE!$INTLTOOL_KEYS_RULE$ac_delim
24383
24395
INTLTOOL_THEME_RULE!$INTLTOOL_THEME_RULE$ac_delim
24384
24396
INTLTOOL_SERVICE_RULE!$INTLTOOL_SERVICE_RULE$ac_delim
24385
24397
INTLTOOL_POLICY_RULE!$INTLTOOL_POLICY_RULE$ac_delim
24386
 
XGETTEXT!$XGETTEXT$ac_delim
24387
24398
MSGMERGE!$MSGMERGE$ac_delim
24388
 
MSGFMT!$MSGFMT$ac_delim
24389
24399
INTLTOOL_EXTRACT!$INTLTOOL_EXTRACT$ac_delim
24390
24400
INTLTOOL_MERGE!$INTLTOOL_MERGE$ac_delim
24391
24401
INTLTOOL_UPDATE!$INTLTOOL_UPDATE$ac_delim
24392
24402
INTLTOOL_PERL!$INTLTOOL_PERL$ac_delim
24393
24403
ALL_LINGUAS!$ALL_LINGUAS$ac_delim
24394
 
DATADIRNAME!$DATADIRNAME$ac_delim
24395
 
GETTEXT_PACKAGE!$GETTEXT_PACKAGE$ac_delim
24396
 
USE_NLS!$USE_NLS$ac_delim
24397
 
MSGFMT_OPTS!$MSGFMT_OPTS$ac_delim
24398
 
GMSGFMT!$GMSGFMT$ac_delim
24399
 
CATALOGS!$CATALOGS$ac_delim
24400
 
CATOBJEXT!$CATOBJEXT$ac_delim
24401
 
GMOFILES!$GMOFILES$ac_delim
24402
 
INSTOBJEXT!$INSTOBJEXT$ac_delim
24403
 
INTLLIBS!$INTLLIBS$ac_delim
24404
 
PO_IN_DATADIR_TRUE!$PO_IN_DATADIR_TRUE$ac_delim
24405
 
PO_IN_DATADIR_FALSE!$PO_IN_DATADIR_FALSE$ac_delim
24406
 
POFILES!$POFILES$ac_delim
24407
 
POSUB!$POSUB$ac_delim
24408
 
MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim
24409
24404
GCONFTOOL!$GCONFTOOL$ac_delim
24410
24405
GCONF_SCHEMA_CONFIG_SOURCE!$GCONF_SCHEMA_CONFIG_SOURCE$ac_delim
24411
24406
GCONF_SCHEMA_FILE_DIR!$GCONF_SCHEMA_FILE_DIR$ac_delim
24436
24431
LTLIBOBJS!$LTLIBOBJS$ac_delim
24437
24432
_ACEOF
24438
24433
 
24439
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
 
24434
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 81; then
24440
24435
    break
24441
24436
  elif $ac_last_try; then
24442
24437
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
24995
24990
  done
24996
24991
done
24997
24992
 ;;
 
24993
    "default-1":C) case "$CONFIG_FILES" in *po/Makefile.in*)
 
24994
        sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
 
24995
      esac ;;
24998
24996
    "intltool":C)
24999
24997
 
25000
24998
for file in intltool-extract intltool-merge intltool-update; do
25012
25010
done
25013
25011
 
25014
25012
 ;;
25015
 
    "default-1":C) case "$CONFIG_FILES" in *po/Makefile.in*)
25016
 
        sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
25017
 
      esac ;;
25018
25013
    "po/stamp-it":C)
25019
25014
    rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
25020
25015
    >"po/stamp-it.tmp"