~ubuntu-branches/ubuntu/natty/evolution-data-server/natty

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-01 22:47:15 UTC
  • mfrom: (1.1.77 upstream)
  • Revision ID: james.westby@ubuntu.com-20100301224715-drsxc2y3t8anz3c0
Tags: 2.28.3-0ubuntu1
* New upstream version:
  Bug Fixes:
  - #602723 - Contact list name doesn't get displayed in 'To' dialog 
  - #600322 - assertion failed: (reply == msg) in cs_waitinfo()
              (lp: #455020, #475147)
  - #564727 - Few memory leaks (lp: #305428)
  - #574940 - Always ref returned info from message_info_from_uid 
              (lp: #341909)
  - #429317 - Use the relative URI returned if the server 
              re-directs a request
  - #602820 - Test validity of a book_view before using it in LDAP 
  - #590762 - Recurring google calendar items are not changeable
  - #604236 - Slow GPG processing 
  - #597816 - Do not crash on incorrect parameters used in sexp to SQL 
              (lp: #444177)
  - #604544 - Try Exchange fallback authentication only once 
  - #600778 - Fix --enable-e2k-debug configure option resolution 
  - #260407 - 'endswith' address book search doesn't work 
  - #549221 - (bnc) delete, sync flags immediately
* debian/patches/99_reconfigure.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.63 for evolution-data-server 2.28.2.
 
3
# Generated by GNU Autoconf 2.63 for evolution-data-server 2.28.3.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution-Data-Server>.
6
6
#
745
745
# Identity of this package.
746
746
PACKAGE_NAME='evolution-data-server'
747
747
PACKAGE_TARNAME='evolution-data-server'
748
 
PACKAGE_VERSION='2.28.2'
749
 
PACKAGE_STRING='evolution-data-server 2.28.2'
 
748
PACKAGE_VERSION='2.28.3'
 
749
PACKAGE_STRING='evolution-data-server 2.28.3'
750
750
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution-Data-Server'
751
751
 
752
752
ac_unique_file="README"
792
792
LTLIBOBJS
793
793
LIBOBJS
794
794
subdirs
 
795
GTK_DOC_USE_REBASE_FALSE
 
796
GTK_DOC_USE_REBASE_TRUE
795
797
GTK_DOC_USE_LIBTOOL_FALSE
796
798
GTK_DOC_USE_LIBTOOL_TRUE
 
799
GTK_DOC_BUILD_PDF_FALSE
 
800
GTK_DOC_BUILD_PDF_TRUE
 
801
GTK_DOC_BUILD_HTML_FALSE
 
802
GTK_DOC_BUILD_HTML_TRUE
797
803
ENABLE_GTK_DOC_FALSE
798
804
ENABLE_GTK_DOC_TRUE
 
805
HTML_DIR
 
806
GTKDOC_MKPDF
 
807
GTKDOC_REBASE
799
808
GTKDOC_CHECK
800
 
HTML_DIR
801
809
GCONF_SCHEMAS_INSTALL_FALSE
802
810
GCONF_SCHEMAS_INSTALL_TRUE
803
811
GCONF_SCHEMA_FILE_DIR
1172
1180
enable_schemas_install
1173
1181
with_html_dir
1174
1182
enable_gtk_doc
 
1183
enable_gtk_doc_html
 
1184
enable_gtk_doc_pdf
1175
1185
'
1176
1186
      ac_precious_vars='build_alias
1177
1187
host_alias
1763
1773
  # Omit some internal or obsolete options to make the list less imposing.
1764
1774
  # This message is too long to be a string in the A/UX 3.1 sh.
1765
1775
  cat <<_ACEOF
1766
 
\`configure' configures evolution-data-server 2.28.2 to adapt to many kinds of systems.
 
1776
\`configure' configures evolution-data-server 2.28.3 to adapt to many kinds of systems.
1767
1777
 
1768
1778
Usage: $0 [OPTION]... [VAR=VALUE]...
1769
1779
 
1834
1844
 
1835
1845
if test -n "$ac_init_help"; then
1836
1846
  case $ac_init_help in
1837
 
     short | recursive ) echo "Configuration of evolution-data-server 2.28.2:";;
 
1847
     short | recursive ) echo "Configuration of evolution-data-server 2.28.3:";;
1838
1848
   esac
1839
1849
  cat <<\_ACEOF
1840
1850
 
1876
1886
                          Enable support for locking mail files with file
1877
1887
                          locking
1878
1888
  --enable-purify         Enable support for building executables with Purify.
1879
 
  --enable-e2kdebug       Allow debugging
 
1889
  --enable-e2k-debug      Allow debugging
1880
1890
  --disable-glibtest      do not try to compile and run a test GLIB program
1881
1891
  --enable-largefile      enable support for large files [default=no]
1882
1892
  --disable-largefile     omit support for large files
1883
1893
  --disable-schemas-install
1884
1894
                          Disable the schemas installation
1885
1895
  --enable-gtk-doc        use gtk-doc to build documentation [default=no]
 
1896
  --enable-gtk-doc-html   build documentation in html format [default=yes]
 
1897
  --enable-gtk-doc-pdf    build documentation in pdf format [default=no]
1886
1898
 
1887
1899
Optional Packages:
1888
1900
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
2052
2064
test -n "$ac_init_help" && exit $ac_status
2053
2065
if $ac_init_version; then
2054
2066
  cat <<\_ACEOF
2055
 
evolution-data-server configure 2.28.2
 
2067
evolution-data-server configure 2.28.3
2056
2068
generated by GNU Autoconf 2.63
2057
2069
 
2058
2070
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
2066
2078
This file contains any messages produced by compilers while
2067
2079
running configure, to aid debugging if configure makes a mistake.
2068
2080
 
2069
 
It was created by evolution-data-server $as_me 2.28.2, which was
 
2081
It was created by evolution-data-server $as_me 2.28.3, which was
2070
2082
generated by GNU Autoconf 2.63.  Invocation command line was
2071
2083
 
2072
2084
  $ $0 $@
2915
2927
 
2916
2928
# Define the identity of the package.
2917
2929
 PACKAGE='evolution-data-server'
2918
 
 VERSION='2.28.2'
 
2930
 VERSION='2.28.3'
2919
2931
 
2920
2932
 
2921
2933
cat >>confdefs.h <<_ACEOF
3007
3019
 
3008
3020
EDS_MAJOR_VERSION=2
3009
3021
EDS_MINOR_VERSION=28
3010
 
EDS_MICRO_VERSION=2
 
3022
EDS_MICRO_VERSION=3
3011
3023
 
3012
3024
LIBEDATASERVER_CURRENT=11
3013
3025
LIBEDATASERVER_REVISION=1
9491
9503
else
9492
9504
  lt_cv_nm_interface="BSD nm"
9493
9505
  echo "int some_variable = 0;" > conftest.$ac_ext
9494
 
  (eval echo "\"\$as_me:9494: $ac_compile\"" >&5)
 
9506
  (eval echo "\"\$as_me:9506: $ac_compile\"" >&5)
9495
9507
  (eval "$ac_compile" 2>conftest.err)
9496
9508
  cat conftest.err >&5
9497
 
  (eval echo "\"\$as_me:9497: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
9509
  (eval echo "\"\$as_me:9509: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
9498
9510
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
9499
9511
  cat conftest.err >&5
9500
 
  (eval echo "\"\$as_me:9500: output\"" >&5)
 
9512
  (eval echo "\"\$as_me:9512: output\"" >&5)
9501
9513
  cat conftest.out >&5
9502
9514
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
9503
9515
    lt_cv_nm_interface="MS dumpbin"
10688
10700
  ;;
10689
10701
*-*-irix6*)
10690
10702
  # Find out which ABI we are using.
10691
 
  echo '#line 10691 "configure"' > conftest.$ac_ext
 
10703
  echo '#line 10703 "configure"' > conftest.$ac_ext
10692
10704
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10693
10705
  (eval $ac_compile) 2>&5
10694
10706
  ac_status=$?
12025
12037
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12026
12038
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12027
12039
   -e 's:$: $lt_compiler_flag:'`
12028
 
   (eval echo "\"\$as_me:12028: $lt_compile\"" >&5)
 
12040
   (eval echo "\"\$as_me:12040: $lt_compile\"" >&5)
12029
12041
   (eval "$lt_compile" 2>conftest.err)
12030
12042
   ac_status=$?
12031
12043
   cat conftest.err >&5
12032
 
   echo "$as_me:12032: \$? = $ac_status" >&5
 
12044
   echo "$as_me:12044: \$? = $ac_status" >&5
12033
12045
   if (exit $ac_status) && test -s "$ac_outfile"; then
12034
12046
     # The compiler can only warn and ignore the option if not recognized
12035
12047
     # So say no if there are warnings other than the usual output.
12364
12376
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12365
12377
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12366
12378
   -e 's:$: $lt_compiler_flag:'`
12367
 
   (eval echo "\"\$as_me:12367: $lt_compile\"" >&5)
 
12379
   (eval echo "\"\$as_me:12379: $lt_compile\"" >&5)
12368
12380
   (eval "$lt_compile" 2>conftest.err)
12369
12381
   ac_status=$?
12370
12382
   cat conftest.err >&5
12371
 
   echo "$as_me:12371: \$? = $ac_status" >&5
 
12383
   echo "$as_me:12383: \$? = $ac_status" >&5
12372
12384
   if (exit $ac_status) && test -s "$ac_outfile"; then
12373
12385
     # The compiler can only warn and ignore the option if not recognized
12374
12386
     # So say no if there are warnings other than the usual output.
12469
12481
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12470
12482
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12471
12483
   -e 's:$: $lt_compiler_flag:'`
12472
 
   (eval echo "\"\$as_me:12472: $lt_compile\"" >&5)
 
12484
   (eval echo "\"\$as_me:12484: $lt_compile\"" >&5)
12473
12485
   (eval "$lt_compile" 2>out/conftest.err)
12474
12486
   ac_status=$?
12475
12487
   cat out/conftest.err >&5
12476
 
   echo "$as_me:12476: \$? = $ac_status" >&5
 
12488
   echo "$as_me:12488: \$? = $ac_status" >&5
12477
12489
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
12478
12490
   then
12479
12491
     # The compiler can only warn and ignore the option if not recognized
12524
12536
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12525
12537
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12526
12538
   -e 's:$: $lt_compiler_flag:'`
12527
 
   (eval echo "\"\$as_me:12527: $lt_compile\"" >&5)
 
12539
   (eval echo "\"\$as_me:12539: $lt_compile\"" >&5)
12528
12540
   (eval "$lt_compile" 2>out/conftest.err)
12529
12541
   ac_status=$?
12530
12542
   cat out/conftest.err >&5
12531
 
   echo "$as_me:12531: \$? = $ac_status" >&5
 
12543
   echo "$as_me:12543: \$? = $ac_status" >&5
12532
12544
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
12533
12545
   then
12534
12546
     # The compiler can only warn and ignore the option if not recognized
14376
14388
  # before this can be enabled.
14377
14389
  hardcode_into_libs=yes
14378
14390
 
14379
 
  # Add ABI-specific directories to the system library path.
14380
 
  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
14381
 
 
14382
14391
  # Append ld.so.conf contents to the search path
14383
14392
  if test -f /etc/ld.so.conf; then
14384
14393
    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[       ]*hwcap[        ]/d;s/[:,      ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
14385
 
    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
 
14394
    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
14386
14395
  fi
14387
14396
 
14388
14397
  # We used to test for /lib/ld.so.1 and disable shared libraries on
15327
15336
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
15328
15337
  lt_status=$lt_dlunknown
15329
15338
  cat > conftest.$ac_ext <<_LT_EOF
15330
 
#line 15330 "configure"
 
15339
#line 15339 "configure"
15331
15340
#include "confdefs.h"
15332
15341
 
15333
15342
#if HAVE_DLFCN_H
15423
15432
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
15424
15433
  lt_status=$lt_dlunknown
15425
15434
  cat > conftest.$ac_ext <<_LT_EOF
15426
 
#line 15426 "configure"
 
15435
#line 15435 "configure"
15427
15436
#include "confdefs.h"
15428
15437
 
15429
15438
#if HAVE_DLFCN_H
16461
16470
 
16462
16471
 
16463
16472
 
16464
 
for ac_func in fsync strptime strtok_r
 
16473
 
 
16474
for ac_func in fsync strptime strtok_r nl_langinfo
16465
16475
do
16466
16476
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16467
16477
{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
20866
20876
fi
20867
20877
 
20868
20878
 
20869
 
if test "$enable_e2kdebug" = "yes"; then
 
20879
if test "x$enable_e2kdebug" = "xyes" ; then
20870
20880
 
20871
20881
cat >>confdefs.h <<\_ACEOF
20872
20882
#define E2K_DEBUG 1
22248
22258
{
22249
22259
  int major, minor, micro;
22250
22260
  char *tmp_version;
22251
 
  int ignored;
22252
22261
 
22253
 
  ignored = system ("touch conf.glibtest");
 
22262
  fclose (fopen ("conf.glibtest", "w"));
22254
22263
 
22255
22264
  /* HP/UX 9 (%@#!) writes to sscanf strings */
22256
22265
  tmp_version = g_strdup("$min_glib_version");
24903
24912
 
24904
24913
 
24905
24914
 
 
24915
    # Extract the first word of "gtkdoc-check", so it can be a program name with args.
 
24916
set dummy gtkdoc-check; ac_word=$2
 
24917
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
24918
$as_echo_n "checking for $ac_word... " >&6; }
 
24919
if test "${ac_cv_path_GTKDOC_CHECK+set}" = set; then
 
24920
  $as_echo_n "(cached) " >&6
 
24921
else
 
24922
  case $GTKDOC_CHECK in
 
24923
  [\\/]* | ?:[\\/]*)
 
24924
  ac_cv_path_GTKDOC_CHECK="$GTKDOC_CHECK" # Let the user override the test with a path.
 
24925
  ;;
 
24926
  *)
 
24927
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
24928
for as_dir in $PATH
 
24929
do
 
24930
  IFS=$as_save_IFS
 
24931
  test -z "$as_dir" && as_dir=.
 
24932
  for ac_exec_ext in '' $ac_executable_extensions; do
 
24933
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
24934
    ac_cv_path_GTKDOC_CHECK="$as_dir/$ac_word$ac_exec_ext"
 
24935
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
24936
    break 2
 
24937
  fi
 
24938
done
 
24939
done
 
24940
IFS=$as_save_IFS
 
24941
 
 
24942
  ;;
 
24943
esac
 
24944
fi
 
24945
GTKDOC_CHECK=$ac_cv_path_GTKDOC_CHECK
 
24946
if test -n "$GTKDOC_CHECK"; then
 
24947
  { $as_echo "$as_me:$LINENO: result: $GTKDOC_CHECK" >&5
 
24948
$as_echo "$GTKDOC_CHECK" >&6; }
 
24949
else
 
24950
  { $as_echo "$as_me:$LINENO: result: no" >&5
 
24951
$as_echo "no" >&6; }
 
24952
fi
 
24953
 
 
24954
 
 
24955
  for ac_prog in gtkdoc-rebase
 
24956
do
 
24957
  # Extract the first word of "$ac_prog", so it can be a program name with args.
 
24958
set dummy $ac_prog; ac_word=$2
 
24959
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
24960
$as_echo_n "checking for $ac_word... " >&6; }
 
24961
if test "${ac_cv_path_GTKDOC_REBASE+set}" = set; then
 
24962
  $as_echo_n "(cached) " >&6
 
24963
else
 
24964
  case $GTKDOC_REBASE in
 
24965
  [\\/]* | ?:[\\/]*)
 
24966
  ac_cv_path_GTKDOC_REBASE="$GTKDOC_REBASE" # Let the user override the test with a path.
 
24967
  ;;
 
24968
  *)
 
24969
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
24970
for as_dir in $PATH
 
24971
do
 
24972
  IFS=$as_save_IFS
 
24973
  test -z "$as_dir" && as_dir=.
 
24974
  for ac_exec_ext in '' $ac_executable_extensions; do
 
24975
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
24976
    ac_cv_path_GTKDOC_REBASE="$as_dir/$ac_word$ac_exec_ext"
 
24977
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
24978
    break 2
 
24979
  fi
 
24980
done
 
24981
done
 
24982
IFS=$as_save_IFS
 
24983
 
 
24984
  ;;
 
24985
esac
 
24986
fi
 
24987
GTKDOC_REBASE=$ac_cv_path_GTKDOC_REBASE
 
24988
if test -n "$GTKDOC_REBASE"; then
 
24989
  { $as_echo "$as_me:$LINENO: result: $GTKDOC_REBASE" >&5
 
24990
$as_echo "$GTKDOC_REBASE" >&6; }
 
24991
else
 
24992
  { $as_echo "$as_me:$LINENO: result: no" >&5
 
24993
$as_echo "no" >&6; }
 
24994
fi
 
24995
 
 
24996
 
 
24997
  test -n "$GTKDOC_REBASE" && break
 
24998
done
 
24999
test -n "$GTKDOC_REBASE" || GTKDOC_REBASE="true"
 
25000
 
 
25001
  # Extract the first word of "gtkdoc-mkpdf", so it can be a program name with args.
 
25002
set dummy gtkdoc-mkpdf; ac_word=$2
 
25003
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
25004
$as_echo_n "checking for $ac_word... " >&6; }
 
25005
if test "${ac_cv_path_GTKDOC_MKPDF+set}" = set; then
 
25006
  $as_echo_n "(cached) " >&6
 
25007
else
 
25008
  case $GTKDOC_MKPDF in
 
25009
  [\\/]* | ?:[\\/]*)
 
25010
  ac_cv_path_GTKDOC_MKPDF="$GTKDOC_MKPDF" # Let the user override the test with a path.
 
25011
  ;;
 
25012
  *)
 
25013
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
25014
for as_dir in $PATH
 
25015
do
 
25016
  IFS=$as_save_IFS
 
25017
  test -z "$as_dir" && as_dir=.
 
25018
  for ac_exec_ext in '' $ac_executable_extensions; do
 
25019
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
25020
    ac_cv_path_GTKDOC_MKPDF="$as_dir/$ac_word$ac_exec_ext"
 
25021
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
25022
    break 2
 
25023
  fi
 
25024
done
 
25025
done
 
25026
IFS=$as_save_IFS
 
25027
 
 
25028
  ;;
 
25029
esac
 
25030
fi
 
25031
GTKDOC_MKPDF=$ac_cv_path_GTKDOC_MKPDF
 
25032
if test -n "$GTKDOC_MKPDF"; then
 
25033
  { $as_echo "$as_me:$LINENO: result: $GTKDOC_MKPDF" >&5
 
25034
$as_echo "$GTKDOC_MKPDF" >&6; }
 
25035
else
 
25036
  { $as_echo "$as_me:$LINENO: result: no" >&5
 
25037
$as_echo "no" >&6; }
 
25038
fi
 
25039
 
 
25040
 
 
25041
 
 
25042
 
24906
25043
# Check whether --with-html-dir was given.
24907
25044
if test "${with_html_dir+set}" = set; then
24908
25045
  withval=$with_html_dir;
24930
25067
  (exit $ac_status); }; then
24931
25068
  :
24932
25069
else
24933
 
  { { $as_echo "$as_me:$LINENO: error: You need to have gtk-doc >= 1.9 installed to build gtk-doc" >&5
24934
 
$as_echo "$as_me: error: You need to have gtk-doc >= 1.9 installed to build gtk-doc" >&2;}
 
25070
  { { $as_echo "$as_me:$LINENO: error: You need to have gtk-doc >= 1.9 installed to build $PACKAGE_NAME" >&5
 
25071
$as_echo "$as_me: error: You need to have gtk-doc >= 1.9 installed to build $PACKAGE_NAME" >&2;}
24935
25072
   { (exit 1); exit 1; }; }
24936
25073
fi
24937
25074
  fi
24941
25078
  { $as_echo "$as_me:$LINENO: result: $enable_gtk_doc" >&5
24942
25079
$as_echo "$enable_gtk_doc" >&6; }
24943
25080
 
24944
 
  for ac_prog in gtkdoc-check
24945
 
do
24946
 
  # Extract the first word of "$ac_prog", so it can be a program name with args.
24947
 
set dummy $ac_prog; ac_word=$2
24948
 
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
24949
 
$as_echo_n "checking for $ac_word... " >&6; }
24950
 
if test "${ac_cv_path_GTKDOC_CHECK+set}" = set; then
24951
 
  $as_echo_n "(cached) " >&6
24952
 
else
24953
 
  case $GTKDOC_CHECK in
24954
 
  [\\/]* | ?:[\\/]*)
24955
 
  ac_cv_path_GTKDOC_CHECK="$GTKDOC_CHECK" # Let the user override the test with a path.
24956
 
  ;;
24957
 
  *)
24958
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24959
 
for as_dir in $PATH
24960
 
do
24961
 
  IFS=$as_save_IFS
24962
 
  test -z "$as_dir" && as_dir=.
24963
 
  for ac_exec_ext in '' $ac_executable_extensions; do
24964
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
24965
 
    ac_cv_path_GTKDOC_CHECK="$as_dir/$ac_word$ac_exec_ext"
24966
 
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24967
 
    break 2
 
25081
    # Check whether --enable-gtk-doc-html was given.
 
25082
if test "${enable_gtk_doc_html+set}" = set; then
 
25083
  enableval=$enable_gtk_doc_html;
 
25084
else
 
25085
  enable_gtk_doc_html=yes
 
25086
fi
 
25087
 
 
25088
    # Check whether --enable-gtk-doc-pdf was given.
 
25089
if test "${enable_gtk_doc_pdf+set}" = set; then
 
25090
  enableval=$enable_gtk_doc_pdf;
 
25091
else
 
25092
  enable_gtk_doc_pdf=no
 
25093
fi
 
25094
 
 
25095
 
 
25096
  if test -z "$GTKDOC_MKPDF"; then
 
25097
    enable_gtk_doc_pdf=no
24968
25098
  fi
24969
 
done
24970
 
done
24971
 
IFS=$as_save_IFS
24972
 
 
24973
 
  ;;
24974
 
esac
24975
 
fi
24976
 
GTKDOC_CHECK=$ac_cv_path_GTKDOC_CHECK
24977
 
if test -n "$GTKDOC_CHECK"; then
24978
 
  { $as_echo "$as_me:$LINENO: result: $GTKDOC_CHECK" >&5
24979
 
$as_echo "$GTKDOC_CHECK" >&6; }
24980
 
else
24981
 
  { $as_echo "$as_me:$LINENO: result: no" >&5
24982
 
$as_echo "no" >&6; }
24983
 
fi
24984
 
 
24985
 
 
24986
 
  test -n "$GTKDOC_CHECK" && break
24987
 
done
24988
25099
 
24989
25100
 
24990
25101
   if test x$enable_gtk_doc = xyes; then
24995
25106
  ENABLE_GTK_DOC_FALSE=
24996
25107
fi
24997
25108
 
 
25109
   if test x$enable_gtk_doc_html = xyes; then
 
25110
  GTK_DOC_BUILD_HTML_TRUE=
 
25111
  GTK_DOC_BUILD_HTML_FALSE='#'
 
25112
else
 
25113
  GTK_DOC_BUILD_HTML_TRUE='#'
 
25114
  GTK_DOC_BUILD_HTML_FALSE=
 
25115
fi
 
25116
 
 
25117
   if test x$enable_gtk_doc_pdf = xyes; then
 
25118
  GTK_DOC_BUILD_PDF_TRUE=
 
25119
  GTK_DOC_BUILD_PDF_FALSE='#'
 
25120
else
 
25121
  GTK_DOC_BUILD_PDF_TRUE='#'
 
25122
  GTK_DOC_BUILD_PDF_FALSE=
 
25123
fi
 
25124
 
24998
25125
   if test -n "$LIBTOOL"; then
24999
25126
  GTK_DOC_USE_LIBTOOL_TRUE=
25000
25127
  GTK_DOC_USE_LIBTOOL_FALSE='#'
25003
25130
  GTK_DOC_USE_LIBTOOL_FALSE=
25004
25131
fi
25005
25132
 
 
25133
   if test -n "$GTKDOC_REBASE"; then
 
25134
  GTK_DOC_USE_REBASE_TRUE=
 
25135
  GTK_DOC_USE_REBASE_FALSE='#'
 
25136
else
 
25137
  GTK_DOC_USE_REBASE_TRUE='#'
 
25138
  GTK_DOC_USE_REBASE_FALSE=
 
25139
fi
 
25140
 
25006
25141
 
25007
25142
 
25008
25143
export privlibdir
25302
25437
Usually this means the macro was only invoked conditionally." >&2;}
25303
25438
   { (exit 1); exit 1; }; }
25304
25439
fi
 
25440
if test -z "${GTK_DOC_BUILD_HTML_TRUE}" && test -z "${GTK_DOC_BUILD_HTML_FALSE}"; then
 
25441
  { { $as_echo "$as_me:$LINENO: error: conditional \"GTK_DOC_BUILD_HTML\" was never defined.
 
25442
Usually this means the macro was only invoked conditionally." >&5
 
25443
$as_echo "$as_me: error: conditional \"GTK_DOC_BUILD_HTML\" was never defined.
 
25444
Usually this means the macro was only invoked conditionally." >&2;}
 
25445
   { (exit 1); exit 1; }; }
 
25446
fi
 
25447
if test -z "${GTK_DOC_BUILD_PDF_TRUE}" && test -z "${GTK_DOC_BUILD_PDF_FALSE}"; then
 
25448
  { { $as_echo "$as_me:$LINENO: error: conditional \"GTK_DOC_BUILD_PDF\" was never defined.
 
25449
Usually this means the macro was only invoked conditionally." >&5
 
25450
$as_echo "$as_me: error: conditional \"GTK_DOC_BUILD_PDF\" was never defined.
 
25451
Usually this means the macro was only invoked conditionally." >&2;}
 
25452
   { (exit 1); exit 1; }; }
 
25453
fi
25305
25454
if test -z "${GTK_DOC_USE_LIBTOOL_TRUE}" && test -z "${GTK_DOC_USE_LIBTOOL_FALSE}"; then
25306
25455
  { { $as_echo "$as_me:$LINENO: error: conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
25307
25456
Usually this means the macro was only invoked conditionally." >&5
25309
25458
Usually this means the macro was only invoked conditionally." >&2;}
25310
25459
   { (exit 1); exit 1; }; }
25311
25460
fi
 
25461
if test -z "${GTK_DOC_USE_REBASE_TRUE}" && test -z "${GTK_DOC_USE_REBASE_FALSE}"; then
 
25462
  { { $as_echo "$as_me:$LINENO: error: conditional \"GTK_DOC_USE_REBASE\" was never defined.
 
25463
Usually this means the macro was only invoked conditionally." >&5
 
25464
$as_echo "$as_me: error: conditional \"GTK_DOC_USE_REBASE\" was never defined.
 
25465
Usually this means the macro was only invoked conditionally." >&2;}
 
25466
   { (exit 1); exit 1; }; }
 
25467
fi
25312
25468
 
25313
25469
: ${CONFIG_STATUS=./config.status}
25314
25470
ac_write_fail=0
25631
25787
# report actual input values of CONFIG_FILES etc. instead of their
25632
25788
# values after options handling.
25633
25789
ac_log="
25634
 
This file was extended by evolution-data-server $as_me 2.28.2, which was
 
25790
This file was extended by evolution-data-server $as_me 2.28.3, which was
25635
25791
generated by GNU Autoconf 2.63.  Invocation command line was
25636
25792
 
25637
25793
  CONFIG_FILES    = $CONFIG_FILES
25694
25850
_ACEOF
25695
25851
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
25696
25852
ac_cs_version="\\
25697
 
evolution-data-server config.status 2.28.2
 
25853
evolution-data-server config.status 2.28.3
25698
25854
configured by $0, generated by GNU Autoconf 2.63,
25699
25855
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
25700
25856