~ubuntu-branches/ubuntu/intrepid/pidgin/intrepid-security

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-04-04 02:18:00 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080404021800-qaa00wom38gd7xus
Tags: 1:2.4.1-1ubuntu1
* Sync with Debian, remaining Ubuntu changes; (LP: #211769)
  - debian/control:
    + Set Maintainer to Ubuntu Core Developers.
    + Add build-deps on liblaunchpad-integration-dev, intltool,
      libnm-glib-dev (for --enable-nm)
    + Drop build-deps on libsilc-1.1-2-dev | libsilc-dev (>= 1.1.1) as
      this library is in universe.
    + Drop the libpurple0 recommends on libpurple-bin.
    + Add a gaim transitionnal package for upgrades.
    + Moved finch's libx11-6 dependency to Suggests
  - Ship compatibility symlinks via debian/gaim.links
  - debian/rules:
    + Pass --enable-nm to configure to enable NetworkManager support
    + Pass --disable-silc to configure to disable silc support even if
      it's installed in the build environment.
    + Add X-Ubuntu-Gettext-Domain to the desktop file and update the
      translation templates in common-install-impl::.
    + Added necessary arguments to dh_shlibdeps for finch
  - Update debian/prefs.xml to set the notify plugin prefs
    /plugins/gtk/X11/notify/* and set /pidgin/plugins/loaded to load
    the notify plugin
  - debian/patches:
    + 02_lpi for LP integration
    + 04_let_crasher_for_apport to stop catching the SIGSEGV signal
      and let apport handle it
    + 05_default_to_irc_ubuntu_com to set the default IRC
      server to irc.ubuntu.com.
    + 70_autoconf patch

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 pidgin 2.4.0.
 
3
# Generated by GNU Autoconf 2.61 for pidgin 2.4.1.
4
4
#
5
5
# Report bugs to <devel@pidgin.im>.
6
6
#
728
728
# Identity of this package.
729
729
PACKAGE_NAME='pidgin'
730
730
PACKAGE_TARNAME='pidgin'
731
 
PACKAGE_VERSION='2.4.0'
732
 
PACKAGE_STRING='pidgin 2.4.0'
 
731
PACKAGE_VERSION='2.4.1'
 
732
PACKAGE_STRING='pidgin 2.4.1'
733
733
PACKAGE_BUGREPORT='devel@pidgin.im'
734
734
 
735
735
# Factoring default headers for most tests.
1111
1111
CHECK_LIBS
1112
1112
HAVE_CHECK_TRUE
1113
1113
HAVE_CHECK_FALSE
 
1114
INSTALL_PIXMAPS_TRUE
 
1115
INSTALL_PIXMAPS_FALSE
 
1116
INSTALL_I18N_TRUE
 
1117
INSTALL_I18N_FALSE
1114
1118
DOXYGEN
1115
1119
DOT
1116
1120
XSLTPROC
1682
1686
  # Omit some internal or obsolete options to make the list less imposing.
1683
1687
  # This message is too long to be a string in the A/UX 3.1 sh.
1684
1688
  cat <<_ACEOF
1685
 
\`configure' configures pidgin 2.4.0 to adapt to many kinds of systems.
 
1689
\`configure' configures pidgin 2.4.1 to adapt to many kinds of systems.
1686
1690
 
1687
1691
Usage: $0 [OPTION]... [VAR=VALUE]...
1688
1692
 
1757
1761
 
1758
1762
if test -n "$ac_init_help"; then
1759
1763
  case $ac_init_help in
1760
 
     short | recursive ) echo "Configuration of pidgin 2.4.0:";;
 
1764
     short | recursive ) echo "Configuration of pidgin 2.4.1:";;
1761
1765
   esac
1762
1766
  cat <<\_ACEOF
1763
1767
 
1799
1803
  --disable-tcl           compile without Tcl scripting
1800
1804
  --disable-tk            compile without Tcl support for Tk
1801
1805
  --enable-cyrus-sasl     enable Cyrus SASL support for jabberd
 
1806
  --disable-pixmaps-install
 
1807
                          disable installation of pixmap files
 
1808
  --disable-nls           disable installation of translation files
1802
1809
  --disable-doxygen       enable documentation with doxygen
1803
1810
  --enable-dot            enable graphs in doxygen via 'dot'
1804
1811
  --enable-devhelp        enable building index for devhelp documentation
1994
2001
test -n "$ac_init_help" && exit $ac_status
1995
2002
if $ac_init_version; then
1996
2003
  cat <<\_ACEOF
1997
 
pidgin configure 2.4.0
 
2004
pidgin configure 2.4.1
1998
2005
generated by GNU Autoconf 2.61
1999
2006
 
2000
2007
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
2008
2015
This file contains any messages produced by compilers while
2009
2016
running configure, to aid debugging if configure makes a mistake.
2010
2017
 
2011
 
It was created by pidgin $as_me 2.4.0, which was
 
2018
It was created by pidgin $as_me 2.4.1, which was
2012
2019
generated by GNU Autoconf 2.61.  Invocation command line was
2013
2020
 
2014
2021
  $ $0 $@
2827
2834
 
2828
2835
# Define the identity of the package.
2829
2836
 PACKAGE=pidgin
2830
 
 VERSION=2.4.0
 
2837
 VERSION=2.4.1
2831
2838
 
2832
2839
 
2833
2840
cat >>confdefs.h <<_ACEOF
2977
2984
 
2978
2985
PURPLE_MAJOR_VERSION=2
2979
2986
PURPLE_MINOR_VERSION=4
2980
 
PURPLE_MICRO_VERSION=0
 
2987
PURPLE_MICRO_VERSION=1
2981
2988
PURPLE_VERSION=purple_display_version
2982
2989
 
2983
2990
 
2984
2991
 
2985
2992
 
2986
2993
 
2987
 
PURPLE_LT_VERSION_INFO="4:0:4"
 
2994
PURPLE_LT_VERSION_INFO="4:1:4"
2988
2995
 
2989
2996
 
2990
2997
GNT_MAJOR_VERSION=2
2991
2998
GNT_MINOR_VERSION=4
2992
 
GNT_MICRO_VERSION=0
 
2999
GNT_MICRO_VERSION=1
2993
3000
GNT_VERSION=gnt_display_version
2994
3001
 
2995
3002
 
2996
3003
 
2997
3004
 
2998
3005
 
2999
 
GNT_LT_VERSION_INFO="4:0:4"
 
3006
GNT_LT_VERSION_INFO="4:1:4"
3000
3007
 
3001
3008
 
3002
3009
# Extract the first word of "sed", so it can be a program name with args.
4851
4858
  ;;
4852
4859
*-*-irix6*)
4853
4860
  # Find out which ABI we are using.
4854
 
  echo '#line 4854 "configure"' > conftest.$ac_ext
 
4861
  echo '#line 4861 "configure"' > conftest.$ac_ext
4855
4862
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4856
4863
  (eval $ac_compile) 2>&5
4857
4864
  ac_status=$?
7582
7589
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7583
7590
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7584
7591
   -e 's:$: $lt_compiler_flag:'`
7585
 
   (eval echo "\"\$as_me:7585: $lt_compile\"" >&5)
 
7592
   (eval echo "\"\$as_me:7592: $lt_compile\"" >&5)
7586
7593
   (eval "$lt_compile" 2>conftest.err)
7587
7594
   ac_status=$?
7588
7595
   cat conftest.err >&5
7589
 
   echo "$as_me:7589: \$? = $ac_status" >&5
 
7596
   echo "$as_me:7596: \$? = $ac_status" >&5
7590
7597
   if (exit $ac_status) && test -s "$ac_outfile"; then
7591
7598
     # The compiler can only warn and ignore the option if not recognized
7592
7599
     # So say no if there are warnings other than the usual output.
7850
7857
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7851
7858
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7852
7859
   -e 's:$: $lt_compiler_flag:'`
7853
 
   (eval echo "\"\$as_me:7853: $lt_compile\"" >&5)
 
7860
   (eval echo "\"\$as_me:7860: $lt_compile\"" >&5)
7854
7861
   (eval "$lt_compile" 2>conftest.err)
7855
7862
   ac_status=$?
7856
7863
   cat conftest.err >&5
7857
 
   echo "$as_me:7857: \$? = $ac_status" >&5
 
7864
   echo "$as_me:7864: \$? = $ac_status" >&5
7858
7865
   if (exit $ac_status) && test -s "$ac_outfile"; then
7859
7866
     # The compiler can only warn and ignore the option if not recognized
7860
7867
     # So say no if there are warnings other than the usual output.
7954
7961
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7955
7962
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7956
7963
   -e 's:$: $lt_compiler_flag:'`
7957
 
   (eval echo "\"\$as_me:7957: $lt_compile\"" >&5)
 
7964
   (eval echo "\"\$as_me:7964: $lt_compile\"" >&5)
7958
7965
   (eval "$lt_compile" 2>out/conftest.err)
7959
7966
   ac_status=$?
7960
7967
   cat out/conftest.err >&5
7961
 
   echo "$as_me:7961: \$? = $ac_status" >&5
 
7968
   echo "$as_me:7968: \$? = $ac_status" >&5
7962
7969
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
7963
7970
   then
7964
7971
     # The compiler can only warn and ignore the option if not recognized
9419
9426
  libsuff=
9420
9427
  case "$host_cpu" in
9421
9428
  x86_64*|s390x*|powerpc64*)
9422
 
    echo '#line 9422 "configure"' > conftest.$ac_ext
 
9429
    echo '#line 9429 "configure"' > conftest.$ac_ext
9423
9430
    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9424
9431
  (eval $ac_compile) 2>&5
9425
9432
  ac_status=$?
10283
10290
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10284
10291
  lt_status=$lt_dlunknown
10285
10292
  cat > conftest.$ac_ext <<EOF
10286
 
#line 10286 "configure"
 
10293
#line 10293 "configure"
10287
10294
#include "confdefs.h"
10288
10295
 
10289
10296
#if HAVE_DLFCN_H
10383
10390
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10384
10391
  lt_status=$lt_dlunknown
10385
10392
  cat > conftest.$ac_ext <<EOF
10386
 
#line 10386 "configure"
 
10393
#line 10393 "configure"
10387
10394
#include "confdefs.h"
10388
10395
 
10389
10396
#if HAVE_DLFCN_H
12719
12726
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12720
12727
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12721
12728
   -e 's:$: $lt_compiler_flag:'`
12722
 
   (eval echo "\"\$as_me:12722: $lt_compile\"" >&5)
 
12729
   (eval echo "\"\$as_me:12729: $lt_compile\"" >&5)
12723
12730
   (eval "$lt_compile" 2>conftest.err)
12724
12731
   ac_status=$?
12725
12732
   cat conftest.err >&5
12726
 
   echo "$as_me:12726: \$? = $ac_status" >&5
 
12733
   echo "$as_me:12733: \$? = $ac_status" >&5
12727
12734
   if (exit $ac_status) && test -s "$ac_outfile"; then
12728
12735
     # The compiler can only warn and ignore the option if not recognized
12729
12736
     # So say no if there are warnings other than the usual output.
12823
12830
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12824
12831
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12825
12832
   -e 's:$: $lt_compiler_flag:'`
12826
 
   (eval echo "\"\$as_me:12826: $lt_compile\"" >&5)
 
12833
   (eval echo "\"\$as_me:12833: $lt_compile\"" >&5)
12827
12834
   (eval "$lt_compile" 2>out/conftest.err)
12828
12835
   ac_status=$?
12829
12836
   cat out/conftest.err >&5
12830
 
   echo "$as_me:12830: \$? = $ac_status" >&5
 
12837
   echo "$as_me:12837: \$? = $ac_status" >&5
12831
12838
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
12832
12839
   then
12833
12840
     # The compiler can only warn and ignore the option if not recognized
13359
13366
  libsuff=
13360
13367
  case "$host_cpu" in
13361
13368
  x86_64*|s390x*|powerpc64*)
13362
 
    echo '#line 13362 "configure"' > conftest.$ac_ext
 
13369
    echo '#line 13369 "configure"' > conftest.$ac_ext
13363
13370
    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13364
13371
  (eval $ac_compile) 2>&5
13365
13372
  ac_status=$?
14414
14421
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14415
14422
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14416
14423
   -e 's:$: $lt_compiler_flag:'`
14417
 
   (eval echo "\"\$as_me:14417: $lt_compile\"" >&5)
 
14424
   (eval echo "\"\$as_me:14424: $lt_compile\"" >&5)
14418
14425
   (eval "$lt_compile" 2>conftest.err)
14419
14426
   ac_status=$?
14420
14427
   cat conftest.err >&5
14421
 
   echo "$as_me:14421: \$? = $ac_status" >&5
 
14428
   echo "$as_me:14428: \$? = $ac_status" >&5
14422
14429
   if (exit $ac_status) && test -s "$ac_outfile"; then
14423
14430
     # The compiler can only warn and ignore the option if not recognized
14424
14431
     # So say no if there are warnings other than the usual output.
14518
14525
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14519
14526
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14520
14527
   -e 's:$: $lt_compiler_flag:'`
14521
 
   (eval echo "\"\$as_me:14521: $lt_compile\"" >&5)
 
14528
   (eval echo "\"\$as_me:14528: $lt_compile\"" >&5)
14522
14529
   (eval "$lt_compile" 2>out/conftest.err)
14523
14530
   ac_status=$?
14524
14531
   cat out/conftest.err >&5
14525
 
   echo "$as_me:14525: \$? = $ac_status" >&5
 
14532
   echo "$as_me:14532: \$? = $ac_status" >&5
14526
14533
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
14527
14534
   then
14528
14535
     # The compiler can only warn and ignore the option if not recognized
15963
15970
  libsuff=
15964
15971
  case "$host_cpu" in
15965
15972
  x86_64*|s390x*|powerpc64*)
15966
 
    echo '#line 15966 "configure"' > conftest.$ac_ext
 
15973
    echo '#line 15973 "configure"' > conftest.$ac_ext
15967
15974
    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15968
15975
  (eval $ac_compile) 2>&5
15969
15976
  ac_status=$?
16737
16744
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16738
16745
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16739
16746
   -e 's:$: $lt_compiler_flag:'`
16740
 
   (eval echo "\"\$as_me:16740: $lt_compile\"" >&5)
 
16747
   (eval echo "\"\$as_me:16747: $lt_compile\"" >&5)
16741
16748
   (eval "$lt_compile" 2>conftest.err)
16742
16749
   ac_status=$?
16743
16750
   cat conftest.err >&5
16744
 
   echo "$as_me:16744: \$? = $ac_status" >&5
 
16751
   echo "$as_me:16751: \$? = $ac_status" >&5
16745
16752
   if (exit $ac_status) && test -s "$ac_outfile"; then
16746
16753
     # The compiler can only warn and ignore the option if not recognized
16747
16754
     # So say no if there are warnings other than the usual output.
17005
17012
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17006
17013
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17007
17014
   -e 's:$: $lt_compiler_flag:'`
17008
 
   (eval echo "\"\$as_me:17008: $lt_compile\"" >&5)
 
17015
   (eval echo "\"\$as_me:17015: $lt_compile\"" >&5)
17009
17016
   (eval "$lt_compile" 2>conftest.err)
17010
17017
   ac_status=$?
17011
17018
   cat conftest.err >&5
17012
 
   echo "$as_me:17012: \$? = $ac_status" >&5
 
17019
   echo "$as_me:17019: \$? = $ac_status" >&5
17013
17020
   if (exit $ac_status) && test -s "$ac_outfile"; then
17014
17021
     # The compiler can only warn and ignore the option if not recognized
17015
17022
     # So say no if there are warnings other than the usual output.
17109
17116
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17110
17117
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17111
17118
   -e 's:$: $lt_compiler_flag:'`
17112
 
   (eval echo "\"\$as_me:17112: $lt_compile\"" >&5)
 
17119
   (eval echo "\"\$as_me:17119: $lt_compile\"" >&5)
17113
17120
   (eval "$lt_compile" 2>out/conftest.err)
17114
17121
   ac_status=$?
17115
17122
   cat out/conftest.err >&5
17116
 
   echo "$as_me:17116: \$? = $ac_status" >&5
 
17123
   echo "$as_me:17123: \$? = $ac_status" >&5
17117
17124
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
17118
17125
   then
17119
17126
     # The compiler can only warn and ignore the option if not recognized
18574
18581
  libsuff=
18575
18582
  case "$host_cpu" in
18576
18583
  x86_64*|s390x*|powerpc64*)
18577
 
    echo '#line 18577 "configure"' > conftest.$ac_ext
 
18584
    echo '#line 18584 "configure"' > conftest.$ac_ext
18578
18585
    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18579
18586
  (eval $ac_compile) 2>&5
18580
18587
  ac_status=$?
28999
29006
 
29000
29007
 
29001
29008
 
 
29009
                { echo "$as_me:$LINENO: checking for gst_registry_fork_set_enabled in -lgstreamer-0.10" >&5
 
29010
echo $ECHO_N "checking for gst_registry_fork_set_enabled in -lgstreamer-0.10... $ECHO_C" >&6; }
 
29011
if test "${ac_cv_lib_gstreamer_0_10_gst_registry_fork_set_enabled+set}" = set; then
 
29012
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
29013
else
 
29014
  ac_check_lib_save_LIBS=$LIBS
 
29015
LIBS="-lgstreamer-0.10 $GSTREAMER_LIBS $LIBS"
 
29016
cat >conftest.$ac_ext <<_ACEOF
 
29017
/* confdefs.h.  */
 
29018
_ACEOF
 
29019
cat confdefs.h >>conftest.$ac_ext
 
29020
cat >>conftest.$ac_ext <<_ACEOF
 
29021
/* end confdefs.h.  */
 
29022
 
 
29023
/* Override any GCC internal prototype to avoid an error.
 
29024
   Use char because int might match the return type of a GCC
 
29025
   builtin and then its argument prototype would still apply.  */
 
29026
#ifdef __cplusplus
 
29027
extern "C"
 
29028
#endif
 
29029
char gst_registry_fork_set_enabled ();
 
29030
int
 
29031
main ()
 
29032
{
 
29033
return gst_registry_fork_set_enabled ();
 
29034
  ;
 
29035
  return 0;
 
29036
}
 
29037
_ACEOF
 
29038
rm -f conftest.$ac_objext conftest$ac_exeext
 
29039
if { (ac_try="$ac_link"
 
29040
case "(($ac_try" in
 
29041
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
29042
  *) ac_try_echo=$ac_try;;
 
29043
esac
 
29044
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
29045
  (eval "$ac_link") 2>conftest.er1
 
29046
  ac_status=$?
 
29047
  grep -v '^ *+' conftest.er1 >conftest.err
 
29048
  rm -f conftest.er1
 
29049
  cat conftest.err >&5
 
29050
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29051
  (exit $ac_status); } && {
 
29052
         test -z "$ac_c_werror_flag" ||
 
29053
         test ! -s conftest.err
 
29054
       } && test -s conftest$ac_exeext &&
 
29055
       $as_test_x conftest$ac_exeext; then
 
29056
  ac_cv_lib_gstreamer_0_10_gst_registry_fork_set_enabled=yes
 
29057
else
 
29058
  echo "$as_me: failed program was:" >&5
 
29059
sed 's/^/| /' conftest.$ac_ext >&5
 
29060
 
 
29061
        ac_cv_lib_gstreamer_0_10_gst_registry_fork_set_enabled=no
 
29062
fi
 
29063
 
 
29064
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
29065
      conftest$ac_exeext conftest.$ac_ext
 
29066
LIBS=$ac_check_lib_save_LIBS
 
29067
fi
 
29068
{ echo "$as_me:$LINENO: result: $ac_cv_lib_gstreamer_0_10_gst_registry_fork_set_enabled" >&5
 
29069
echo "${ECHO_T}$ac_cv_lib_gstreamer_0_10_gst_registry_fork_set_enabled" >&6; }
 
29070
if test $ac_cv_lib_gstreamer_0_10_gst_registry_fork_set_enabled = yes; then
 
29071
 
 
29072
cat >>confdefs.h <<\_ACEOF
 
29073
#define GST_CAN_DISABLE_FORKING
 
29074
_ACEOF
 
29075
 
 
29076
fi
 
29077
 
29002
29078
 
29003
29079
fi
29004
29080
fi
31136
31212
fi
31137
31213
 
31138
31214
 
31139
 
if test "${ac_cv_header_sys_utsname_h+set}" = set; then
31140
 
  { echo "$as_me:$LINENO: checking for sys/utsname.h" >&5
31141
 
echo $ECHO_N "checking for sys/utsname.h... $ECHO_C" >&6; }
31142
 
if test "${ac_cv_header_sys_utsname_h+set}" = set; then
 
31215
 
 
31216
for ac_header in sys/utsname.h
 
31217
do
 
31218
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
31219
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
31220
  { echo "$as_me:$LINENO: checking for $ac_header" >&5
 
31221
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
31222
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31143
31223
  echo $ECHO_N "(cached) $ECHO_C" >&6
31144
31224
fi
31145
 
{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_utsname_h" >&5
31146
 
echo "${ECHO_T}$ac_cv_header_sys_utsname_h" >&6; }
 
31225
ac_res=`eval echo '${'$as_ac_Header'}'`
 
31226
               { echo "$as_me:$LINENO: result: $ac_res" >&5
 
31227
echo "${ECHO_T}$ac_res" >&6; }
31147
31228
else
31148
31229
  # Is the header compilable?
31149
 
{ echo "$as_me:$LINENO: checking sys/utsname.h usability" >&5
31150
 
echo $ECHO_N "checking sys/utsname.h usability... $ECHO_C" >&6; }
 
31230
{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
31231
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
31151
31232
cat >conftest.$ac_ext <<_ACEOF
31152
31233
/* confdefs.h.  */
31153
31234
_ACEOF
31155
31236
cat >>conftest.$ac_ext <<_ACEOF
31156
31237
/* end confdefs.h.  */
31157
31238
$ac_includes_default
31158
 
#include <sys/utsname.h>
 
31239
#include <$ac_header>
31159
31240
_ACEOF
31160
31241
rm -f conftest.$ac_objext
31161
31242
if { (ac_try="$ac_compile"
31187
31268
echo "${ECHO_T}$ac_header_compiler" >&6; }
31188
31269
 
31189
31270
# Is the header present?
31190
 
{ echo "$as_me:$LINENO: checking sys/utsname.h presence" >&5
31191
 
echo $ECHO_N "checking sys/utsname.h presence... $ECHO_C" >&6; }
 
31271
{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
31272
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
31192
31273
cat >conftest.$ac_ext <<_ACEOF
31193
31274
/* confdefs.h.  */
31194
31275
_ACEOF
31195
31276
cat confdefs.h >>conftest.$ac_ext
31196
31277
cat >>conftest.$ac_ext <<_ACEOF
31197
31278
/* end confdefs.h.  */
31198
 
#include <sys/utsname.h>
 
31279
#include <$ac_header>
31199
31280
_ACEOF
31200
31281
if { (ac_try="$ac_cpp conftest.$ac_ext"
31201
31282
case "(($ac_try" in
31228
31309
# So?  What about this header?
31229
31310
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31230
31311
  yes:no: )
31231
 
    { echo "$as_me:$LINENO: WARNING: sys/utsname.h: accepted by the compiler, rejected by the preprocessor!" >&5
31232
 
echo "$as_me: WARNING: sys/utsname.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
31233
 
    { echo "$as_me:$LINENO: WARNING: sys/utsname.h: proceeding with the compiler's result" >&5
31234
 
echo "$as_me: WARNING: sys/utsname.h: proceeding with the compiler's result" >&2;}
 
31312
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
31313
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
31314
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
31315
echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
31235
31316
    ac_header_preproc=yes
31236
31317
    ;;
31237
31318
  no:yes:* )
31238
 
    { echo "$as_me:$LINENO: WARNING: sys/utsname.h: present but cannot be compiled" >&5
31239
 
echo "$as_me: WARNING: sys/utsname.h: present but cannot be compiled" >&2;}
31240
 
    { echo "$as_me:$LINENO: WARNING: sys/utsname.h:     check for missing prerequisite headers?" >&5
31241
 
echo "$as_me: WARNING: sys/utsname.h:     check for missing prerequisite headers?" >&2;}
31242
 
    { echo "$as_me:$LINENO: WARNING: sys/utsname.h: see the Autoconf documentation" >&5
31243
 
echo "$as_me: WARNING: sys/utsname.h: see the Autoconf documentation" >&2;}
31244
 
    { echo "$as_me:$LINENO: WARNING: sys/utsname.h:     section \"Present But Cannot Be Compiled\"" >&5
31245
 
echo "$as_me: WARNING: sys/utsname.h:     section \"Present But Cannot Be Compiled\"" >&2;}
31246
 
    { echo "$as_me:$LINENO: WARNING: sys/utsname.h: proceeding with the preprocessor's result" >&5
31247
 
echo "$as_me: WARNING: sys/utsname.h: proceeding with the preprocessor's result" >&2;}
31248
 
    { echo "$as_me:$LINENO: WARNING: sys/utsname.h: in the future, the compiler will take precedence" >&5
31249
 
echo "$as_me: WARNING: sys/utsname.h: in the future, the compiler will take precedence" >&2;}
 
31319
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
31320
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
31321
    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
31322
echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
31323
    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
31324
echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
31325
    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
31326
echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
31327
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
31328
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
31329
    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
31330
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
31250
31331
    ( cat <<\_ASBOX
31251
31332
## ------------------------------ ##
31252
31333
## Report this to devel@pidgin.im ##
31255
31336
     ) | sed "s/^/$as_me: WARNING:     /" >&2
31256
31337
    ;;
31257
31338
esac
31258
 
{ echo "$as_me:$LINENO: checking for sys/utsname.h" >&5
31259
 
echo $ECHO_N "checking for sys/utsname.h... $ECHO_C" >&6; }
31260
 
if test "${ac_cv_header_sys_utsname_h+set}" = set; then
 
31339
{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
31340
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
31341
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31261
31342
  echo $ECHO_N "(cached) $ECHO_C" >&6
31262
31343
else
31263
 
  ac_cv_header_sys_utsname_h=$ac_header_preproc
31264
 
fi
31265
 
{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_utsname_h" >&5
31266
 
echo "${ECHO_T}$ac_cv_header_sys_utsname_h" >&6; }
31267
 
 
31268
 
fi
31269
 
 
 
31344
  eval "$as_ac_Header=\$ac_header_preproc"
 
31345
fi
 
31346
ac_res=`eval echo '${'$as_ac_Header'}'`
 
31347
               { echo "$as_me:$LINENO: result: $ac_res" >&5
 
31348
echo "${ECHO_T}$ac_res" >&6; }
 
31349
 
 
31350
fi
 
31351
if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
31352
  cat >>confdefs.h <<_ACEOF
 
31353
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
31354
_ACEOF
 
31355
 
 
31356
fi
 
31357
 
 
31358
done
31270
31359
 
31271
31360
{ echo "$as_me:$LINENO: checking for uname" >&5
31272
31361
echo $ECHO_N "checking for uname... $ECHO_C" >&6; }
36468
36557
done
36469
36558
 
36470
36559
 
36471
 
 
36472
 
for ac_header in sys/sysctl.h sys/socket.h
 
36560
# sys/sysctl.h on OpenBSD 4.2 requires sys/param.h
 
36561
 
 
36562
for ac_header in sys/param.h
 
36563
do
 
36564
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
36565
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
36566
  { echo "$as_me:$LINENO: checking for $ac_header" >&5
 
36567
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
36568
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
36569
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
36570
fi
 
36571
ac_res=`eval echo '${'$as_ac_Header'}'`
 
36572
               { echo "$as_me:$LINENO: result: $ac_res" >&5
 
36573
echo "${ECHO_T}$ac_res" >&6; }
 
36574
else
 
36575
  # Is the header compilable?
 
36576
{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
36577
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
 
36578
cat >conftest.$ac_ext <<_ACEOF
 
36579
/* confdefs.h.  */
 
36580
_ACEOF
 
36581
cat confdefs.h >>conftest.$ac_ext
 
36582
cat >>conftest.$ac_ext <<_ACEOF
 
36583
/* end confdefs.h.  */
 
36584
$ac_includes_default
 
36585
#include <$ac_header>
 
36586
_ACEOF
 
36587
rm -f conftest.$ac_objext
 
36588
if { (ac_try="$ac_compile"
 
36589
case "(($ac_try" in
 
36590
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
36591
  *) ac_try_echo=$ac_try;;
 
36592
esac
 
36593
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
36594
  (eval "$ac_compile") 2>conftest.er1
 
36595
  ac_status=$?
 
36596
  grep -v '^ *+' conftest.er1 >conftest.err
 
36597
  rm -f conftest.er1
 
36598
  cat conftest.err >&5
 
36599
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
36600
  (exit $ac_status); } && {
 
36601
         test -z "$ac_c_werror_flag" ||
 
36602
         test ! -s conftest.err
 
36603
       } && test -s conftest.$ac_objext; then
 
36604
  ac_header_compiler=yes
 
36605
else
 
36606
  echo "$as_me: failed program was:" >&5
 
36607
sed 's/^/| /' conftest.$ac_ext >&5
 
36608
 
 
36609
        ac_header_compiler=no
 
36610
fi
 
36611
 
 
36612
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
36613
{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
36614
echo "${ECHO_T}$ac_header_compiler" >&6; }
 
36615
 
 
36616
# Is the header present?
 
36617
{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
36618
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
 
36619
cat >conftest.$ac_ext <<_ACEOF
 
36620
/* confdefs.h.  */
 
36621
_ACEOF
 
36622
cat confdefs.h >>conftest.$ac_ext
 
36623
cat >>conftest.$ac_ext <<_ACEOF
 
36624
/* end confdefs.h.  */
 
36625
#include <$ac_header>
 
36626
_ACEOF
 
36627
if { (ac_try="$ac_cpp conftest.$ac_ext"
 
36628
case "(($ac_try" in
 
36629
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
36630
  *) ac_try_echo=$ac_try;;
 
36631
esac
 
36632
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
36633
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
36634
  ac_status=$?
 
36635
  grep -v '^ *+' conftest.er1 >conftest.err
 
36636
  rm -f conftest.er1
 
36637
  cat conftest.err >&5
 
36638
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
36639
  (exit $ac_status); } >/dev/null && {
 
36640
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
36641
         test ! -s conftest.err
 
36642
       }; then
 
36643
  ac_header_preproc=yes
 
36644
else
 
36645
  echo "$as_me: failed program was:" >&5
 
36646
sed 's/^/| /' conftest.$ac_ext >&5
 
36647
 
 
36648
  ac_header_preproc=no
 
36649
fi
 
36650
 
 
36651
rm -f conftest.err conftest.$ac_ext
 
36652
{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
36653
echo "${ECHO_T}$ac_header_preproc" >&6; }
 
36654
 
 
36655
# So?  What about this header?
 
36656
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
36657
  yes:no: )
 
36658
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
36659
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
36660
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
36661
echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
36662
    ac_header_preproc=yes
 
36663
    ;;
 
36664
  no:yes:* )
 
36665
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
36666
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
36667
    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
36668
echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
36669
    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
36670
echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
36671
    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
36672
echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
36673
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
36674
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
36675
    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
36676
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
36677
    ( cat <<\_ASBOX
 
36678
## ------------------------------ ##
 
36679
## Report this to devel@pidgin.im ##
 
36680
## ------------------------------ ##
 
36681
_ASBOX
 
36682
     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
36683
    ;;
 
36684
esac
 
36685
{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
36686
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
36687
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
36688
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
36689
else
 
36690
  eval "$as_ac_Header=\$ac_header_preproc"
 
36691
fi
 
36692
ac_res=`eval echo '${'$as_ac_Header'}'`
 
36693
               { echo "$as_me:$LINENO: result: $ac_res" >&5
 
36694
echo "${ECHO_T}$ac_res" >&6; }
 
36695
 
 
36696
fi
 
36697
if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
36698
  cat >>confdefs.h <<_ACEOF
 
36699
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
36700
_ACEOF
 
36701
 
 
36702
fi
 
36703
 
 
36704
done
 
36705
 
 
36706
 
 
36707
for ac_header in sys/sysctl.h
 
36708
do
 
36709
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
36710
{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
36711
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
36712
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
36713
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
36714
else
 
36715
  cat >conftest.$ac_ext <<_ACEOF
 
36716
/* confdefs.h.  */
 
36717
_ACEOF
 
36718
cat confdefs.h >>conftest.$ac_ext
 
36719
cat >>conftest.$ac_ext <<_ACEOF
 
36720
/* end confdefs.h.  */
 
36721
 
 
36722
                #ifdef HAVE_PARAM_H
 
36723
                # include <sys/param.h>
 
36724
                #endif
 
36725
 
 
36726
 
 
36727
#include <$ac_header>
 
36728
_ACEOF
 
36729
rm -f conftest.$ac_objext
 
36730
if { (ac_try="$ac_compile"
 
36731
case "(($ac_try" in
 
36732
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
36733
  *) ac_try_echo=$ac_try;;
 
36734
esac
 
36735
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
36736
  (eval "$ac_compile") 2>conftest.er1
 
36737
  ac_status=$?
 
36738
  grep -v '^ *+' conftest.er1 >conftest.err
 
36739
  rm -f conftest.er1
 
36740
  cat conftest.err >&5
 
36741
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
36742
  (exit $ac_status); } && {
 
36743
         test -z "$ac_c_werror_flag" ||
 
36744
         test ! -s conftest.err
 
36745
       } && test -s conftest.$ac_objext; then
 
36746
  eval "$as_ac_Header=yes"
 
36747
else
 
36748
  echo "$as_me: failed program was:" >&5
 
36749
sed 's/^/| /' conftest.$ac_ext >&5
 
36750
 
 
36751
        eval "$as_ac_Header=no"
 
36752
fi
 
36753
 
 
36754
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
36755
fi
 
36756
ac_res=`eval echo '${'$as_ac_Header'}'`
 
36757
               { echo "$as_me:$LINENO: result: $ac_res" >&5
 
36758
echo "${ECHO_T}$ac_res" >&6; }
 
36759
if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
36760
  cat >>confdefs.h <<_ACEOF
 
36761
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
36762
_ACEOF
 
36763
 
 
36764
fi
 
36765
 
 
36766
done
 
36767
 
 
36768
 
 
36769
 
 
36770
for ac_header in sys/socket.h
36473
36771
do
36474
36772
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
36475
36773
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
37626
37924
 
37627
37925
 
37628
37926
 
 
37927
# Check whether --enable-pixmaps-install was given.
 
37928
if test "${enable_pixmaps_install+set}" = set; then
 
37929
  enableval=$enable_pixmaps_install; enable_pixmaps="$enableval"
 
37930
else
 
37931
  enable_pixmaps=yes
 
37932
fi
 
37933
 
 
37934
 
 
37935
 if test "x$enable_pixmaps" = "xyes"; then
 
37936
  INSTALL_PIXMAPS_TRUE=
 
37937
  INSTALL_PIXMAPS_FALSE='#'
 
37938
else
 
37939
  INSTALL_PIXMAPS_TRUE='#'
 
37940
  INSTALL_PIXMAPS_FALSE=
 
37941
fi
 
37942
 
 
37943
 
 
37944
# Check whether --enable-nls was given.
 
37945
if test "${enable_nls+set}" = set; then
 
37946
  enableval=$enable_nls; enable_i18n="$enableval"
 
37947
else
 
37948
  enable_i18n=yes
 
37949
fi
 
37950
 
 
37951
 
 
37952
 if test "x$enable_i18n" = "xyes"; then
 
37953
  INSTALL_I18N_TRUE=
 
37954
  INSTALL_I18N_FALSE='#'
 
37955
else
 
37956
  INSTALL_I18N_TRUE='#'
 
37957
  INSTALL_I18N_FALSE=
 
37958
fi
 
37959
 
 
37960
 
37629
37961
# Check whether --enable-doxygen was given.
37630
37962
if test "${enable_doxygen+set}" = set; then
37631
37963
  enableval=$enable_doxygen; enable_doxygen="$enableval"
38362
38694
Usually this means the macro was only invoked conditionally." >&2;}
38363
38695
   { (exit 1); exit 1; }; }
38364
38696
fi
 
38697
if test -z "${INSTALL_PIXMAPS_TRUE}" && test -z "${INSTALL_PIXMAPS_FALSE}"; then
 
38698
  { { echo "$as_me:$LINENO: error: conditional \"INSTALL_PIXMAPS\" was never defined.
 
38699
Usually this means the macro was only invoked conditionally." >&5
 
38700
echo "$as_me: error: conditional \"INSTALL_PIXMAPS\" was never defined.
 
38701
Usually this means the macro was only invoked conditionally." >&2;}
 
38702
   { (exit 1); exit 1; }; }
 
38703
fi
 
38704
if test -z "${INSTALL_I18N_TRUE}" && test -z "${INSTALL_I18N_FALSE}"; then
 
38705
  { { echo "$as_me:$LINENO: error: conditional \"INSTALL_I18N\" was never defined.
 
38706
Usually this means the macro was only invoked conditionally." >&5
 
38707
echo "$as_me: error: conditional \"INSTALL_I18N\" was never defined.
 
38708
Usually this means the macro was only invoked conditionally." >&2;}
 
38709
   { (exit 1); exit 1; }; }
 
38710
fi
38365
38711
if test -z "${HAVE_DOXYGEN_TRUE}" && test -z "${HAVE_DOXYGEN_FALSE}"; then
38366
38712
  { { echo "$as_me:$LINENO: error: conditional \"HAVE_DOXYGEN\" was never defined.
38367
38713
Usually this means the macro was only invoked conditionally." >&5
38683
39029
# report actual input values of CONFIG_FILES etc. instead of their
38684
39030
# values after options handling.
38685
39031
ac_log="
38686
 
This file was extended by pidgin $as_me 2.4.0, which was
 
39032
This file was extended by pidgin $as_me 2.4.1, which was
38687
39033
generated by GNU Autoconf 2.61.  Invocation command line was
38688
39034
 
38689
39035
  CONFIG_FILES    = $CONFIG_FILES
38736
39082
_ACEOF
38737
39083
cat >>$CONFIG_STATUS <<_ACEOF
38738
39084
ac_cs_version="\\
38739
 
pidgin config.status 2.4.0
 
39085
pidgin config.status 2.4.1
38740
39086
configured by $0, generated by GNU Autoconf 2.61,
38741
39087
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
38742
39088
 
39456
39802
CHECK_LIBS!$CHECK_LIBS$ac_delim
39457
39803
HAVE_CHECK_TRUE!$HAVE_CHECK_TRUE$ac_delim
39458
39804
HAVE_CHECK_FALSE!$HAVE_CHECK_FALSE$ac_delim
 
39805
INSTALL_PIXMAPS_TRUE!$INSTALL_PIXMAPS_TRUE$ac_delim
 
39806
INSTALL_PIXMAPS_FALSE!$INSTALL_PIXMAPS_FALSE$ac_delim
 
39807
INSTALL_I18N_TRUE!$INSTALL_I18N_TRUE$ac_delim
 
39808
INSTALL_I18N_FALSE!$INSTALL_I18N_FALSE$ac_delim
39459
39809
DOXYGEN!$DOXYGEN$ac_delim
39460
39810
DOT!$DOT$ac_delim
39461
39811
XSLTPROC!$XSLTPROC$ac_delim
39471
39821
LTLIBOBJS!$LTLIBOBJS$ac_delim
39472
39822
_ACEOF
39473
39823
 
39474
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 65; then
 
39824
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 69; then
39475
39825
    break
39476
39826
  elif $ac_last_try; then
39477
39827
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
40139
40489
echo Build with Cyrus SASL support. : $enable_cyrus_sasl
40140
40490
echo Use kerberos 4 with zephyr.... : $kerberos
40141
40491
echo Use external libzephyr........ : $zephyr
 
40492
echo Install pixmaps............... : $enable_pixmaps
 
40493
echo Install translations.......... : $enable_i18n
40142
40494
echo Has you....................... : yes
40143
40495
echo
40144
40496
echo Use XScreenSaver Extension.... : $enable_screensaver