~ken-vandine/ubuntu/oneiric/gtkspell/with-gtk3

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Moog
  • Date: 2009-07-15 02:10:56 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090715021056-0jtyg29q7z2479nv
Tags: 2.0.15-0ubuntu1
* New upstream release: (LP: #399536)
  version 2.0.15 (2008-12-01):
   - Additional translations (see po/ChangeLog).
   - Add missing G_BEGIN_DECLS/G_END_DECLS for C++ support
   - Fix feature request #2101451 by removing the sub-menu
     of the context menu as any other in-line spell checker does.
   - Fix feature request #1523881, #1643622 and #2054637
     by adding a Language selector sub-menu.
   - Fix feature request #1362304 by fixing docs/Makefile.am
     to install gtkspell.devhelp so that it shows in devhelp
  version 2.0.14 (2008-08-15):
   - Additional translations (see po/ChangeLog).
   - Changed bug reporting address at configure.ac:AC_INIT
   - undo/redo in the calling application (Liviu Andronic)
   - gtkspell_get_suggestions_menu() (Liviu Andronic)
* debian/libgtkspell0.symbols:
   - add new symbols
* debian/control: 
   - build-dep on intltool >=0.35.0

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 gtkspell 2.0.13.
 
3
# Generated by GNU Autoconf 2.61 for gtkspell 2.0.15.
4
4
#
5
 
# Report bugs to <nathan@silverorange.com>.
 
5
# Report bugs to <gtkspell-devel@lists.sourceforge.net>.
6
6
#
7
7
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8
8
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
728
728
# Identity of this package.
729
729
PACKAGE_NAME='gtkspell'
730
730
PACKAGE_TARNAME='gtkspell'
731
 
PACKAGE_VERSION='2.0.13'
732
 
PACKAGE_STRING='gtkspell 2.0.13'
733
 
PACKAGE_BUGREPORT='nathan@silverorange.com'
 
731
PACKAGE_VERSION='2.0.15'
 
732
PACKAGE_STRING='gtkspell 2.0.15'
 
733
PACKAGE_BUGREPORT='gtkspell-devel@lists.sourceforge.net'
734
734
 
735
735
ac_unique_file="gtkspell/gtkspell.c"
736
736
# Factoring default headers for most tests.
900
900
POSUB
901
901
MKINSTALLDIRS
902
902
GETTEXT_PACKAGE
 
903
INTLTOOL_UPDATE
 
904
INTLTOOL_MERGE
 
905
INTLTOOL_EXTRACT
903
906
INTLTOOL_DESKTOP_RULE
904
907
INTLTOOL_DIRECTORY_RULE
905
908
INTLTOOL_KEYS_RULE
920
923
INTLTOOL_SERVICE_RULE
921
924
INTLTOOL_POLICY_RULE
922
925
MSGMERGE
923
 
INTLTOOL_EXTRACT
924
 
INTLTOOL_MERGE
925
 
INTLTOOL_UPDATE
926
926
INTLTOOL_PERL
927
927
ALL_LINGUAS
928
928
LIBOBJS
1450
1450
  # Omit some internal or obsolete options to make the list less imposing.
1451
1451
  # This message is too long to be a string in the A/UX 3.1 sh.
1452
1452
  cat <<_ACEOF
1453
 
\`configure' configures gtkspell 2.0.13 to adapt to many kinds of systems.
 
1453
\`configure' configures gtkspell 2.0.15 to adapt to many kinds of systems.
1454
1454
 
1455
1455
Usage: $0 [OPTION]... [VAR=VALUE]...
1456
1456
 
1520
1520
 
1521
1521
if test -n "$ac_init_help"; then
1522
1522
  case $ac_init_help in
1523
 
     short | recursive ) echo "Configuration of gtkspell 2.0.13:";;
 
1523
     short | recursive ) echo "Configuration of gtkspell 2.0.15:";;
1524
1524
   esac
1525
1525
  cat <<\_ACEOF
1526
1526
 
1535
1535
  --enable-fast-install[=PKGS]
1536
1536
                          optimize for fast installation [default=yes]
1537
1537
  --disable-libtool-lock  avoid locking (might break parallel builds)
 
1538
  --disable-nls           do not use Native Language Support
1538
1539
 
1539
1540
Optional Packages:
1540
1541
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1571
1572
Use these variables to override the choices made by `configure' or to help
1572
1573
it to find libraries and programs with nonstandard names/locations.
1573
1574
 
1574
 
Report bugs to <nathan@silverorange.com>.
 
1575
Report bugs to <gtkspell-devel@lists.sourceforge.net>.
1575
1576
_ACEOF
1576
1577
ac_status=$?
1577
1578
fi
1632
1633
test -n "$ac_init_help" && exit $ac_status
1633
1634
if $ac_init_version; then
1634
1635
  cat <<\_ACEOF
1635
 
gtkspell configure 2.0.13
 
1636
gtkspell configure 2.0.15
1636
1637
generated by GNU Autoconf 2.61
1637
1638
 
1638
1639
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1646
1647
This file contains any messages produced by compilers while
1647
1648
running configure, to aid debugging if configure makes a mistake.
1648
1649
 
1649
 
It was created by gtkspell $as_me 2.0.13, which was
 
1650
It was created by gtkspell $as_me 2.0.15, which was
1650
1651
generated by GNU Autoconf 2.61.  Invocation command line was
1651
1652
 
1652
1653
  $ $0 $@
2337
2338
 
2338
2339
# Define the identity of the package.
2339
2340
 PACKAGE=gtkspell
2340
 
 VERSION=2.0.13
 
2341
 VERSION=2.0.15
2341
2342
 
2342
2343
 
2343
2344
cat >>confdefs.h <<_ACEOF
4764
4765
  ;;
4765
4766
*-*-irix6*)
4766
4767
  # Find out which ABI we are using.
4767
 
  echo '#line 4767 "configure"' > conftest.$ac_ext
 
4768
  echo '#line 4768 "configure"' > conftest.$ac_ext
4768
4769
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4769
4770
  (eval $ac_compile) 2>&5
4770
4771
  ac_status=$?
5545
5546
    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5546
5547
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5547
5548
    ( cat <<\_ASBOX
5548
 
## -------------------------------------- ##
5549
 
## Report this to nathan@silverorange.com ##
5550
 
## -------------------------------------- ##
 
5549
## --------------------------------------------------- ##
 
5550
## Report this to gtkspell-devel@lists.sourceforge.net ##
 
5551
## --------------------------------------------------- ##
5551
5552
_ASBOX
5552
5553
     ) | sed "s/^/$as_me: WARNING:     /" >&2
5553
5554
    ;;
7821
7822
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7822
7823
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7823
7824
   -e 's:$: $lt_compiler_flag:'`
7824
 
   (eval echo "\"\$as_me:7824: $lt_compile\"" >&5)
 
7825
   (eval echo "\"\$as_me:7825: $lt_compile\"" >&5)
7825
7826
   (eval "$lt_compile" 2>conftest.err)
7826
7827
   ac_status=$?
7827
7828
   cat conftest.err >&5
7828
 
   echo "$as_me:7828: \$? = $ac_status" >&5
 
7829
   echo "$as_me:7829: \$? = $ac_status" >&5
7829
7830
   if (exit $ac_status) && test -s "$ac_outfile"; then
7830
7831
     # The compiler can only warn and ignore the option if not recognized
7831
7832
     # So say no if there are warnings other than the usual output.
8111
8112
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8112
8113
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8113
8114
   -e 's:$: $lt_compiler_flag:'`
8114
 
   (eval echo "\"\$as_me:8114: $lt_compile\"" >&5)
 
8115
   (eval echo "\"\$as_me:8115: $lt_compile\"" >&5)
8115
8116
   (eval "$lt_compile" 2>conftest.err)
8116
8117
   ac_status=$?
8117
8118
   cat conftest.err >&5
8118
 
   echo "$as_me:8118: \$? = $ac_status" >&5
 
8119
   echo "$as_me:8119: \$? = $ac_status" >&5
8119
8120
   if (exit $ac_status) && test -s "$ac_outfile"; then
8120
8121
     # The compiler can only warn and ignore the option if not recognized
8121
8122
     # So say no if there are warnings other than the usual output.
8215
8216
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8216
8217
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8217
8218
   -e 's:$: $lt_compiler_flag:'`
8218
 
   (eval echo "\"\$as_me:8218: $lt_compile\"" >&5)
 
8219
   (eval echo "\"\$as_me:8219: $lt_compile\"" >&5)
8219
8220
   (eval "$lt_compile" 2>out/conftest.err)
8220
8221
   ac_status=$?
8221
8222
   cat out/conftest.err >&5
8222
 
   echo "$as_me:8222: \$? = $ac_status" >&5
 
8223
   echo "$as_me:8223: \$? = $ac_status" >&5
8223
8224
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8224
8225
   then
8225
8226
     # The compiler can only warn and ignore the option if not recognized
10592
10593
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10593
10594
  lt_status=$lt_dlunknown
10594
10595
  cat > conftest.$ac_ext <<EOF
10595
 
#line 10595 "configure"
 
10596
#line 10596 "configure"
10596
10597
#include "confdefs.h"
10597
10598
 
10598
10599
#if HAVE_DLFCN_H
10692
10693
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10693
10694
  lt_status=$lt_dlunknown
10694
10695
  cat > conftest.$ac_ext <<EOF
10695
 
#line 10695 "configure"
 
10696
#line 10696 "configure"
10696
10697
#include "confdefs.h"
10697
10698
 
10698
10699
#if HAVE_DLFCN_H
13093
13094
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13094
13095
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13095
13096
   -e 's:$: $lt_compiler_flag:'`
13096
 
   (eval echo "\"\$as_me:13096: $lt_compile\"" >&5)
 
13097
   (eval echo "\"\$as_me:13097: $lt_compile\"" >&5)
13097
13098
   (eval "$lt_compile" 2>conftest.err)
13098
13099
   ac_status=$?
13099
13100
   cat conftest.err >&5
13100
 
   echo "$as_me:13100: \$? = $ac_status" >&5
 
13101
   echo "$as_me:13101: \$? = $ac_status" >&5
13101
13102
   if (exit $ac_status) && test -s "$ac_outfile"; then
13102
13103
     # The compiler can only warn and ignore the option if not recognized
13103
13104
     # So say no if there are warnings other than the usual output.
13197
13198
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13198
13199
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13199
13200
   -e 's:$: $lt_compiler_flag:'`
13200
 
   (eval echo "\"\$as_me:13200: $lt_compile\"" >&5)
 
13201
   (eval echo "\"\$as_me:13201: $lt_compile\"" >&5)
13201
13202
   (eval "$lt_compile" 2>out/conftest.err)
13202
13203
   ac_status=$?
13203
13204
   cat out/conftest.err >&5
13204
 
   echo "$as_me:13204: \$? = $ac_status" >&5
 
13205
   echo "$as_me:13205: \$? = $ac_status" >&5
13205
13206
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
13206
13207
   then
13207
13208
     # The compiler can only warn and ignore the option if not recognized
14795
14796
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14796
14797
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14797
14798
   -e 's:$: $lt_compiler_flag:'`
14798
 
   (eval echo "\"\$as_me:14798: $lt_compile\"" >&5)
 
14799
   (eval echo "\"\$as_me:14799: $lt_compile\"" >&5)
14799
14800
   (eval "$lt_compile" 2>conftest.err)
14800
14801
   ac_status=$?
14801
14802
   cat conftest.err >&5
14802
 
   echo "$as_me:14802: \$? = $ac_status" >&5
 
14803
   echo "$as_me:14803: \$? = $ac_status" >&5
14803
14804
   if (exit $ac_status) && test -s "$ac_outfile"; then
14804
14805
     # The compiler can only warn and ignore the option if not recognized
14805
14806
     # So say no if there are warnings other than the usual output.
14899
14900
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14900
14901
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14901
14902
   -e 's:$: $lt_compiler_flag:'`
14902
 
   (eval echo "\"\$as_me:14902: $lt_compile\"" >&5)
 
14903
   (eval echo "\"\$as_me:14903: $lt_compile\"" >&5)
14903
14904
   (eval "$lt_compile" 2>out/conftest.err)
14904
14905
   ac_status=$?
14905
14906
   cat out/conftest.err >&5
14906
 
   echo "$as_me:14906: \$? = $ac_status" >&5
 
14907
   echo "$as_me:14907: \$? = $ac_status" >&5
14907
14908
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
14908
14909
   then
14909
14910
     # The compiler can only warn and ignore the option if not recognized
17119
17120
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17120
17121
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17121
17122
   -e 's:$: $lt_compiler_flag:'`
17122
 
   (eval echo "\"\$as_me:17122: $lt_compile\"" >&5)
 
17123
   (eval echo "\"\$as_me:17123: $lt_compile\"" >&5)
17123
17124
   (eval "$lt_compile" 2>conftest.err)
17124
17125
   ac_status=$?
17125
17126
   cat conftest.err >&5
17126
 
   echo "$as_me:17126: \$? = $ac_status" >&5
 
17127
   echo "$as_me:17127: \$? = $ac_status" >&5
17127
17128
   if (exit $ac_status) && test -s "$ac_outfile"; then
17128
17129
     # The compiler can only warn and ignore the option if not recognized
17129
17130
     # So say no if there are warnings other than the usual output.
17409
17410
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17410
17411
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17411
17412
   -e 's:$: $lt_compiler_flag:'`
17412
 
   (eval echo "\"\$as_me:17412: $lt_compile\"" >&5)
 
17413
   (eval echo "\"\$as_me:17413: $lt_compile\"" >&5)
17413
17414
   (eval "$lt_compile" 2>conftest.err)
17414
17415
   ac_status=$?
17415
17416
   cat conftest.err >&5
17416
 
   echo "$as_me:17416: \$? = $ac_status" >&5
 
17417
   echo "$as_me:17417: \$? = $ac_status" >&5
17417
17418
   if (exit $ac_status) && test -s "$ac_outfile"; then
17418
17419
     # The compiler can only warn and ignore the option if not recognized
17419
17420
     # So say no if there are warnings other than the usual output.
17513
17514
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17514
17515
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17515
17516
   -e 's:$: $lt_compiler_flag:'`
17516
 
   (eval echo "\"\$as_me:17516: $lt_compile\"" >&5)
 
17517
   (eval echo "\"\$as_me:17517: $lt_compile\"" >&5)
17517
17518
   (eval "$lt_compile" 2>out/conftest.err)
17518
17519
   ac_status=$?
17519
17520
   cat out/conftest.err >&5
17520
 
   echo "$as_me:17520: \$? = $ac_status" >&5
 
17521
   echo "$as_me:17521: \$? = $ac_status" >&5
17521
17522
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
17522
17523
   then
17523
17524
     # The compiler can only warn and ignore the option if not recognized
20312
20313
 
20313
20314
 
20314
20315
# gettext
20315
 
ALL_LINGUAS="be cs de el eo es eu fi fr ga gl hu hy it ja ky lt mn nb nl pl pt_BR rm ro ru rw sk sl sr sv tr uk vi wa zh_CN zh_HK zh_TW"
 
20316
ALL_LINGUAS="be cs da de el eo es eu fi fr ga gl hu hy id it ja ky lt mn nb nl pl pt_BR rm ro ru rw sk sl sr sv tr uk vi wa zh_CN zh_HK zh_TW"
20316
20317
 
20317
20318
 
20318
20319
for ac_header in locale.h
20431
20432
    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20432
20433
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20433
20434
    ( cat <<\_ASBOX
20434
 
## -------------------------------------- ##
20435
 
## Report this to nathan@silverorange.com ##
20436
 
## -------------------------------------- ##
 
20435
## --------------------------------------------------- ##
 
20436
## Report this to gtkspell-devel@lists.sourceforge.net ##
 
20437
## --------------------------------------------------- ##
20437
20438
_ASBOX
20438
20439
     ) | sed "s/^/$as_me: WARNING:     /" >&2
20439
20440
    ;;
20640
20641
    { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
20641
20642
echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
20642
20643
    ( cat <<\_ASBOX
20643
 
## -------------------------------------- ##
20644
 
## Report this to nathan@silverorange.com ##
20645
 
## -------------------------------------- ##
 
20644
## --------------------------------------------------- ##
 
20645
## Report this to gtkspell-devel@lists.sourceforge.net ##
 
20646
## --------------------------------------------------- ##
20646
20647
_ASBOX
20647
20648
     ) | sed "s/^/$as_me: WARNING:     /" >&2
20648
20649
    ;;
21847
21848
_ACEOF
21848
21849
 
21849
21850
 
 
21851
  { echo "$as_me:$LINENO: checking whether NLS is requested" >&5
 
21852
echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; }
 
21853
    # Check whether --enable-nls was given.
 
21854
if test "${enable_nls+set}" = set; then
 
21855
  enableval=$enable_nls; USE_NLS=$enableval
 
21856
else
 
21857
  USE_NLS=yes
 
21858
fi
 
21859
 
 
21860
  { echo "$as_me:$LINENO: result: $USE_NLS" >&5
 
21861
echo "${ECHO_T}$USE_NLS" >&6; }
 
21862
 
 
21863
 
 
21864
 
 
21865
 
21850
21866
case "$am__api_version" in
21851
21867
    1.01234)
21852
21868
        { { echo "$as_me:$LINENO: error: Automake 1.5 or newer is required to use intltool" >&5
21862
21878
echo $ECHO_N "checking for intltool >= 0.35.0... $ECHO_C" >&6; }
21863
21879
 
21864
21880
    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.35.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
21865
 
    INTLTOOL_APPLIED_VERSION=`awk -F\" '/\\$VERSION / { print $ 2; }' ${ac_aux_dir}/intltool-update.in`
21866
 
    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`
 
21881
    INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
 
21882
    INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
21867
21883
 
21868
21884
    { echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found" >&5
21869
21885
echo "${ECHO_T}$INTLTOOL_APPLIED_VERSION found" >&6; }
21873
21889
   { (exit 1); exit 1; }; }
21874
21890
fi
21875
21891
 
 
21892
# Extract the first word of "intltool-update", so it can be a program name with args.
 
21893
set dummy intltool-update; ac_word=$2
 
21894
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
21895
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
21896
if test "${ac_cv_path_INTLTOOL_UPDATE+set}" = set; then
 
21897
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
21898
else
 
21899
  case $INTLTOOL_UPDATE in
 
21900
  [\\/]* | ?:[\\/]*)
 
21901
  ac_cv_path_INTLTOOL_UPDATE="$INTLTOOL_UPDATE" # Let the user override the test with a path.
 
21902
  ;;
 
21903
  *)
 
21904
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
21905
for as_dir in $PATH
 
21906
do
 
21907
  IFS=$as_save_IFS
 
21908
  test -z "$as_dir" && as_dir=.
 
21909
  for ac_exec_ext in '' $ac_executable_extensions; do
 
21910
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
21911
    ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext"
 
21912
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
21913
    break 2
 
21914
  fi
 
21915
done
 
21916
done
 
21917
IFS=$as_save_IFS
 
21918
 
 
21919
  ;;
 
21920
esac
 
21921
fi
 
21922
INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE
 
21923
if test -n "$INTLTOOL_UPDATE"; then
 
21924
  { echo "$as_me:$LINENO: result: $INTLTOOL_UPDATE" >&5
 
21925
echo "${ECHO_T}$INTLTOOL_UPDATE" >&6; }
 
21926
else
 
21927
  { echo "$as_me:$LINENO: result: no" >&5
 
21928
echo "${ECHO_T}no" >&6; }
 
21929
fi
 
21930
 
 
21931
 
 
21932
# Extract the first word of "intltool-merge", so it can be a program name with args.
 
21933
set dummy intltool-merge; ac_word=$2
 
21934
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
21935
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
21936
if test "${ac_cv_path_INTLTOOL_MERGE+set}" = set; then
 
21937
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
21938
else
 
21939
  case $INTLTOOL_MERGE in
 
21940
  [\\/]* | ?:[\\/]*)
 
21941
  ac_cv_path_INTLTOOL_MERGE="$INTLTOOL_MERGE" # Let the user override the test with a path.
 
21942
  ;;
 
21943
  *)
 
21944
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
21945
for as_dir in $PATH
 
21946
do
 
21947
  IFS=$as_save_IFS
 
21948
  test -z "$as_dir" && as_dir=.
 
21949
  for ac_exec_ext in '' $ac_executable_extensions; do
 
21950
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
21951
    ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext"
 
21952
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
21953
    break 2
 
21954
  fi
 
21955
done
 
21956
done
 
21957
IFS=$as_save_IFS
 
21958
 
 
21959
  ;;
 
21960
esac
 
21961
fi
 
21962
INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE
 
21963
if test -n "$INTLTOOL_MERGE"; then
 
21964
  { echo "$as_me:$LINENO: result: $INTLTOOL_MERGE" >&5
 
21965
echo "${ECHO_T}$INTLTOOL_MERGE" >&6; }
 
21966
else
 
21967
  { echo "$as_me:$LINENO: result: no" >&5
 
21968
echo "${ECHO_T}no" >&6; }
 
21969
fi
 
21970
 
 
21971
 
 
21972
# Extract the first word of "intltool-extract", so it can be a program name with args.
 
21973
set dummy intltool-extract; ac_word=$2
 
21974
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
21975
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
21976
if test "${ac_cv_path_INTLTOOL_EXTRACT+set}" = set; then
 
21977
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
21978
else
 
21979
  case $INTLTOOL_EXTRACT in
 
21980
  [\\/]* | ?:[\\/]*)
 
21981
  ac_cv_path_INTLTOOL_EXTRACT="$INTLTOOL_EXTRACT" # Let the user override the test with a path.
 
21982
  ;;
 
21983
  *)
 
21984
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
21985
for as_dir in $PATH
 
21986
do
 
21987
  IFS=$as_save_IFS
 
21988
  test -z "$as_dir" && as_dir=.
 
21989
  for ac_exec_ext in '' $ac_executable_extensions; do
 
21990
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
21991
    ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext"
 
21992
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
21993
    break 2
 
21994
  fi
 
21995
done
 
21996
done
 
21997
IFS=$as_save_IFS
 
21998
 
 
21999
  ;;
 
22000
esac
 
22001
fi
 
22002
INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT
 
22003
if test -n "$INTLTOOL_EXTRACT"; then
 
22004
  { echo "$as_me:$LINENO: result: $INTLTOOL_EXTRACT" >&5
 
22005
echo "${ECHO_T}$INTLTOOL_EXTRACT" >&6; }
 
22006
else
 
22007
  { echo "$as_me:$LINENO: result: no" >&5
 
22008
echo "${ECHO_T}no" >&6; }
 
22009
fi
 
22010
 
 
22011
 
 
22012
if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
 
22013
    { { echo "$as_me:$LINENO: error: The intltool scripts were not found. Please install intltool." >&5
 
22014
echo "$as_me: error: The intltool scripts were not found. Please install intltool." >&2;}
 
22015
   { (exit 1); exit 1; }; }
 
22016
fi
 
22017
 
21876
22018
  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 $< $@'
21877
22019
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 $< $@'
21878
22020
     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 $< $@'
22034
22176
fi
22035
22177
 
22036
22178
 
 
22179
# Extract the first word of "gmsgfmt", so it can be a program name with args.
 
22180
set dummy gmsgfmt; ac_word=$2
 
22181
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
22182
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
22183
if test "${ac_cv_path_GMSGFMT+set}" = set; then
 
22184
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
22185
else
 
22186
  case $GMSGFMT in
 
22187
  [\\/]* | ?:[\\/]*)
 
22188
  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
 
22189
  ;;
 
22190
  *)
 
22191
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
22192
for as_dir in $PATH
 
22193
do
 
22194
  IFS=$as_save_IFS
 
22195
  test -z "$as_dir" && as_dir=.
 
22196
  for ac_exec_ext in '' $ac_executable_extensions; do
 
22197
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
22198
    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
 
22199
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
22200
    break 2
 
22201
  fi
 
22202
done
 
22203
done
 
22204
IFS=$as_save_IFS
 
22205
 
 
22206
  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
 
22207
  ;;
 
22208
esac
 
22209
fi
 
22210
GMSGFMT=$ac_cv_path_GMSGFMT
 
22211
if test -n "$GMSGFMT"; then
 
22212
  { echo "$as_me:$LINENO: result: $GMSGFMT" >&5
 
22213
echo "${ECHO_T}$GMSGFMT" >&6; }
 
22214
else
 
22215
  { echo "$as_me:$LINENO: result: no" >&5
 
22216
echo "${ECHO_T}no" >&6; }
 
22217
fi
 
22218
 
 
22219
 
22037
22220
if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
22038
22221
    { { echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
22039
22222
echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
22048
22231
   { (exit 1); exit 1; }; }
22049
22232
fi
22050
22233
 
22051
 
# Use the tools built into the package, not the ones that are installed.
22052
 
INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
22053
 
 
22054
 
INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
22055
 
 
22056
 
INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
22057
 
 
22058
 
 
22059
22234
# Extract the first word of "perl", so it can be a program name with args.
22060
22235
set dummy perl; ac_word=$2
22061
22236
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
22268
22443
 
22269
22444
 
22270
22445
 
22271
 
ac_config_commands="$ac_config_commands intltool"
22272
 
 
22273
 
 
22274
 
 
22275
22446
 
22276
22447
 
22277
22448
 
22710
22881
# report actual input values of CONFIG_FILES etc. instead of their
22711
22882
# values after options handling.
22712
22883
ac_log="
22713
 
This file was extended by gtkspell $as_me 2.0.13, which was
 
22884
This file was extended by gtkspell $as_me 2.0.15, which was
22714
22885
generated by GNU Autoconf 2.61.  Invocation command line was
22715
22886
 
22716
22887
  CONFIG_FILES    = $CONFIG_FILES
22763
22934
_ACEOF
22764
22935
cat >>$CONFIG_STATUS <<_ACEOF
22765
22936
ac_cs_version="\\
22766
 
gtkspell config.status 2.0.13
 
22937
gtkspell config.status 2.0.15
22767
22938
configured by $0, generated by GNU Autoconf 2.61,
22768
22939
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
22769
22940
 
22869
23040
#
22870
23041
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
22871
23042
 
22872
 
INTLTOOL_PERL='${INTLTOOL_PERL}' ac_aux_dir='${ac_aux_dir}'
22873
 
prefix="$prefix" exec_prefix="$exec_prefix" INTLTOOL_LIBDIR="$libdir"
22874
 
INTLTOOL_EXTRACT='${INTLTOOL_EXTRACT}'
22875
23043
 
22876
23044
_ACEOF
22877
23045
 
22884
23052
    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
22885
23053
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
22886
23054
    "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
22887
 
    "intltool") CONFIG_COMMANDS="$CONFIG_COMMANDS intltool" ;;
22888
23055
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
22889
23056
    "gtkspell/Makefile") CONFIG_FILES="$CONFIG_FILES gtkspell/Makefile" ;;
22890
23057
    "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
23127
23294
POSUB!$POSUB$ac_delim
23128
23295
MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim
23129
23296
GETTEXT_PACKAGE!$GETTEXT_PACKAGE$ac_delim
 
23297
INTLTOOL_UPDATE!$INTLTOOL_UPDATE$ac_delim
 
23298
INTLTOOL_MERGE!$INTLTOOL_MERGE$ac_delim
 
23299
INTLTOOL_EXTRACT!$INTLTOOL_EXTRACT$ac_delim
23130
23300
INTLTOOL_DESKTOP_RULE!$INTLTOOL_DESKTOP_RULE$ac_delim
23131
23301
INTLTOOL_DIRECTORY_RULE!$INTLTOOL_DIRECTORY_RULE$ac_delim
23132
23302
INTLTOOL_KEYS_RULE!$INTLTOOL_KEYS_RULE$ac_delim
23147
23317
INTLTOOL_SERVICE_RULE!$INTLTOOL_SERVICE_RULE$ac_delim
23148
23318
INTLTOOL_POLICY_RULE!$INTLTOOL_POLICY_RULE$ac_delim
23149
23319
MSGMERGE!$MSGMERGE$ac_delim
23150
 
INTLTOOL_EXTRACT!$INTLTOOL_EXTRACT$ac_delim
23151
 
INTLTOOL_MERGE!$INTLTOOL_MERGE$ac_delim
23152
 
INTLTOOL_UPDATE!$INTLTOOL_UPDATE$ac_delim
23153
23320
INTLTOOL_PERL!$INTLTOOL_PERL$ac_delim
23154
23321
ALL_LINGUAS!$ALL_LINGUAS$ac_delim
23155
23322
LIBOBJS!$LIBOBJS$ac_delim
23726
23893
    "default-1":C) case "$CONFIG_FILES" in *po/Makefile.in*)
23727
23894
        sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
23728
23895
      esac ;;
23729
 
    "intltool":C)
23730
 
 
23731
 
for file in intltool-extract intltool-merge intltool-update; do
23732
 
  sed -e "s|@INTLTOOL_EXTRACT@|`pwd`/intltool-extract|g" \
23733
 
      -e "s|@INTLTOOL_LIBDIR@|${INTLTOOL_LIBDIR}|g" \
23734
 
      -e "s|@INTLTOOL_PERL@|${INTLTOOL_PERL}|g" \
23735
 
        < ${ac_aux_dir}/${file}.in > ${file}.out
23736
 
  if cmp -s ${file} ${file}.out 2>/dev/null; then
23737
 
    rm -f ${file}.out
23738
 
  else
23739
 
    mv -f ${file}.out ${file}
23740
 
  fi
23741
 
  chmod ugo+x ${file}
23742
 
  chmod u+w ${file}
23743
 
done
23744
 
 
23745
 
 ;;
23746
23896
    "po/stamp-it":C)
 
23897
    if  ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" ; then
 
23898
       { { echo "$as_me:$LINENO: error: po/Makefile.in.in was not created by intltoolize." >&5
 
23899
echo "$as_me: error: po/Makefile.in.in was not created by intltoolize." >&2;}
 
23900
   { (exit 1); exit 1; }; }
 
23901
    fi
23747
23902
    rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
23748
23903
    >"po/stamp-it.tmp"
23749
23904
    sed '/^#/d
23752
23907
        '"s|^|  $ac_top_srcdir/|" \
23753
23908
      "$srcdir/po/POTFILES.in" | sed '$!s/$/ \\/' >"po/POTFILES"
23754
23909
 
23755
 
    if test ! -f "po/Makefile"; then
23756
 
      { { echo "$as_me:$LINENO: error: po/Makefile is not ready." >&5
23757
 
echo "$as_me: error: po/Makefile is not ready." >&2;}
23758
 
   { (exit 1); exit 1; }; }
23759
 
    fi
23760
 
    mv "po/Makefile" "po/Makefile.tmp"
23761
23910
    sed '/^POTFILES =/,/[^\\]$/ {
23762
23911
                /^POTFILES =/!d
23763
23912
                r po/POTFILES
23764
23913
          }
23765
 
         ' "po/Makefile.tmp" >"po/Makefile"
 
23914
         ' "po/Makefile.in" >"po/Makefile"
23766
23915
    rm -f "po/Makefile.tmp"
23767
23916
    mv "po/stamp-it.tmp" "po/stamp-it"
23768
23917
   ;;