~ubuntu-branches/ubuntu/hardy/deskbar-applet/hardy-updates

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Fernando Ribeiro
  • Date: 2007-06-04 15:20:35 UTC
  • mfrom: (1.1.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20070604152035-35cutb9tdqp17won
Tags: 2.19.3-0ubuntu1
* New Upstream Release
  - Fixed watch file

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 deskbar-applet 2.18.1.
 
3
# Generated by GNU Autoconf 2.61 for deskbar-applet 2.19.3.
4
4
#
5
 
# Report bugs to <mikkel.kamstrup@gmail.com>.
 
5
# Report bugs to <rslinckx@gnome.org>.
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='deskbar-applet'
730
730
PACKAGE_TARNAME='deskbar-applet'
731
 
PACKAGE_VERSION='2.18.1'
732
 
PACKAGE_STRING='deskbar-applet 2.18.1'
733
 
PACKAGE_BUGREPORT='mikkel.kamstrup@gmail.com'
 
731
PACKAGE_VERSION='2.19.3'
 
732
PACKAGE_STRING='deskbar-applet 2.19.3'
 
733
PACKAGE_BUGREPORT='rslinckx@gnome.org'
734
734
 
735
735
ac_unique_file="deskbar/__init__.py"
736
736
# Factoring default headers for most tests.
901
901
INTLTOOL_MSGMERGE
902
902
INTLTOOL_XGETTEXT
903
903
ALL_LINGUAS
 
904
DATADIRNAME
904
905
GETTEXT_PACKAGE
905
906
USE_NLS
906
907
MSGFMT
909
910
XGETTEXT
910
911
CATALOGS
911
912
CATOBJEXT
912
 
DATADIRNAME
913
913
GMOFILES
914
914
INSTOBJEXT
915
915
INTLLIBS
919
919
POSUB
920
920
MKINSTALLDIRS
921
921
PKG_CONFIG
922
 
GDU_MODULE_VERSION_CHECK_CFLAGS
923
 
GDU_MODULE_VERSION_CHECK_LIBS
924
922
HELP_DIR
925
923
OMF_DIR
926
924
DOC_USER_FORMATS
927
925
ENABLE_SK_TRUE
928
926
ENABLE_SK_FALSE
 
927
HAVE_GNOME_DOC_UTILS_TRUE
 
928
HAVE_GNOME_DOC_UTILS_FALSE
929
929
GCONFTOOL
930
930
GCONF_SCHEMA_CONFIG_SOURCE
931
931
GCONF_SCHEMA_FILE_DIR
972
972
F77
973
973
FFLAGS
974
974
PKG_CONFIG
975
 
GDU_MODULE_VERSION_CHECK_CFLAGS
976
 
GDU_MODULE_VERSION_CHECK_LIBS
977
975
DESKBAR_CFLAGS
978
976
DESKBAR_LIBS
979
977
EVOLUTION_CFLAGS
1480
1478
  # Omit some internal or obsolete options to make the list less imposing.
1481
1479
  # This message is too long to be a string in the A/UX 3.1 sh.
1482
1480
  cat <<_ACEOF
1483
 
\`configure' configures deskbar-applet 2.18.1 to adapt to many kinds of systems.
 
1481
\`configure' configures deskbar-applet 2.19.3 to adapt to many kinds of systems.
1484
1482
 
1485
1483
Usage: $0 [OPTION]... [VAR=VALUE]...
1486
1484
 
1550
1548
 
1551
1549
if test -n "$ac_init_help"; then
1552
1550
  case $ac_init_help in
1553
 
     short | recursive ) echo "Configuration of deskbar-applet 2.18.1:";;
 
1551
     short | recursive ) echo "Configuration of deskbar-applet 2.19.3:";;
1554
1552
   esac
1555
1553
  cat <<\_ACEOF
1556
1554
 
1599
1597
  F77         Fortran 77 compiler command
1600
1598
  FFLAGS      Fortran 77 compiler flags
1601
1599
  PKG_CONFIG  path to pkg-config utility
1602
 
  GDU_MODULE_VERSION_CHECK_CFLAGS
1603
 
              C compiler flags for GDU_MODULE_VERSION_CHECK, overriding
1604
 
              pkg-config
1605
 
  GDU_MODULE_VERSION_CHECK_LIBS
1606
 
              linker flags for GDU_MODULE_VERSION_CHECK, overriding pkg-config
1607
1600
  DESKBAR_CFLAGS
1608
1601
              C compiler flags for DESKBAR, overriding pkg-config
1609
1602
  DESKBAR_LIBS
1616
1609
Use these variables to override the choices made by `configure' or to help
1617
1610
it to find libraries and programs with nonstandard names/locations.
1618
1611
 
1619
 
Report bugs to <mikkel.kamstrup@gmail.com>.
 
1612
Report bugs to <rslinckx@gnome.org>.
1620
1613
_ACEOF
1621
1614
ac_status=$?
1622
1615
fi
1677
1670
test -n "$ac_init_help" && exit $ac_status
1678
1671
if $ac_init_version; then
1679
1672
  cat <<\_ACEOF
1680
 
deskbar-applet configure 2.18.1
 
1673
deskbar-applet configure 2.19.3
1681
1674
generated by GNU Autoconf 2.61
1682
1675
 
1683
1676
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1691
1684
This file contains any messages produced by compilers while
1692
1685
running configure, to aid debugging if configure makes a mistake.
1693
1686
 
1694
 
It was created by deskbar-applet $as_me 2.18.1, which was
 
1687
It was created by deskbar-applet $as_me 2.19.3, which was
1695
1688
generated by GNU Autoconf 2.61.  Invocation command line was
1696
1689
 
1697
1690
  $ $0 $@
2366
2359
 
2367
2360
# Define the identity of the package.
2368
2361
 PACKAGE='deskbar-applet'
2369
 
 VERSION='2.18.1'
 
2362
 VERSION='2.19.3'
2370
2363
 
2371
2364
 
2372
2365
cat >>confdefs.h <<_ACEOF
4437
4430
  ;;
4438
4431
*-*-irix6*)
4439
4432
  # Find out which ABI we are using.
4440
 
  echo '#line 4440 "configure"' > conftest.$ac_ext
 
4433
  echo '#line 4433 "configure"' > conftest.$ac_ext
4441
4434
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4442
4435
  (eval $ac_compile) 2>&5
4443
4436
  ac_status=$?
5207
5200
    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5208
5201
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5209
5202
    ( cat <<\_ASBOX
5210
 
## ---------------------------------------- ##
5211
 
## Report this to mikkel.kamstrup@gmail.com ##
5212
 
## ---------------------------------------- ##
 
5203
## --------------------------------- ##
 
5204
## Report this to rslinckx@gnome.org ##
 
5205
## --------------------------------- ##
5213
5206
_ASBOX
5214
5207
     ) | sed "s/^/$as_me: WARNING:     /" >&2
5215
5208
    ;;
7169
7162
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7170
7163
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7171
7164
   -e 's:$: $lt_compiler_flag:'`
7172
 
   (eval echo "\"\$as_me:7172: $lt_compile\"" >&5)
 
7165
   (eval echo "\"\$as_me:7165: $lt_compile\"" >&5)
7173
7166
   (eval "$lt_compile" 2>conftest.err)
7174
7167
   ac_status=$?
7175
7168
   cat conftest.err >&5
7176
 
   echo "$as_me:7176: \$? = $ac_status" >&5
 
7169
   echo "$as_me:7169: \$? = $ac_status" >&5
7177
7170
   if (exit $ac_status) && test -s "$ac_outfile"; then
7178
7171
     # The compiler can only warn and ignore the option if not recognized
7179
7172
     # So say no if there are warnings other than the usual output.
7437
7430
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7438
7431
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7439
7432
   -e 's:$: $lt_compiler_flag:'`
7440
 
   (eval echo "\"\$as_me:7440: $lt_compile\"" >&5)
 
7433
   (eval echo "\"\$as_me:7433: $lt_compile\"" >&5)
7441
7434
   (eval "$lt_compile" 2>conftest.err)
7442
7435
   ac_status=$?
7443
7436
   cat conftest.err >&5
7444
 
   echo "$as_me:7444: \$? = $ac_status" >&5
 
7437
   echo "$as_me:7437: \$? = $ac_status" >&5
7445
7438
   if (exit $ac_status) && test -s "$ac_outfile"; then
7446
7439
     # The compiler can only warn and ignore the option if not recognized
7447
7440
     # So say no if there are warnings other than the usual output.
7541
7534
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7542
7535
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7543
7536
   -e 's:$: $lt_compiler_flag:'`
7544
 
   (eval echo "\"\$as_me:7544: $lt_compile\"" >&5)
 
7537
   (eval echo "\"\$as_me:7537: $lt_compile\"" >&5)
7545
7538
   (eval "$lt_compile" 2>out/conftest.err)
7546
7539
   ac_status=$?
7547
7540
   cat out/conftest.err >&5
7548
 
   echo "$as_me:7548: \$? = $ac_status" >&5
 
7541
   echo "$as_me:7541: \$? = $ac_status" >&5
7549
7542
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
7550
7543
   then
7551
7544
     # The compiler can only warn and ignore the option if not recognized
9838
9831
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9839
9832
  lt_status=$lt_dlunknown
9840
9833
  cat > conftest.$ac_ext <<EOF
9841
 
#line 9841 "configure"
 
9834
#line 9834 "configure"
9842
9835
#include "confdefs.h"
9843
9836
 
9844
9837
#if HAVE_DLFCN_H
9938
9931
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9939
9932
  lt_status=$lt_dlunknown
9940
9933
  cat > conftest.$ac_ext <<EOF
9941
 
#line 9941 "configure"
 
9934
#line 9934 "configure"
9942
9935
#include "confdefs.h"
9943
9936
 
9944
9937
#if HAVE_DLFCN_H
12274
12267
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12275
12268
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12276
12269
   -e 's:$: $lt_compiler_flag:'`
12277
 
   (eval echo "\"\$as_me:12277: $lt_compile\"" >&5)
 
12270
   (eval echo "\"\$as_me:12270: $lt_compile\"" >&5)
12278
12271
   (eval "$lt_compile" 2>conftest.err)
12279
12272
   ac_status=$?
12280
12273
   cat conftest.err >&5
12281
 
   echo "$as_me:12281: \$? = $ac_status" >&5
 
12274
   echo "$as_me:12274: \$? = $ac_status" >&5
12282
12275
   if (exit $ac_status) && test -s "$ac_outfile"; then
12283
12276
     # The compiler can only warn and ignore the option if not recognized
12284
12277
     # So say no if there are warnings other than the usual output.
12378
12371
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12379
12372
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12380
12373
   -e 's:$: $lt_compiler_flag:'`
12381
 
   (eval echo "\"\$as_me:12381: $lt_compile\"" >&5)
 
12374
   (eval echo "\"\$as_me:12374: $lt_compile\"" >&5)
12382
12375
   (eval "$lt_compile" 2>out/conftest.err)
12383
12376
   ac_status=$?
12384
12377
   cat out/conftest.err >&5
12385
 
   echo "$as_me:12385: \$? = $ac_status" >&5
 
12378
   echo "$as_me:12378: \$? = $ac_status" >&5
12386
12379
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
12387
12380
   then
12388
12381
     # The compiler can only warn and ignore the option if not recognized
13939
13932
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13940
13933
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13941
13934
   -e 's:$: $lt_compiler_flag:'`
13942
 
   (eval echo "\"\$as_me:13942: $lt_compile\"" >&5)
 
13935
   (eval echo "\"\$as_me:13935: $lt_compile\"" >&5)
13943
13936
   (eval "$lt_compile" 2>conftest.err)
13944
13937
   ac_status=$?
13945
13938
   cat conftest.err >&5
13946
 
   echo "$as_me:13946: \$? = $ac_status" >&5
 
13939
   echo "$as_me:13939: \$? = $ac_status" >&5
13947
13940
   if (exit $ac_status) && test -s "$ac_outfile"; then
13948
13941
     # The compiler can only warn and ignore the option if not recognized
13949
13942
     # So say no if there are warnings other than the usual output.
14043
14036
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14044
14037
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14045
14038
   -e 's:$: $lt_compiler_flag:'`
14046
 
   (eval echo "\"\$as_me:14046: $lt_compile\"" >&5)
 
14039
   (eval echo "\"\$as_me:14039: $lt_compile\"" >&5)
14047
14040
   (eval "$lt_compile" 2>out/conftest.err)
14048
14041
   ac_status=$?
14049
14042
   cat out/conftest.err >&5
14050
 
   echo "$as_me:14050: \$? = $ac_status" >&5
 
14043
   echo "$as_me:14043: \$? = $ac_status" >&5
14051
14044
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
14052
14045
   then
14053
14046
     # The compiler can only warn and ignore the option if not recognized
16230
16223
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16231
16224
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16232
16225
   -e 's:$: $lt_compiler_flag:'`
16233
 
   (eval echo "\"\$as_me:16233: $lt_compile\"" >&5)
 
16226
   (eval echo "\"\$as_me:16226: $lt_compile\"" >&5)
16234
16227
   (eval "$lt_compile" 2>conftest.err)
16235
16228
   ac_status=$?
16236
16229
   cat conftest.err >&5
16237
 
   echo "$as_me:16237: \$? = $ac_status" >&5
 
16230
   echo "$as_me:16230: \$? = $ac_status" >&5
16238
16231
   if (exit $ac_status) && test -s "$ac_outfile"; then
16239
16232
     # The compiler can only warn and ignore the option if not recognized
16240
16233
     # So say no if there are warnings other than the usual output.
16498
16491
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16499
16492
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16500
16493
   -e 's:$: $lt_compiler_flag:'`
16501
 
   (eval echo "\"\$as_me:16501: $lt_compile\"" >&5)
 
16494
   (eval echo "\"\$as_me:16494: $lt_compile\"" >&5)
16502
16495
   (eval "$lt_compile" 2>conftest.err)
16503
16496
   ac_status=$?
16504
16497
   cat conftest.err >&5
16505
 
   echo "$as_me:16505: \$? = $ac_status" >&5
 
16498
   echo "$as_me:16498: \$? = $ac_status" >&5
16506
16499
   if (exit $ac_status) && test -s "$ac_outfile"; then
16507
16500
     # The compiler can only warn and ignore the option if not recognized
16508
16501
     # So say no if there are warnings other than the usual output.
16602
16595
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16603
16596
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16604
16597
   -e 's:$: $lt_compiler_flag:'`
16605
 
   (eval echo "\"\$as_me:16605: $lt_compile\"" >&5)
 
16598
   (eval echo "\"\$as_me:16598: $lt_compile\"" >&5)
16606
16599
   (eval "$lt_compile" 2>out/conftest.err)
16607
16600
   ac_status=$?
16608
16601
   cat out/conftest.err >&5
16609
 
   echo "$as_me:16609: \$? = $ac_status" >&5
 
16602
   echo "$as_me:16602: \$? = $ac_status" >&5
16610
16603
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
16611
16604
   then
16612
16605
     # The compiler can only warn and ignore the option if not recognized
20391
20384
# Substitute ALL_LINGUAS so we can use it in po/Makefile
20392
20385
 
20393
20386
 
 
20387
# Set DATADIRNAME correctly if it is not set yet
 
20388
# (copied from glib-gettext.m4)
 
20389
if test -z "$DATADIRNAME"; then
 
20390
  cat >conftest.$ac_ext <<_ACEOF
 
20391
/* confdefs.h.  */
 
20392
_ACEOF
 
20393
cat confdefs.h >>conftest.$ac_ext
 
20394
cat >>conftest.$ac_ext <<_ACEOF
 
20395
/* end confdefs.h.  */
 
20396
 
 
20397
int
 
20398
main ()
 
20399
{
 
20400
extern int _nl_msg_cat_cntr;
 
20401
                 return _nl_msg_cat_cntr
 
20402
  ;
 
20403
  return 0;
 
20404
}
 
20405
_ACEOF
 
20406
rm -f conftest.$ac_objext conftest$ac_exeext
 
20407
if { (ac_try="$ac_link"
 
20408
case "(($ac_try" in
 
20409
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
20410
  *) ac_try_echo=$ac_try;;
 
20411
esac
 
20412
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
20413
  (eval "$ac_link") 2>conftest.er1
 
20414
  ac_status=$?
 
20415
  grep -v '^ *+' conftest.er1 >conftest.err
 
20416
  rm -f conftest.er1
 
20417
  cat conftest.err >&5
 
20418
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
20419
  (exit $ac_status); } && {
 
20420
         test -z "$ac_c_werror_flag" ||
 
20421
         test ! -s conftest.err
 
20422
       } && test -s conftest$ac_exeext &&
 
20423
       $as_test_x conftest$ac_exeext; then
 
20424
  DATADIRNAME=share
 
20425
else
 
20426
  echo "$as_me: failed program was:" >&5
 
20427
sed 's/^/| /' conftest.$ac_ext >&5
 
20428
 
 
20429
        case $host in
 
20430
    *-*-solaris*)
 
20431
                        { echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
 
20432
echo $ECHO_N "checking for bind_textdomain_codeset... $ECHO_C" >&6; }
 
20433
if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
 
20434
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
20435
else
 
20436
  cat >conftest.$ac_ext <<_ACEOF
 
20437
/* confdefs.h.  */
 
20438
_ACEOF
 
20439
cat confdefs.h >>conftest.$ac_ext
 
20440
cat >>conftest.$ac_ext <<_ACEOF
 
20441
/* end confdefs.h.  */
 
20442
/* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
 
20443
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
20444
#define bind_textdomain_codeset innocuous_bind_textdomain_codeset
 
20445
 
 
20446
/* System header to define __stub macros and hopefully few prototypes,
 
20447
    which can conflict with char bind_textdomain_codeset (); below.
 
20448
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
20449
    <limits.h> exists even on freestanding compilers.  */
 
20450
 
 
20451
#ifdef __STDC__
 
20452
# include <limits.h>
 
20453
#else
 
20454
# include <assert.h>
 
20455
#endif
 
20456
 
 
20457
#undef bind_textdomain_codeset
 
20458
 
 
20459
/* Override any GCC internal prototype to avoid an error.
 
20460
   Use char because int might match the return type of a GCC
 
20461
   builtin and then its argument prototype would still apply.  */
 
20462
#ifdef __cplusplus
 
20463
extern "C"
 
20464
#endif
 
20465
char bind_textdomain_codeset ();
 
20466
/* The GNU C library defines this for functions which it implements
 
20467
    to always fail with ENOSYS.  Some functions are actually named
 
20468
    something starting with __ and the normal name is an alias.  */
 
20469
#if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
 
20470
choke me
 
20471
#endif
 
20472
 
 
20473
int
 
20474
main ()
 
20475
{
 
20476
return bind_textdomain_codeset ();
 
20477
  ;
 
20478
  return 0;
 
20479
}
 
20480
_ACEOF
 
20481
rm -f conftest.$ac_objext conftest$ac_exeext
 
20482
if { (ac_try="$ac_link"
 
20483
case "(($ac_try" in
 
20484
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
20485
  *) ac_try_echo=$ac_try;;
 
20486
esac
 
20487
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
20488
  (eval "$ac_link") 2>conftest.er1
 
20489
  ac_status=$?
 
20490
  grep -v '^ *+' conftest.er1 >conftest.err
 
20491
  rm -f conftest.er1
 
20492
  cat conftest.err >&5
 
20493
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
20494
  (exit $ac_status); } && {
 
20495
         test -z "$ac_c_werror_flag" ||
 
20496
         test ! -s conftest.err
 
20497
       } && test -s conftest$ac_exeext &&
 
20498
       $as_test_x conftest$ac_exeext; then
 
20499
  ac_cv_func_bind_textdomain_codeset=yes
 
20500
else
 
20501
  echo "$as_me: failed program was:" >&5
 
20502
sed 's/^/| /' conftest.$ac_ext >&5
 
20503
 
 
20504
        ac_cv_func_bind_textdomain_codeset=no
 
20505
fi
 
20506
 
 
20507
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
20508
      conftest$ac_exeext conftest.$ac_ext
 
20509
fi
 
20510
{ echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
 
20511
echo "${ECHO_T}$ac_cv_func_bind_textdomain_codeset" >&6; }
 
20512
if test $ac_cv_func_bind_textdomain_codeset = yes; then
 
20513
  DATADIRNAME=share
 
20514
else
 
20515
  DATADIRNAME=lib
 
20516
fi
 
20517
 
 
20518
    ;;
 
20519
    *)
 
20520
    DATADIRNAME=lib
 
20521
    ;;
 
20522
    esac
 
20523
fi
 
20524
 
 
20525
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
20526
      conftest$ac_exeext conftest.$ac_ext
 
20527
fi
 
20528
 
 
20529
 
20394
20530
 
20395
20531
 
20396
20532
 
20522
20658
    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20523
20659
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20524
20660
    ( cat <<\_ASBOX
20525
 
## ---------------------------------------- ##
20526
 
## Report this to mikkel.kamstrup@gmail.com ##
20527
 
## ---------------------------------------- ##
 
20661
## --------------------------------- ##
 
20662
## Report this to rslinckx@gnome.org ##
 
20663
## --------------------------------- ##
20528
20664
_ASBOX
20529
20665
     ) | sed "s/^/$as_me: WARNING:     /" >&2
20530
20666
    ;;
20731
20867
    { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
20732
20868
echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
20733
20869
    ( cat <<\_ASBOX
20734
 
## ---------------------------------------- ##
20735
 
## Report this to mikkel.kamstrup@gmail.com ##
20736
 
## ---------------------------------------- ##
 
20870
## --------------------------------- ##
 
20871
## Report this to rslinckx@gnome.org ##
 
20872
## --------------------------------- ##
20737
20873
_ASBOX
20738
20874
     ) | sed "s/^/$as_me: WARNING:     /" >&2
20739
20875
    ;;
22052
22188
 
22053
22189
fi
22054
22190
 
22055
 
if test "x$PACKAGE" != "xgnome-doc-utils"; then
22056
 
  GDU_REQUIRED_VERSION=0.3.2
22057
 
  if test -n ""; then
22058
 
    GDU_REQUIRED_VERSION=
22059
 
  fi
22060
 
 
22061
 
 
22062
 
pkg_failed=no
22063
 
{ echo "$as_me:$LINENO: checking for GDU_MODULE_VERSION_CHECK" >&5
22064
 
echo $ECHO_N "checking for GDU_MODULE_VERSION_CHECK... $ECHO_C" >&6; }
22065
 
 
22066
 
if test -n "$PKG_CONFIG"; then
22067
 
    if test -n "$GDU_MODULE_VERSION_CHECK_CFLAGS"; then
22068
 
        pkg_cv_GDU_MODULE_VERSION_CHECK_CFLAGS="$GDU_MODULE_VERSION_CHECK_CFLAGS"
22069
 
    else
22070
 
        if test -n "$PKG_CONFIG" && \
22071
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-doc-utils >= \$GDU_REQUIRED_VERSION\"") >&5
22072
 
  ($PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $GDU_REQUIRED_VERSION") 2>&5
22073
 
  ac_status=$?
22074
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22075
 
  (exit $ac_status); }; then
22076
 
  pkg_cv_GDU_MODULE_VERSION_CHECK_CFLAGS=`$PKG_CONFIG --cflags "gnome-doc-utils >= $GDU_REQUIRED_VERSION" 2>/dev/null`
22077
 
else
22078
 
  pkg_failed=yes
22079
 
fi
22080
 
    fi
22081
 
else
22082
 
        pkg_failed=untried
22083
 
fi
22084
 
if test -n "$PKG_CONFIG"; then
22085
 
    if test -n "$GDU_MODULE_VERSION_CHECK_LIBS"; then
22086
 
        pkg_cv_GDU_MODULE_VERSION_CHECK_LIBS="$GDU_MODULE_VERSION_CHECK_LIBS"
22087
 
    else
22088
 
        if test -n "$PKG_CONFIG" && \
22089
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-doc-utils >= \$GDU_REQUIRED_VERSION\"") >&5
22090
 
  ($PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $GDU_REQUIRED_VERSION") 2>&5
22091
 
  ac_status=$?
22092
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22093
 
  (exit $ac_status); }; then
22094
 
  pkg_cv_GDU_MODULE_VERSION_CHECK_LIBS=`$PKG_CONFIG --libs "gnome-doc-utils >= $GDU_REQUIRED_VERSION" 2>/dev/null`
22095
 
else
22096
 
  pkg_failed=yes
22097
 
fi
22098
 
    fi
22099
 
else
22100
 
        pkg_failed=untried
22101
 
fi
22102
 
 
22103
 
 
22104
 
 
22105
 
if test $pkg_failed = yes; then
22106
 
 
22107
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
22108
 
        _pkg_short_errors_supported=yes
22109
 
else
22110
 
        _pkg_short_errors_supported=no
22111
 
fi
22112
 
        if test $_pkg_short_errors_supported = yes; then
22113
 
                GDU_MODULE_VERSION_CHECK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnome-doc-utils >= $GDU_REQUIRED_VERSION"`
22114
 
        else
22115
 
                GDU_MODULE_VERSION_CHECK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-doc-utils >= $GDU_REQUIRED_VERSION"`
22116
 
        fi
22117
 
        # Put the nasty error message in config.log where it belongs
22118
 
        echo "$GDU_MODULE_VERSION_CHECK_PKG_ERRORS" >&5
22119
 
 
22120
 
        { { echo "$as_me:$LINENO: error: Package requirements (gnome-doc-utils >= $GDU_REQUIRED_VERSION) were not met:
22121
 
 
22122
 
$GDU_MODULE_VERSION_CHECK_PKG_ERRORS
22123
 
 
22124
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
22125
 
installed software in a non-standard prefix.
22126
 
 
22127
 
Alternatively, you may set the environment variables GDU_MODULE_VERSION_CHECK_CFLAGS
22128
 
and GDU_MODULE_VERSION_CHECK_LIBS to avoid the need to call pkg-config.
22129
 
See the pkg-config man page for more details.
22130
 
" >&5
22131
 
echo "$as_me: error: Package requirements (gnome-doc-utils >= $GDU_REQUIRED_VERSION) were not met:
22132
 
 
22133
 
$GDU_MODULE_VERSION_CHECK_PKG_ERRORS
22134
 
 
22135
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
22136
 
installed software in a non-standard prefix.
22137
 
 
22138
 
Alternatively, you may set the environment variables GDU_MODULE_VERSION_CHECK_CFLAGS
22139
 
and GDU_MODULE_VERSION_CHECK_LIBS to avoid the need to call pkg-config.
22140
 
See the pkg-config man page for more details.
22141
 
" >&2;}
22142
 
   { (exit 1); exit 1; }; }
22143
 
elif test $pkg_failed = untried; then
22144
 
        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
22145
 
is in your PATH or set the PKG_CONFIG environment variable to the full
22146
 
path to pkg-config.
22147
 
 
22148
 
Alternatively, you may set the environment variables GDU_MODULE_VERSION_CHECK_CFLAGS
22149
 
and GDU_MODULE_VERSION_CHECK_LIBS to avoid the need to call pkg-config.
22150
 
See the pkg-config man page for more details.
22151
 
 
22152
 
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
22153
 
See \`config.log' for more details." >&5
22154
 
echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
22155
 
is in your PATH or set the PKG_CONFIG environment variable to the full
22156
 
path to pkg-config.
22157
 
 
22158
 
Alternatively, you may set the environment variables GDU_MODULE_VERSION_CHECK_CFLAGS
22159
 
and GDU_MODULE_VERSION_CHECK_LIBS to avoid the need to call pkg-config.
22160
 
See the pkg-config man page for more details.
22161
 
 
22162
 
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
22163
 
See \`config.log' for more details." >&2;}
22164
 
   { (exit 1); exit 1; }; }
22165
 
else
22166
 
        GDU_MODULE_VERSION_CHECK_CFLAGS=$pkg_cv_GDU_MODULE_VERSION_CHECK_CFLAGS
22167
 
        GDU_MODULE_VERSION_CHECK_LIBS=$pkg_cv_GDU_MODULE_VERSION_CHECK_LIBS
22168
 
        { echo "$as_me:$LINENO: result: yes" >&5
22169
 
echo "${ECHO_T}yes" >&6; }
 
22191
gdu_cv_version_required=0.3.2
 
22192
 
 
22193
if test -n "$PKG_CONFIG" && \
 
22194
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-doc-utils >= \$gdu_cv_version_required\"") >&5
 
22195
  ($PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required") 2>&5
 
22196
  ac_status=$?
 
22197
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22198
  (exit $ac_status); }; then
 
22199
  gdu_cv_have_gdu=yes
 
22200
else
 
22201
  gdu_cv_have_gdu=no
 
22202
fi
 
22203
 
 
22204
if test "$gdu_cv_have_gdu" = "yes"; then
22170
22205
        :
22171
 
fi
22172
 
fi
 
22206
else
 
22207
        { { echo "$as_me:$LINENO: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&5
 
22208
echo "$as_me: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&2;}
 
22209
   { (exit 1); exit 1; }; }
 
22210
fi
 
22211
 
22173
22212
 
22174
22213
 
22175
22214
# Check whether --with-help-dir was given.
22213
22252
 
22214
22253
 
22215
22254
 
22216
 
if test "x$enable_scrollkeeper" = "xyes"; then
 
22255
if test "$gdu_cv_have_gdu" = "yes" -a "$enable_scrollkeeper" = "yes"; then
22217
22256
  ENABLE_SK_TRUE=
22218
22257
  ENABLE_SK_FALSE='#'
22219
22258
else
22224
22263
 
22225
22264
 
22226
22265
 
 
22266
if test "$gdu_cv_have_gdu" = "yes"; then
 
22267
  HAVE_GNOME_DOC_UTILS_TRUE=
 
22268
  HAVE_GNOME_DOC_UTILS_FALSE='#'
 
22269
else
 
22270
  HAVE_GNOME_DOC_UTILS_TRUE='#'
 
22271
  HAVE_GNOME_DOC_UTILS_FALSE=
 
22272
fi
 
22273
 
 
22274
 
 
22275
 
 
22276
 
22227
22277
# Extract the first word of "gconftool-2", so it can be a program name with args.
22228
22278
set dummy gconftool-2; ac_word=$2
22229
22279
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
23342
23392
Usually this means the macro was only invoked conditionally." >&2;}
23343
23393
   { (exit 1); exit 1; }; }
23344
23394
fi
 
23395
if test -z "${HAVE_GNOME_DOC_UTILS_TRUE}" && test -z "${HAVE_GNOME_DOC_UTILS_FALSE}"; then
 
23396
  { { echo "$as_me:$LINENO: error: conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
 
23397
Usually this means the macro was only invoked conditionally." >&5
 
23398
echo "$as_me: error: conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
 
23399
Usually this means the macro was only invoked conditionally." >&2;}
 
23400
   { (exit 1); exit 1; }; }
 
23401
fi
23345
23402
if test -z "${GCONF_SCHEMAS_INSTALL_TRUE}" && test -z "${GCONF_SCHEMAS_INSTALL_FALSE}"; then
23346
23403
  { { echo "$as_me:$LINENO: error: conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
23347
23404
Usually this means the macro was only invoked conditionally." >&5
23656
23713
# report actual input values of CONFIG_FILES etc. instead of their
23657
23714
# values after options handling.
23658
23715
ac_log="
23659
 
This file was extended by deskbar-applet $as_me 2.18.1, which was
 
23716
This file was extended by deskbar-applet $as_me 2.19.3, which was
23660
23717
generated by GNU Autoconf 2.61.  Invocation command line was
23661
23718
 
23662
23719
  CONFIG_FILES    = $CONFIG_FILES
23709
23766
_ACEOF
23710
23767
cat >>$CONFIG_STATUS <<_ACEOF
23711
23768
ac_cs_version="\\
23712
 
deskbar-applet config.status 2.18.1
 
23769
deskbar-applet config.status 2.19.3
23713
23770
configured by $0, generated by GNU Autoconf 2.61,
23714
23771
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
23715
23772
 
24088
24145
INTLTOOL_MSGMERGE!$INTLTOOL_MSGMERGE$ac_delim
24089
24146
INTLTOOL_XGETTEXT!$INTLTOOL_XGETTEXT$ac_delim
24090
24147
ALL_LINGUAS!$ALL_LINGUAS$ac_delim
 
24148
DATADIRNAME!$DATADIRNAME$ac_delim
24091
24149
GETTEXT_PACKAGE!$GETTEXT_PACKAGE$ac_delim
24092
24150
USE_NLS!$USE_NLS$ac_delim
24093
24151
MSGFMT!$MSGFMT$ac_delim
24096
24154
XGETTEXT!$XGETTEXT$ac_delim
24097
24155
CATALOGS!$CATALOGS$ac_delim
24098
24156
CATOBJEXT!$CATOBJEXT$ac_delim
24099
 
DATADIRNAME!$DATADIRNAME$ac_delim
24100
24157
GMOFILES!$GMOFILES$ac_delim
24101
24158
INSTOBJEXT!$INSTOBJEXT$ac_delim
24102
24159
INTLLIBS!$INTLLIBS$ac_delim
24106
24163
POSUB!$POSUB$ac_delim
24107
24164
MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim
24108
24165
PKG_CONFIG!$PKG_CONFIG$ac_delim
24109
 
GDU_MODULE_VERSION_CHECK_CFLAGS!$GDU_MODULE_VERSION_CHECK_CFLAGS$ac_delim
24110
 
GDU_MODULE_VERSION_CHECK_LIBS!$GDU_MODULE_VERSION_CHECK_LIBS$ac_delim
24111
24166
HELP_DIR!$HELP_DIR$ac_delim
24112
24167
OMF_DIR!$OMF_DIR$ac_delim
24113
24168
DOC_USER_FORMATS!$DOC_USER_FORMATS$ac_delim
24114
24169
ENABLE_SK_TRUE!$ENABLE_SK_TRUE$ac_delim
24115
24170
ENABLE_SK_FALSE!$ENABLE_SK_FALSE$ac_delim
 
24171
HAVE_GNOME_DOC_UTILS_TRUE!$HAVE_GNOME_DOC_UTILS_TRUE$ac_delim
 
24172
HAVE_GNOME_DOC_UTILS_FALSE!$HAVE_GNOME_DOC_UTILS_FALSE$ac_delim
24116
24173
GCONFTOOL!$GCONFTOOL$ac_delim
24117
24174
GCONF_SCHEMA_CONFIG_SOURCE!$GCONF_SCHEMA_CONFIG_SOURCE$ac_delim
24118
24175
GCONF_SCHEMA_FILE_DIR!$GCONF_SCHEMA_FILE_DIR$ac_delim