Switch to unified view

a/src/configure b/src/configure
1
#! /bin/sh
1
#! /bin/sh
2
# Guess values for system-dependent variables and create Makefiles.
2
# Guess values for system-dependent variables and create Makefiles.
3
# Generated by GNU Autoconf 2.68 for Recoll 1.18.0.
3
# Generated by GNU Autoconf 2.69 for Recoll 1.18.0.
4
#
4
#
5
#
5
#
6
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
8
# Foundation, Inc.
9
#
7
#
10
#
8
#
11
# This configure script is free software; the Free Software Foundation
9
# This configure script is free software; the Free Software Foundation
12
# gives unlimited permission to copy, distribute and modify it.
10
# gives unlimited permission to copy, distribute and modify it.
13
## -------------------- ##
11
## -------------------- ##
...
...
132
export LANGUAGE
130
export LANGUAGE
133
131
134
# CDPATH.
132
# CDPATH.
135
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136
134
135
# Use a proper internal environment variable to ensure we don't fall
136
  # into an infinite loop, continuously re-executing ourselves.
137
  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138
    _as_can_reexec=no; export _as_can_reexec;
139
    # We cannot yet assume a decent shell, so we have to provide a
140
# neutralization value for shells without unset; and this also
141
# works around shells that cannot unset nonexistent variables.
142
# Preserve -v and -x to the replacement shell.
143
BASH_ENV=/dev/null
144
ENV=/dev/null
145
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146
case $- in # ((((
147
  *v*x* | *x*v* ) as_opts=-vx ;;
148
  *v* ) as_opts=-v ;;
149
  *x* ) as_opts=-x ;;
150
  * ) as_opts= ;;
151
esac
152
exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153
# Admittedly, this is quite paranoid, since all the known shells bail
154
# out after a failed `exec'.
155
$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156
as_fn_exit 255
157
  fi
158
  # We don't want this to propagate to other subprocesses.
159
          { _as_can_reexec=; unset _as_can_reexec;}
137
if test "x$CONFIG_SHELL" = x; then
160
if test "x$CONFIG_SHELL" = x; then
138
  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
161
  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
139
  emulate sh
162
  emulate sh
140
  NULLCMD=:
163
  NULLCMD=:
141
  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
164
  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
...
...
165
if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
188
if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
166
189
167
else
190
else
168
  exitcode=1; echo positional parameters were not saved.
191
  exitcode=1; echo positional parameters were not saved.
169
fi
192
fi
170
test x\$exitcode = x0 || exit 1"
193
test x\$exitcode = x0 || exit 1
194
test -x / || exit 1"
171
  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
195
  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
172
  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
196
  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
173
  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
197
  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
174
  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
198
  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
175
test \$(( 1 + 1 )) = 2 || exit 1"
199
test \$(( 1 + 1 )) = 2 || exit 1"
...
...
210
fi; }
234
fi; }
211
IFS=$as_save_IFS
235
IFS=$as_save_IFS
212
236
213
237
214
      if test "x$CONFIG_SHELL" != x; then :
238
      if test "x$CONFIG_SHELL" != x; then :
239
  export CONFIG_SHELL
215
  # We cannot yet assume a decent shell, so we have to provide a
240
             # We cannot yet assume a decent shell, so we have to provide a
216
  # neutralization value for shells without unset; and this also
241
# neutralization value for shells without unset; and this also
217
  # works around shells that cannot unset nonexistent variables.
242
# works around shells that cannot unset nonexistent variables.
218
  # Preserve -v and -x to the replacement shell.
243
# Preserve -v and -x to the replacement shell.
219
  BASH_ENV=/dev/null
244
BASH_ENV=/dev/null
220
  ENV=/dev/null
245
ENV=/dev/null
221
  (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
246
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222
  export CONFIG_SHELL
223
  case $- in # ((((
247
case $- in # ((((
224
    *v*x* | *x*v* ) as_opts=-vx ;;
248
  *v*x* | *x*v* ) as_opts=-vx ;;
225
    *v* ) as_opts=-v ;;
249
  *v* ) as_opts=-v ;;
226
    *x* ) as_opts=-x ;;
250
  *x* ) as_opts=-x ;;
227
    * ) as_opts= ;;
251
  * ) as_opts= ;;
228
  esac
252
esac
229
  exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
253
exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
254
# Admittedly, this is quite paranoid, since all the known shells bail
255
# out after a failed `exec'.
256
$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
257
exit 255
230
fi
258
fi
231
259
232
    if test x$as_have_required = xno; then :
260
    if test x$as_have_required = xno; then :
233
  $as_echo "$0: This script requires a shell more modern than all"
261
  $as_echo "$0: This script requires a shell more modern than all"
234
  $as_echo "$0: the shells that I found on your system."
262
  $as_echo "$0: the shells that I found on your system."
...
...
326
    test -z "$as_dirs" || eval "mkdir $as_dirs"
354
    test -z "$as_dirs" || eval "mkdir $as_dirs"
327
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
355
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
328
356
329
357
330
} # as_fn_mkdir_p
358
} # as_fn_mkdir_p
359
360
# as_fn_executable_p FILE
361
# -----------------------
362
# Test if FILE is an executable regular file.
363
as_fn_executable_p ()
364
{
365
  test -f "$1" && test -x "$1"
366
} # as_fn_executable_p
331
# as_fn_append VAR VALUE
367
# as_fn_append VAR VALUE
332
# ----------------------
368
# ----------------------
333
# Append the text in VALUE to the end of the definition contained in VAR. Take
369
# Append the text in VALUE to the end of the definition contained in VAR. Take
334
# advantage of any shell optimizations that allow amortized linear growth over
370
# advantage of any shell optimizations that allow amortized linear growth over
335
# repeated appends, instead of the typical quadratic growth present in naive
371
# repeated appends, instead of the typical quadratic growth present in naive
...
...
447
      s/-\n.*//
483
      s/-\n.*//
448
    ' >$as_me.lineno &&
484
    ' >$as_me.lineno &&
449
  chmod +x "$as_me.lineno" ||
485
  chmod +x "$as_me.lineno" ||
450
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
486
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
451
487
488
  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
489
  # already done that, so ensure we don't try to do so again and fall
490
  # in an infinite loop.  This has already happened in practice.
491
  _as_can_reexec=no; export _as_can_reexec
452
  # Don't try to exec as it changes $[0], causing all sort of problems
492
  # Don't try to exec as it changes $[0], causing all sort of problems
453
  # (the dirname of $[0] is not the place where we might find the
493
  # (the dirname of $[0] is not the place where we might find the
454
  # original and so on.  Autoconf is especially sensitive to this).
494
  # original and so on.  Autoconf is especially sensitive to this).
455
  . "./$as_me.lineno"
495
  . "./$as_me.lineno"
456
  # Exit status is that of the last command.
496
  # Exit status is that of the last command.
...
...
481
  if ln -s conf$$.file conf$$ 2>/dev/null; then
521
  if ln -s conf$$.file conf$$ 2>/dev/null; then
482
    as_ln_s='ln -s'
522
    as_ln_s='ln -s'
483
    # ... but there are two gotchas:
523
    # ... but there are two gotchas:
484
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
524
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
485
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
525
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
486
    # In both cases, we have to default to `cp -p'.
526
    # In both cases, we have to default to `cp -pR'.
487
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
527
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
488
      as_ln_s='cp -p'
528
      as_ln_s='cp -pR'
489
  elif ln conf$$.file conf$$ 2>/dev/null; then
529
  elif ln conf$$.file conf$$ 2>/dev/null; then
490
    as_ln_s=ln
530
    as_ln_s=ln
491
  else
531
  else
492
    as_ln_s='cp -p'
532
    as_ln_s='cp -pR'
493
  fi
533
  fi
494
else
534
else
495
  as_ln_s='cp -p'
535
  as_ln_s='cp -pR'
496
fi
536
fi
497
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
537
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
498
rmdir conf$$.dir 2>/dev/null
538
rmdir conf$$.dir 2>/dev/null
499
539
500
if mkdir -p . 2>/dev/null; then
540
if mkdir -p . 2>/dev/null; then
...
...
502
else
542
else
503
  test -d ./-p && rmdir ./-p
543
  test -d ./-p && rmdir ./-p
504
  as_mkdir_p=false
544
  as_mkdir_p=false
505
fi
545
fi
506
546
507
if test -x / >/dev/null 2>&1; then
508
  as_test_x='test -x'
547
as_test_x='test -x'
509
else
548
as_executable_p=as_fn_executable_p
510
  if ls -dL / >/dev/null 2>&1; then
511
    as_ls_L_option=L
512
  else
513
    as_ls_L_option=
514
  fi
515
  as_test_x='
516
    eval sh -c '\''
517
      if test -d "$1"; then
518
  test -d "$1/.";
519
      else
520
  case $1 in #(
521
  -*)set "./$1";;
522
  esac;
523
  case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
524
  ???[sx]*):;;*)false;;esac;fi
525
    '\'' sh
526
  '
527
fi
528
as_executable_p=$as_test_x
529
549
530
# Sed expression to map a string onto a valid CPP name.
550
# Sed expression to map a string onto a valid CPP name.
531
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
551
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
532
552
533
# Sed expression to map a string onto a valid variable name.
553
# Sed expression to map a string onto a valid variable name.
...
...
691
with_file_command
711
with_file_command
692
with_aspell
712
with_aspell
693
with_inotify
713
with_inotify
694
with_fam
714
with_fam
695
enable_xattr
715
enable_xattr
716
enable_idxthreads
696
enable_camelcase
717
enable_camelcase
718
enable_stripchars
697
enable_python_module
719
enable_python_module
698
enable_pic
720
enable_pic
699
enable_qtgui
721
enable_qtgui
700
enable_webkit
722
enable_webkit
701
with_qzeitgeist
723
with_qzeitgeist
...
...
1169
1191
1170
# FIXME: To remove some day.
1192
# FIXME: To remove some day.
1171
if test "x$host_alias" != x; then
1193
if test "x$host_alias" != x; then
1172
  if test "x$build_alias" = x; then
1194
  if test "x$build_alias" = x; then
1173
    cross_compiling=maybe
1195
    cross_compiling=maybe
1174
    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1175
    If a cross compiler is detected then cross compile mode will be used" >&2
1176
  elif test "x$build_alias" != "x$host_alias"; then
1196
  elif test "x$build_alias" != "x$host_alias"; then
1177
    cross_compiling=yes
1197
    cross_compiling=yes
1178
  fi
1198
  fi
1179
fi
1199
fi
1180
1200
...
...
1335
  --enable-xattr          Enable fetching metadata from file extended
1355
  --enable-xattr          Enable fetching metadata from file extended
1336
                          attributes. This is only useful if some application
1356
                          attributes. This is only useful if some application
1337
                          creates them on (part of) your data set. You also
1357
                          creates them on (part of) your data set. You also
1338
                          need to set up appropriate mappings in the
1358
                          need to set up appropriate mappings in the
1339
                          configuration.
1359
                          configuration.
1360
  --enable-idxthreads     Enable multithread indexing. This can somewhat boost
1361
                          indexing performance.
1340
  --enable-camelcase      Enable splitting camelCase words. This is not
1362
  --enable-camelcase      Enable splitting camelCase words. This is not
1341
                          enabled by default as this makes phrase matches more
1363
                          enabled by default as this makes phrase matches more
1342
                          difficult: you need to use matching case in the
1364
                          difficult: you need to use matching case in the
1343
                          phrase query to get a match. Ie querying for "MySQL
1365
                          phrase query to get a match. Ie querying for "MySQL
1344
                          manual" and "my sql manual" are the same, but not
1366
                          manual" and "my sql manual" are the same, but not
1345
                          the same as "mysql manual" (in phrases only and you
1367
                          the same as "mysql manual" (in phrases only and you
1346
                          could raise the phrase slack to get a match).
1368
                          could raise the phrase slack to get a match).
1369
  --enable-stripchars     Remove diacritics and fold character case in indexed
1370
                          terms. This will yield less precise searches but the
1371
                          index will be smaller
1347
  --disable-python-module Do not build the Python module.
1372
  --disable-python-module Do not build the Python module.
1348
  --enable-pic            Do not compile library objects as position
1373
  --disable-pic           Do not compile library objects as position
1349
                          independant code. This is incompatible with the php
1374
                          independant code. This is incompatible with the php
1350
                          or python extensions.
1375
                          or python extensions.
1351
  --disable-qtgui         Disable the QT-based graphical user interface.
1376
  --disable-qtgui         Disable the QT-based graphical user interface.
1352
  --disable-webkit        Disable use of qt-webkit.
1377
  --disable-webkit        Disable use of qt-webkit (only meaningful if qtgui
1378
                          is enabled).
1353
  --disable-x11mon        Disable recollindex support for X11 session
1379
  --disable-x11mon        Disable recollindex support for X11 session
1354
                          monitoring.
1380
                          monitoring.
1355
1381
1356
Optional Packages:
1382
Optional Packages:
1357
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1383
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
...
...
1359
  --with-file-command     Specify version of 'file' command (ie:
1385
  --with-file-command     Specify version of 'file' command (ie:
1360
                          --with-file-command=/usr/local/bin/file)
1386
                          --with-file-command=/usr/local/bin/file)
1361
  --without-aspell        Disable use of aspell spelling package to provide
1387
  --without-aspell        Disable use of aspell spelling package to provide
1362
                          term expansion to other spellings
1388
                          term expansion to other spellings
1363
  --with-inotify          Use inotify for almost real time indexing of
1389
  --with-inotify          Use inotify for almost real time indexing of
1364
                          modified files.
1390
                          modified files (the default is yes on Linux).
1365
  --with-fam              Use File Alteration Monitor for almost real time
1391
  --with-fam              Use File Alteration Monitor for almost real time
1366
                          indexing of modified files. Give the fam/gamin
1392
                          indexing of modified files. Give the fam/gamin
1367
                          library as argument (ie: /usr/lib/libfam.so) if
1393
                          library as argument (ie: /usr/lib/libfam.so) if
1368
                          configure does not find the right one.
1394
                          configure does not find the right one.
1369
  --with-qzeitgeist       Enable the use of the qzeitgeist library to send
1395
  --with-qzeitgeist       Enable the use of the qzeitgeist library to send
...
...
1449
1475
1450
test -n "$ac_init_help" && exit $ac_status
1476
test -n "$ac_init_help" && exit $ac_status
1451
if $ac_init_version; then
1477
if $ac_init_version; then
1452
  cat <<\_ACEOF
1478
  cat <<\_ACEOF
1453
Recoll configure 1.18.0
1479
Recoll configure 1.18.0
1454
generated by GNU Autoconf 2.68
1480
generated by GNU Autoconf 2.69
1455
1481
1456
Copyright (C) 2010 Free Software Foundation, Inc.
1482
Copyright (C) 2012 Free Software Foundation, Inc.
1457
This configure script is free software; the Free Software Foundation
1483
This configure script is free software; the Free Software Foundation
1458
gives unlimited permission to copy, distribute and modify it.
1484
gives unlimited permission to copy, distribute and modify it.
1459
_ACEOF
1485
_ACEOF
1460
  exit
1486
  exit
1461
fi
1487
fi
...
...
1762
  test $ac_status = 0; } && {
1788
  test $ac_status = 0; } && {
1763
     test -z "$ac_c_werror_flag" ||
1789
     test -z "$ac_c_werror_flag" ||
1764
     test ! -s conftest.err
1790
     test ! -s conftest.err
1765
       } && test -s conftest$ac_exeext && {
1791
       } && test -s conftest$ac_exeext && {
1766
     test "$cross_compiling" = yes ||
1792
     test "$cross_compiling" = yes ||
1767
     $as_test_x conftest$ac_exeext
1793
     test -x conftest$ac_exeext
1768
       }; then :
1794
       }; then :
1769
  ac_retval=0
1795
  ac_retval=0
1770
else
1796
else
1771
  $as_echo "$as_me: failed program was:" >&5
1797
  $as_echo "$as_me: failed program was:" >&5
1772
sed 's/^/| /' conftest.$ac_ext >&5
1798
sed 's/^/| /' conftest.$ac_ext >&5
...
...
1875
  test $ac_status = 0; } && {
1901
  test $ac_status = 0; } && {
1876
     test -z "$ac_cxx_werror_flag" ||
1902
     test -z "$ac_cxx_werror_flag" ||
1877
     test ! -s conftest.err
1903
     test ! -s conftest.err
1878
       } && test -s conftest$ac_exeext && {
1904
       } && test -s conftest$ac_exeext && {
1879
     test "$cross_compiling" = yes ||
1905
     test "$cross_compiling" = yes ||
1880
     $as_test_x conftest$ac_exeext
1906
     test -x conftest$ac_exeext
1881
       }; then :
1907
       }; then :
1882
  ac_retval=0
1908
  ac_retval=0
1883
else
1909
else
1884
  $as_echo "$as_me: failed program was:" >&5
1910
  $as_echo "$as_me: failed program was:" >&5
1885
sed 's/^/| /' conftest.$ac_ext >&5
1911
sed 's/^/| /' conftest.$ac_ext >&5
...
...
2002
cat >config.log <<_ACEOF
2028
cat >config.log <<_ACEOF
2003
This file contains any messages produced by compilers while
2029
This file contains any messages produced by compilers while
2004
running configure, to aid debugging if configure makes a mistake.
2030
running configure, to aid debugging if configure makes a mistake.
2005
2031
2006
It was created by Recoll $as_me 1.18.0, which was
2032
It was created by Recoll $as_me 1.18.0, which was
2007
generated by GNU Autoconf 2.68.  Invocation command line was
2033
generated by GNU Autoconf 2.69.  Invocation command line was
2008
2034
2009
  $ $0 $@
2035
  $ $0 $@
2010
2036
2011
_ACEOF
2037
_ACEOF
2012
exec 5>>config.log
2038
exec 5>>config.log
...
...
2382
for as_dir in $PATH
2408
for as_dir in $PATH
2383
do
2409
do
2384
  IFS=$as_save_IFS
2410
  IFS=$as_save_IFS
2385
  test -z "$as_dir" && as_dir=.
2411
  test -z "$as_dir" && as_dir=.
2386
    for ac_exec_ext in '' $ac_executable_extensions; do
2412
    for ac_exec_ext in '' $ac_executable_extensions; do
2387
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2413
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2388
    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2414
    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2389
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2415
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2390
    break 2
2416
    break 2
2391
  fi
2417
  fi
2392
done
2418
done
...
...
2426
for as_dir in $PATH
2452
for as_dir in $PATH
2427
do
2453
do
2428
  IFS=$as_save_IFS
2454
  IFS=$as_save_IFS
2429
  test -z "$as_dir" && as_dir=.
2455
  test -z "$as_dir" && as_dir=.
2430
    for ac_exec_ext in '' $ac_executable_extensions; do
2456
    for ac_exec_ext in '' $ac_executable_extensions; do
2431
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2457
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2432
    ac_cv_prog_ac_ct_CXX="$ac_prog"
2458
    ac_cv_prog_ac_ct_CXX="$ac_prog"
2433
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2459
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2434
    break 2
2460
    break 2
2435
  fi
2461
  fi
2436
done
2462
done
...
...
2905
for as_dir in $PATH
2931
for as_dir in $PATH
2906
do
2932
do
2907
  IFS=$as_save_IFS
2933
  IFS=$as_save_IFS
2908
  test -z "$as_dir" && as_dir=.
2934
  test -z "$as_dir" && as_dir=.
2909
    for ac_exec_ext in '' $ac_executable_extensions; do
2935
    for ac_exec_ext in '' $ac_executable_extensions; do
2910
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2936
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2911
    ac_cv_prog_CC="${ac_tool_prefix}gcc"
2937
    ac_cv_prog_CC="${ac_tool_prefix}gcc"
2912
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2938
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2913
    break 2
2939
    break 2
2914
  fi
2940
  fi
2915
done
2941
done
...
...
2945
for as_dir in $PATH
2971
for as_dir in $PATH
2946
do
2972
do
2947
  IFS=$as_save_IFS
2973
  IFS=$as_save_IFS
2948
  test -z "$as_dir" && as_dir=.
2974
  test -z "$as_dir" && as_dir=.
2949
    for ac_exec_ext in '' $ac_executable_extensions; do
2975
    for ac_exec_ext in '' $ac_executable_extensions; do
2950
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2976
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2951
    ac_cv_prog_ac_ct_CC="gcc"
2977
    ac_cv_prog_ac_ct_CC="gcc"
2952
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2978
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2953
    break 2
2979
    break 2
2954
  fi
2980
  fi
2955
done
2981
done
...
...
2998
for as_dir in $PATH
3024
for as_dir in $PATH
2999
do
3025
do
3000
  IFS=$as_save_IFS
3026
  IFS=$as_save_IFS
3001
  test -z "$as_dir" && as_dir=.
3027
  test -z "$as_dir" && as_dir=.
3002
    for ac_exec_ext in '' $ac_executable_extensions; do
3028
    for ac_exec_ext in '' $ac_executable_extensions; do
3003
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3029
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3004
    ac_cv_prog_CC="${ac_tool_prefix}cc"
3030
    ac_cv_prog_CC="${ac_tool_prefix}cc"
3005
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3031
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3006
    break 2
3032
    break 2
3007
  fi
3033
  fi
3008
done
3034
done
...
...
3039
for as_dir in $PATH
3065
for as_dir in $PATH
3040
do
3066
do
3041
  IFS=$as_save_IFS
3067
  IFS=$as_save_IFS
3042
  test -z "$as_dir" && as_dir=.
3068
  test -z "$as_dir" && as_dir=.
3043
    for ac_exec_ext in '' $ac_executable_extensions; do
3069
    for ac_exec_ext in '' $ac_executable_extensions; do
3044
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3070
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3045
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3071
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3046
       ac_prog_rejected=yes
3072
       ac_prog_rejected=yes
3047
       continue
3073
       continue
3048
     fi
3074
     fi
3049
    ac_cv_prog_CC="cc"
3075
    ac_cv_prog_CC="cc"
...
...
3097
for as_dir in $PATH
3123
for as_dir in $PATH
3098
do
3124
do
3099
  IFS=$as_save_IFS
3125
  IFS=$as_save_IFS
3100
  test -z "$as_dir" && as_dir=.
3126
  test -z "$as_dir" && as_dir=.
3101
    for ac_exec_ext in '' $ac_executable_extensions; do
3127
    for ac_exec_ext in '' $ac_executable_extensions; do
3102
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3128
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3103
    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3129
    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3104
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3130
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3105
    break 2
3131
    break 2
3106
  fi
3132
  fi
3107
done
3133
done
...
...
3141
for as_dir in $PATH
3167
for as_dir in $PATH
3142
do
3168
do
3143
  IFS=$as_save_IFS
3169
  IFS=$as_save_IFS
3144
  test -z "$as_dir" && as_dir=.
3170
  test -z "$as_dir" && as_dir=.
3145
    for ac_exec_ext in '' $ac_executable_extensions; do
3171
    for ac_exec_ext in '' $ac_executable_extensions; do
3146
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3172
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3147
    ac_cv_prog_ac_ct_CC="$ac_prog"
3173
    ac_cv_prog_ac_ct_CC="$ac_prog"
3148
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3174
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3149
    break 2
3175
    break 2
3150
  fi
3176
  fi
3151
done
3177
done
...
...
3337
ac_save_CC=$CC
3363
ac_save_CC=$CC
3338
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3364
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3339
/* end confdefs.h.  */
3365
/* end confdefs.h.  */
3340
#include <stdarg.h>
3366
#include <stdarg.h>
3341
#include <stdio.h>
3367
#include <stdio.h>
3342
#include <sys/types.h>
3368
struct stat;
3343
#include <sys/stat.h>
3344
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3369
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3345
struct buf { int x; };
3370
struct buf { int x; };
3346
FILE * (*rcsopen) (struct buf *, struct stat *, int);
3371
FILE * (*rcsopen) (struct buf *, struct stat *, int);
3347
static char *e (p, i)
3372
static char *e (p, i)
3348
     char **p;
3373
     char **p;
...
...
3620
_ACEOF
3645
_ACEOF
3621
;;
3646
;;
3622
esac
3647
esac
3623
rm -rf conftest*
3648
rm -rf conftest*
3624
  fi
3649
  fi
3650
3651
3625
fi
3652
fi
3626
3653
3627
3654
3628
# OpenBSD needs sys/param.h for mount.h to compile
3655
# OpenBSD needs sys/param.h for mount.h to compile
3629
ac_ext=c
3656
ac_ext=c
...
...
3778
  IFS=$as_save_IFS
3805
  IFS=$as_save_IFS
3779
  test -z "$as_dir" && as_dir=.
3806
  test -z "$as_dir" && as_dir=.
3780
    for ac_prog in grep ggrep; do
3807
    for ac_prog in grep ggrep; do
3781
    for ac_exec_ext in '' $ac_executable_extensions; do
3808
    for ac_exec_ext in '' $ac_executable_extensions; do
3782
      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3809
      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3783
      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3810
      as_fn_executable_p "$ac_path_GREP" || continue
3784
# Check for GNU ac_path_GREP and select it if it is found.
3811
# Check for GNU ac_path_GREP and select it if it is found.
3785
  # Check for GNU $ac_path_GREP
3812
  # Check for GNU $ac_path_GREP
3786
case `"$ac_path_GREP" --version 2>&1` in
3813
case `"$ac_path_GREP" --version 2>&1` in
3787
*GNU*)
3814
*GNU*)
3788
  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3815
  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
...
...
3844
  IFS=$as_save_IFS
3871
  IFS=$as_save_IFS
3845
  test -z "$as_dir" && as_dir=.
3872
  test -z "$as_dir" && as_dir=.
3846
    for ac_prog in egrep; do
3873
    for ac_prog in egrep; do
3847
    for ac_exec_ext in '' $ac_executable_extensions; do
3874
    for ac_exec_ext in '' $ac_executable_extensions; do
3848
      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3875
      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3849
      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3876
      as_fn_executable_p "$ac_path_EGREP" || continue
3850
# Check for GNU ac_path_EGREP and select it if it is found.
3877
# Check for GNU ac_path_EGREP and select it if it is found.
3851
  # Check for GNU $ac_path_EGREP
3878
  # Check for GNU $ac_path_EGREP
3852
case `"$ac_path_EGREP" --version 2>&1` in
3879
case `"$ac_path_EGREP" --version 2>&1` in
3853
*GNU*)
3880
*GNU*)
3854
  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3881
  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
...
...
4082
for as_dir in $PATH
4109
for as_dir in $PATH
4083
do
4110
do
4084
  IFS=$as_save_IFS
4111
  IFS=$as_save_IFS
4085
  test -z "$as_dir" && as_dir=.
4112
  test -z "$as_dir" && as_dir=.
4086
    for ac_exec_ext in '' $ac_executable_extensions; do
4113
    for ac_exec_ext in '' $ac_executable_extensions; do
4087
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4114
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4088
    ac_cv_path_fileProg="$as_dir/$ac_word$ac_exec_ext"
4115
    ac_cv_path_fileProg="$as_dir/$ac_word$ac_exec_ext"
4089
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4116
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4090
    break 2
4117
    break 2
4091
  fi
4118
  fi
4092
done
4119
done
...
...
4158
for as_dir in $PATH
4185
for as_dir in $PATH
4159
do
4186
do
4160
  IFS=$as_save_IFS
4187
  IFS=$as_save_IFS
4161
  test -z "$as_dir" && as_dir=.
4188
  test -z "$as_dir" && as_dir=.
4162
    for ac_exec_ext in '' $ac_executable_extensions; do
4189
    for ac_exec_ext in '' $ac_executable_extensions; do
4163
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4190
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4164
    ac_cv_path_aspellProg="$as_dir/$ac_word$ac_exec_ext"
4191
    ac_cv_path_aspellProg="$as_dir/$ac_word$ac_exec_ext"
4165
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4192
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4166
    break 2
4193
    break 2
4167
  fi
4194
  fi
4168
done
4195
done
...
...
4311
    as_fn_error $? "fam library not found" "$LINENO" 5
4338
    as_fn_error $? "fam library not found" "$LINENO" 5
4312
   fi
4339
   fi
4313
fi
4340
fi
4314
4341
4315
# Enable use of file extended attributes.
4342
# Enable use of file extended attributes.
4316
# Not by default as these are little used for now.
4343
# Not by default as extended attributes are little used for now, and
4344
# looking for them is not completely trivial
4317
# Check whether --enable-xattr was given.
4345
# Check whether --enable-xattr was given.
4318
if test "${enable_xattr+set}" = set; then :
4346
if test "${enable_xattr+set}" = set; then :
4319
  enableval=$enable_xattr; xattrEnabled=$enableval
4347
  enableval=$enable_xattr; xattrEnabled=$enableval
4320
else
4348
else
4321
  xattrEnabled=no
4349
  xattrEnabled=no
...
...
4323
4351
4324
4352
4325
if test X$xattrEnabled = Xyes ; then
4353
if test X$xattrEnabled = Xyes ; then
4326
4354
4327
$as_echo "#define RCL_USE_XATTR 1" >>confdefs.h
4355
$as_echo "#define RCL_USE_XATTR 1" >>confdefs.h
4356
4357
fi
4358
4359
# Enable use of threads in the indexing pipeline.
4360
# Threads are used in bucket-brigade fashion for the processing steps
4361
# (reading file - text splitting - indexing proper). The performance
4362
# increase can be significant, but this is disabled by default as we
4363
# usually care little about indexing absolute performance (more about
4364
# impact on usability and total resources used).
4365
# Check whether --enable-idxthreads was given.
4366
if test "${enable_idxthreads+set}" = set; then :
4367
  enableval=$enable_idxthreads; idxthreadsEnabled=$enableval
4368
else
4369
  idxthreadsEnabled=no
4370
fi
4371
4372
4373
if test X$idxthreadsEnabled = Xyes ; then
4374
4375
$as_echo "#define IDX_THREADS 1" >>confdefs.h
4328
4376
4329
fi
4377
fi
4330
4378
4331
# Enable CamelCase word splitting. This is optional because it causes
4379
# Enable CamelCase word splitting. This is optional because it causes
4332
# problems with phrases: with camelcase enabled, "MySQL manual"
4380
# problems with phrases: with camelcase enabled, "MySQL manual"
...
...
4342
4390
4343
4391
4344
if test X$camelcaseEnabled = Xyes ; then
4392
if test X$camelcaseEnabled = Xyes ; then
4345
4393
4346
$as_echo "#define RCL_SPLIT_CAMELCASE 1" >>confdefs.h
4394
$as_echo "#define RCL_SPLIT_CAMELCASE 1" >>confdefs.h
4395
4396
fi
4397
4398
# Not by default as these are little used for now.
4399
# Check whether --enable-stripchars was given.
4400
if test "${enable_stripchars+set}" = set; then :
4401
  enableval=$enable_stripchars; stripcharsEnabled=$enableval
4402
else
4403
  stripcharsEnabled=no
4404
fi
4405
4406
4407
if test X$stripcharsEnabled = Xyes ; then
4408
4409
$as_echo "#define RCL_INDEX_STRIPCHARS 1" >>confdefs.h
4347
4410
4348
fi
4411
fi
4349
4412
4350
# Disable building the python module. This is built by default, because
4413
# Disable building the python module. This is built by default, because
4351
# it's really the easiest way to interface and extend recoll. It forces PIC
4414
# it's really the easiest way to interface and extend recoll. It forces PIC
...
...
4553
for as_dir in $PATH
4616
for as_dir in $PATH
4554
do
4617
do
4555
  IFS=$as_save_IFS
4618
  IFS=$as_save_IFS
4556
  test -z "$as_dir" && as_dir=.
4619
  test -z "$as_dir" && as_dir=.
4557
    for ac_exec_ext in '' $ac_executable_extensions; do
4620
    for ac_exec_ext in '' $ac_executable_extensions; do
4558
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4621
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4559
    ac_cv_path_XAPIAN_CONFIG="$as_dir/$ac_word$ac_exec_ext"
4622
    ac_cv_path_XAPIAN_CONFIG="$as_dir/$ac_word$ac_exec_ext"
4560
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4623
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4561
    break 2
4624
    break 2
4562
  fi
4625
  fi
4563
done
4626
done
...
...
4674
for as_dir in $PATH
4737
for as_dir in $PATH
4675
do
4738
do
4676
  IFS=$as_save_IFS
4739
  IFS=$as_save_IFS
4677
  test -z "$as_dir" && as_dir=.
4740
  test -z "$as_dir" && as_dir=.
4678
    for ac_exec_ext in '' $ac_executable_extensions; do
4741
    for ac_exec_ext in '' $ac_executable_extensions; do
4679
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4742
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4680
    ac_cv_path_QMAKEPATH="$as_dir/$ac_word$ac_exec_ext"
4743
    ac_cv_path_QMAKEPATH="$as_dir/$ac_word$ac_exec_ext"
4681
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4744
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4682
    break 2
4745
    break 2
4683
  fi
4746
  fi
4684
done
4747
done
...
...
4720
  # depend on this. We try to detect the qt 4 version string instead.
4783
  # depend on this. We try to detect the qt 4 version string instead.
4721
  qmakevers="`${QMAKE} --version 2>&1`"
4784
  qmakevers="`${QMAKE} --version 2>&1`"
4722
  #echo "qmake version: $qmakevers"
4785
  #echo "qmake version: $qmakevers"
4723
  v4=`expr "$qmakevers" : '.*Qt  *version  *4.*'`
4786
  v4=`expr "$qmakevers" : '.*Qt  *version  *4.*'`
4724
  if test X$v4 = X0 ; then
4787
  if test X$v4 = X0 ; then
4725
     as_fn_error $? "qmake seems to indincate using Qt version 3 which is not supported any more" "$LINENO" 5
4788
     as_fn_error $? "qmake seems to be using Qt version 3 which is not supported any more" "$LINENO" 5
4726
     QTGUI=qtgui
4789
     QTGUI=qtgui
4727
  else
4790
  else
4728
    { $as_echo "$as_me:${as_lineno-$LINENO}: using qt version 4 user interface" >&5
4791
    { $as_echo "$as_me:${as_lineno-$LINENO}: using qt version 4 user interface" >&5
4729
$as_echo "$as_me: using qt version 4 user interface" >&6;}
4792
$as_echo "$as_me: using qt version 4 user interface" >&6;}
4730
    QTGUI=qtgui
4793
    QTGUI=qtgui
...
...
4766
   QMAKE_DISABLE_WEBKIT="#"
4829
   QMAKE_DISABLE_WEBKIT="#"
4767
  else
4830
  else
4768
   QMAKE_ENABLE_WEBKIT="#"
4831
   QMAKE_ENABLE_WEBKIT="#"
4769
   QMAKE_DISABLE_WEBKIT=""
4832
   QMAKE_DISABLE_WEBKIT=""
4770
  fi
4833
  fi
4834
4835
4771
4836
4772
 ##### Using QZeitGeist lib ? Default no for now
4837
 ##### Using QZeitGeist lib ? Default no for now
4773
4838
4774
# Check whether --with-qzeitgeist was given.
4839
# Check whether --with-qzeitgeist was given.
4775
if test "${with_qzeitgeist+set}" = set; then :
4840
if test "${with_qzeitgeist+set}" = set; then :
...
...
6108
  if ln -s conf$$.file conf$$ 2>/dev/null; then
6173
  if ln -s conf$$.file conf$$ 2>/dev/null; then
6109
    as_ln_s='ln -s'
6174
    as_ln_s='ln -s'
6110
    # ... but there are two gotchas:
6175
    # ... but there are two gotchas:
6111
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
6176
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
6112
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
6177
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
6113
    # In both cases, we have to default to `cp -p'.
6178
    # In both cases, we have to default to `cp -pR'.
6114
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
6179
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
6115
      as_ln_s='cp -p'
6180
      as_ln_s='cp -pR'
6116
  elif ln conf$$.file conf$$ 2>/dev/null; then
6181
  elif ln conf$$.file conf$$ 2>/dev/null; then
6117
    as_ln_s=ln
6182
    as_ln_s=ln
6118
  else
6183
  else
6119
    as_ln_s='cp -p'
6184
    as_ln_s='cp -pR'
6120
  fi
6185
  fi
6121
else
6186
else
6122
  as_ln_s='cp -p'
6187
  as_ln_s='cp -pR'
6123
fi
6188
fi
6124
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
6189
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
6125
rmdir conf$$.dir 2>/dev/null
6190
rmdir conf$$.dir 2>/dev/null
6126
6191
6127
6192
...
...
6177
else
6242
else
6178
  test -d ./-p && rmdir ./-p
6243
  test -d ./-p && rmdir ./-p
6179
  as_mkdir_p=false
6244
  as_mkdir_p=false
6180
fi
6245
fi
6181
6246
6182
if test -x / >/dev/null 2>&1; then
6247
6248
# as_fn_executable_p FILE
6249
# -----------------------
6250
# Test if FILE is an executable regular file.
6251
as_fn_executable_p ()
6252
{
6253
  test -f "$1" && test -x "$1"
6254
} # as_fn_executable_p
6183
  as_test_x='test -x'
6255
as_test_x='test -x'
6184
else
6256
as_executable_p=as_fn_executable_p
6185
  if ls -dL / >/dev/null 2>&1; then
6186
    as_ls_L_option=L
6187
  else
6188
    as_ls_L_option=
6189
  fi
6190
  as_test_x='
6191
    eval sh -c '\''
6192
      if test -d "$1"; then
6193
  test -d "$1/.";
6194
      else
6195
  case $1 in #(
6196
  -*)set "./$1";;
6197
  esac;
6198
  case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
6199
  ???[sx]*):;;*)false;;esac;fi
6200
    '\'' sh
6201
  '
6202
fi
6203
as_executable_p=$as_test_x
6204
6257
6205
# Sed expression to map a string onto a valid CPP name.
6258
# Sed expression to map a string onto a valid CPP name.
6206
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
6259
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
6207
6260
6208
# Sed expression to map a string onto a valid variable name.
6261
# Sed expression to map a string onto a valid variable name.
...
...
6220
# Save the log message, to keep $0 and so on meaningful, and to
6273
# Save the log message, to keep $0 and so on meaningful, and to
6221
# report actual input values of CONFIG_FILES etc. instead of their
6274
# report actual input values of CONFIG_FILES etc. instead of their
6222
# values after options handling.
6275
# values after options handling.
6223
ac_log="
6276
ac_log="
6224
This file was extended by Recoll $as_me 1.18.0, which was
6277
This file was extended by Recoll $as_me 1.18.0, which was
6225
generated by GNU Autoconf 2.68.  Invocation command line was
6278
generated by GNU Autoconf 2.69.  Invocation command line was
6226
6279
6227
  CONFIG_FILES    = $CONFIG_FILES
6280
  CONFIG_FILES    = $CONFIG_FILES
6228
  CONFIG_HEADERS  = $CONFIG_HEADERS
6281
  CONFIG_HEADERS  = $CONFIG_HEADERS
6229
  CONFIG_LINKS    = $CONFIG_LINKS
6282
  CONFIG_LINKS    = $CONFIG_LINKS
6230
  CONFIG_COMMANDS = $CONFIG_COMMANDS
6283
  CONFIG_COMMANDS = $CONFIG_COMMANDS
...
...
6282
_ACEOF
6335
_ACEOF
6283
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6336
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6284
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
6337
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
6285
ac_cs_version="\\
6338
ac_cs_version="\\
6286
Recoll config.status 1.18.0
6339
Recoll config.status 1.18.0
6287
configured by $0, generated by GNU Autoconf 2.68,
6340
configured by $0, generated by GNU Autoconf 2.69,
6288
  with options \\"\$ac_cs_config\\"
6341
  with options \\"\$ac_cs_config\\"
6289
6342
6290
Copyright (C) 2010 Free Software Foundation, Inc.
6343
Copyright (C) 2012 Free Software Foundation, Inc.
6291
This config.status script is free software; the Free Software Foundation
6344
This config.status script is free software; the Free Software Foundation
6292
gives unlimited permission to copy, distribute and modify it."
6345
gives unlimited permission to copy, distribute and modify it."
6293
6346
6294
ac_pwd='$ac_pwd'
6347
ac_pwd='$ac_pwd'
6295
srcdir='$srcdir'
6348
srcdir='$srcdir'
...
...
6373
fi
6426
fi
6374
6427
6375
_ACEOF
6428
_ACEOF
6376
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6429
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6377
if \$ac_cs_recheck; then
6430
if \$ac_cs_recheck; then
6378
  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
6431
  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
6379
  shift
6432
  shift
6380
  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
6433
  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
6381
  CONFIG_SHELL='$SHELL'
6434
  CONFIG_SHELL='$SHELL'
6382
  export CONFIG_SHELL
6435
  export CONFIG_SHELL
6383
  exec "\$@"
6436
  exec "\$@"