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.17.0.
3
# Generated by GNU Autoconf 2.67 for Recoll 1.17.1.
4
#
4
#
5
#
5
#
6
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
7
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
7
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
8
# Foundation, Inc.
8
# Foundation, Inc.
...
...
87
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
87
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
88
# splitting by setting IFS to empty value.)
88
# splitting by setting IFS to empty value.)
89
IFS=" ""    $as_nl"
89
IFS=" ""    $as_nl"
90
90
91
# Find who we are.  Look in the path if we contain no directory separator.
91
# Find who we are.  Look in the path if we contain no directory separator.
92
as_myself=
93
case $0 in #((
92
case $0 in #((
94
  *[\\/]* ) as_myself=$0 ;;
93
  *[\\/]* ) as_myself=$0 ;;
95
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96
for as_dir in $PATH
95
for as_dir in $PATH
97
do
96
do
...
...
213
212
214
      if test "x$CONFIG_SHELL" != x; then :
213
      if test "x$CONFIG_SHELL" != x; then :
215
  # We cannot yet assume a decent shell, so we have to provide a
214
  # We cannot yet assume a decent shell, so we have to provide a
216
    # neutralization value for shells without unset; and this also
215
    # neutralization value for shells without unset; and this also
217
    # works around shells that cannot unset nonexistent variables.
216
    # works around shells that cannot unset nonexistent variables.
218
  # Preserve -v and -x to the replacement shell.
219
    BASH_ENV=/dev/null
217
    BASH_ENV=/dev/null
220
    ENV=/dev/null
218
    ENV=/dev/null
221
    (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
219
    (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222
    export CONFIG_SHELL
220
    export CONFIG_SHELL
223
  case $- in # ((((
224
    *v*x* | *x*v* ) as_opts=-vx ;;
225
    *v* ) as_opts=-v ;;
226
    *x* ) as_opts=-x ;;
227
    * ) as_opts= ;;
228
  esac
229
    exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
221
    exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
230
fi
222
fi
231
223
232
    if test x$as_have_required = xno; then :
224
    if test x$as_have_required = xno; then :
233
  $as_echo "$0: This script requires a shell more modern than all"
225
  $as_echo "$0: This script requires a shell more modern than all"
234
  $as_echo "$0: the shells that I found on your system."
226
  $as_echo "$0: the shells that I found on your system."
...
...
555
MAKEFLAGS=
547
MAKEFLAGS=
556
548
557
# Identity of this package.
549
# Identity of this package.
558
PACKAGE_NAME='Recoll'
550
PACKAGE_NAME='Recoll'
559
PACKAGE_TARNAME='recoll'
551
PACKAGE_TARNAME='recoll'
560
PACKAGE_VERSION='1.17.0'
552
PACKAGE_VERSION='1.17.1'
561
PACKAGE_STRING='Recoll 1.17.0'
553
PACKAGE_STRING='Recoll 1.17.1'
562
PACKAGE_BUGREPORT=''
554
PACKAGE_BUGREPORT=''
563
PACKAGE_URL=''
555
PACKAGE_URL=''
564
556
565
ac_unique_file="index/recollindex.cpp"
557
ac_unique_file="index/recollindex.cpp"
566
# Factoring default headers for most tests.
558
# Factoring default headers for most tests.
...
...
1117
  *)
1109
  *)
1118
    # FIXME: should be removed in autoconf 3.0.
1110
    # FIXME: should be removed in autoconf 3.0.
1119
    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1111
    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1120
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1112
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1121
      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1113
      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1122
    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1114
    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1123
    ;;
1115
    ;;
1124
1116
1125
  esac
1117
  esac
1126
done
1118
done
1127
1119
...
...
1255
#
1247
#
1256
if test "$ac_init_help" = "long"; then
1248
if test "$ac_init_help" = "long"; then
1257
  # Omit some internal or obsolete options to make the list less imposing.
1249
  # Omit some internal or obsolete options to make the list less imposing.
1258
  # This message is too long to be a string in the A/UX 3.1 sh.
1250
  # This message is too long to be a string in the A/UX 3.1 sh.
1259
  cat <<_ACEOF
1251
  cat <<_ACEOF
1260
\`configure' configures Recoll 1.17.0 to adapt to many kinds of systems.
1252
\`configure' configures Recoll 1.17.1 to adapt to many kinds of systems.
1261
1253
1262
Usage: $0 [OPTION]... [VAR=VALUE]...
1254
Usage: $0 [OPTION]... [VAR=VALUE]...
1263
1255
1264
To assign environment variables (e.g., CC, CFLAGS...), specify them as
1256
To assign environment variables (e.g., CC, CFLAGS...), specify them as
1265
VAR=VALUE.  See below for descriptions of some of the useful variables.
1257
VAR=VALUE.  See below for descriptions of some of the useful variables.
...
...
1320
_ACEOF
1312
_ACEOF
1321
fi
1313
fi
1322
1314
1323
if test -n "$ac_init_help"; then
1315
if test -n "$ac_init_help"; then
1324
  case $ac_init_help in
1316
  case $ac_init_help in
1325
     short | recursive ) echo "Configuration of Recoll 1.17.0:";;
1317
     short | recursive ) echo "Configuration of Recoll 1.17.1:";;
1326
   esac
1318
   esac
1327
  cat <<\_ACEOF
1319
  cat <<\_ACEOF
1328
1320
1329
Optional Features:
1321
Optional Features:
1330
  --disable-option-checking  ignore unrecognized --enable/--with options
1322
  --disable-option-checking  ignore unrecognized --enable/--with options
...
...
1447
fi
1439
fi
1448
1440
1449
test -n "$ac_init_help" && exit $ac_status
1441
test -n "$ac_init_help" && exit $ac_status
1450
if $ac_init_version; then
1442
if $ac_init_version; then
1451
  cat <<\_ACEOF
1443
  cat <<\_ACEOF
1452
Recoll configure 1.17.0
1444
Recoll configure 1.17.1
1453
generated by GNU Autoconf 2.68
1445
generated by GNU Autoconf 2.67
1454
1446
1455
Copyright (C) 2010 Free Software Foundation, Inc.
1447
Copyright (C) 2010 Free Software Foundation, Inc.
1456
This configure script is free software; the Free Software Foundation
1448
This configure script is free software; the Free Software Foundation
1457
gives unlimited permission to copy, distribute and modify it.
1449
gives unlimited permission to copy, distribute and modify it.
1458
_ACEOF
1450
_ACEOF
...
...
1494
  $as_echo "$as_me: failed program was:" >&5
1486
  $as_echo "$as_me: failed program was:" >&5
1495
sed 's/^/| /' conftest.$ac_ext >&5
1487
sed 's/^/| /' conftest.$ac_ext >&5
1496
1488
1497
    ac_retval=1
1489
    ac_retval=1
1498
fi
1490
fi
1499
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1491
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1500
  as_fn_set_status $ac_retval
1492
  as_fn_set_status $ac_retval
1501
1493
1502
} # ac_fn_cxx_try_compile
1494
} # ac_fn_cxx_try_compile
1503
1495
1504
# ac_fn_c_try_compile LINENO
1496
# ac_fn_c_try_compile LINENO
...
...
1532
  $as_echo "$as_me: failed program was:" >&5
1524
  $as_echo "$as_me: failed program was:" >&5
1533
sed 's/^/| /' conftest.$ac_ext >&5
1525
sed 's/^/| /' conftest.$ac_ext >&5
1534
1526
1535
    ac_retval=1
1527
    ac_retval=1
1536
fi
1528
fi
1537
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1529
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1538
  as_fn_set_status $ac_retval
1530
  as_fn_set_status $ac_retval
1539
1531
1540
} # ac_fn_c_try_compile
1532
} # ac_fn_c_try_compile
1541
1533
1542
# ac_fn_c_try_cpp LINENO
1534
# ac_fn_c_try_cpp LINENO
...
...
1569
  $as_echo "$as_me: failed program was:" >&5
1561
  $as_echo "$as_me: failed program was:" >&5
1570
sed 's/^/| /' conftest.$ac_ext >&5
1562
sed 's/^/| /' conftest.$ac_ext >&5
1571
1563
1572
    ac_retval=1
1564
    ac_retval=1
1573
fi
1565
fi
1574
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1566
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1575
  as_fn_set_status $ac_retval
1567
  as_fn_set_status $ac_retval
1576
1568
1577
} # ac_fn_c_try_cpp
1569
} # ac_fn_c_try_cpp
1578
1570
1579
# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1571
# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
...
...
1582
# the include files in INCLUDES and setting the cache variable VAR
1574
# the include files in INCLUDES and setting the cache variable VAR
1583
# accordingly.
1575
# accordingly.
1584
ac_fn_c_check_header_mongrel ()
1576
ac_fn_c_check_header_mongrel ()
1585
{
1577
{
1586
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1578
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1587
  if eval \${$3+:} false; then :
1579
  if eval "test \"\${$3+set}\"" = set; then :
1588
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1580
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1589
$as_echo_n "checking for $2... " >&6; }
1581
$as_echo_n "checking for $2... " >&6; }
1590
if eval \${$3+:} false; then :
1582
if eval "test \"\${$3+set}\"" = set; then :
1591
  $as_echo_n "(cached) " >&6
1583
  $as_echo_n "(cached) " >&6
1592
fi
1584
fi
1593
eval ac_res=\$$3
1585
eval ac_res=\$$3
1594
           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1586
           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1595
$as_echo "$ac_res" >&6; }
1587
$as_echo "$ac_res" >&6; }
...
...
1648
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1640
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1649
    ;;
1641
    ;;
1650
esac
1642
esac
1651
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1643
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1652
$as_echo_n "checking for $2... " >&6; }
1644
$as_echo_n "checking for $2... " >&6; }
1653
if eval \${$3+:} false; then :
1645
if eval "test \"\${$3+set}\"" = set; then :
1654
  $as_echo_n "(cached) " >&6
1646
  $as_echo_n "(cached) " >&6
1655
else
1647
else
1656
  eval "$3=\$ac_header_compiler"
1648
  eval "$3=\$ac_header_compiler"
1657
fi
1649
fi
1658
eval ac_res=\$$3
1650
eval ac_res=\$$3
1659
           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1651
           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1660
$as_echo "$ac_res" >&6; }
1652
$as_echo "$ac_res" >&6; }
1661
fi
1653
fi
1662
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1654
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1663
1655
1664
} # ac_fn_c_check_header_mongrel
1656
} # ac_fn_c_check_header_mongrel
1665
1657
1666
# ac_fn_c_try_run LINENO
1658
# ac_fn_c_try_run LINENO
1667
# ----------------------
1659
# ----------------------
...
...
1698
sed 's/^/| /' conftest.$ac_ext >&5
1690
sed 's/^/| /' conftest.$ac_ext >&5
1699
1691
1700
       ac_retval=$ac_status
1692
       ac_retval=$ac_status
1701
fi
1693
fi
1702
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1694
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1703
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1695
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1704
  as_fn_set_status $ac_retval
1696
  as_fn_set_status $ac_retval
1705
1697
1706
} # ac_fn_c_try_run
1698
} # ac_fn_c_try_run
1707
1699
1708
# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1700
# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
...
...
1712
ac_fn_c_check_header_compile ()
1704
ac_fn_c_check_header_compile ()
1713
{
1705
{
1714
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1706
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1715
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1707
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1716
$as_echo_n "checking for $2... " >&6; }
1708
$as_echo_n "checking for $2... " >&6; }
1717
if eval \${$3+:} false; then :
1709
if eval "test \"\${$3+set}\"" = set; then :
1718
  $as_echo_n "(cached) " >&6
1710
  $as_echo_n "(cached) " >&6
1719
else
1711
else
1720
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1712
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1721
/* end confdefs.h.  */
1713
/* end confdefs.h.  */
1722
$4
1714
$4
...
...
1730
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1722
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1731
fi
1723
fi
1732
eval ac_res=\$$3
1724
eval ac_res=\$$3
1733
           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1725
           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1734
$as_echo "$ac_res" >&6; }
1726
$as_echo "$ac_res" >&6; }
1735
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1727
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1736
1728
1737
} # ac_fn_c_check_header_compile
1729
} # ac_fn_c_check_header_compile
1738
1730
1739
# ac_fn_c_try_link LINENO
1731
# ac_fn_c_try_link LINENO
1740
# -----------------------
1732
# -----------------------
...
...
1775
  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1767
  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1776
  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1768
  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1777
  # interfere with the next link command; also delete a directory that is
1769
  # interfere with the next link command; also delete a directory that is
1778
  # left behind by Apple's compiler.  We do this before executing the actions.
1770
  # left behind by Apple's compiler.  We do this before executing the actions.
1779
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1771
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1780
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1772
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1781
  as_fn_set_status $ac_retval
1773
  as_fn_set_status $ac_retval
1782
1774
1783
} # ac_fn_c_try_link
1775
} # ac_fn_c_try_link
1784
1776
1785
# ac_fn_c_check_func LINENO FUNC VAR
1777
# ac_fn_c_check_func LINENO FUNC VAR
...
...
1788
ac_fn_c_check_func ()
1780
ac_fn_c_check_func ()
1789
{
1781
{
1790
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1782
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1791
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1783
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1792
$as_echo_n "checking for $2... " >&6; }
1784
$as_echo_n "checking for $2... " >&6; }
1793
if eval \${$3+:} false; then :
1785
if eval "test \"\${$3+set}\"" = set; then :
1794
  $as_echo_n "(cached) " >&6
1786
  $as_echo_n "(cached) " >&6
1795
else
1787
else
1796
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1788
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1797
/* end confdefs.h.  */
1789
/* end confdefs.h.  */
1798
/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1790
/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
...
...
1843
    conftest$ac_exeext conftest.$ac_ext
1835
    conftest$ac_exeext conftest.$ac_ext
1844
fi
1836
fi
1845
eval ac_res=\$$3
1837
eval ac_res=\$$3
1846
           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1838
           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1847
$as_echo "$ac_res" >&6; }
1839
$as_echo "$ac_res" >&6; }
1848
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1840
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1849
1841
1850
} # ac_fn_c_check_func
1842
} # ac_fn_c_check_func
1851
1843
1852
# ac_fn_cxx_try_link LINENO
1844
# ac_fn_cxx_try_link LINENO
1853
# -------------------------
1845
# -------------------------
...
...
1888
  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1880
  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1889
  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1881
  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1890
  # interfere with the next link command; also delete a directory that is
1882
  # interfere with the next link command; also delete a directory that is
1891
  # left behind by Apple's compiler.  We do this before executing the actions.
1883
  # left behind by Apple's compiler.  We do this before executing the actions.
1892
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1884
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1893
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1885
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1894
  as_fn_set_status $ac_retval
1886
  as_fn_set_status $ac_retval
1895
1887
1896
} # ac_fn_cxx_try_link
1888
} # ac_fn_cxx_try_link
1897
1889
1898
# ac_fn_cxx_try_cpp LINENO
1890
# ac_fn_cxx_try_cpp LINENO
...
...
1925
  $as_echo "$as_me: failed program was:" >&5
1917
  $as_echo "$as_me: failed program was:" >&5
1926
sed 's/^/| /' conftest.$ac_ext >&5
1918
sed 's/^/| /' conftest.$ac_ext >&5
1927
1919
1928
    ac_retval=1
1920
    ac_retval=1
1929
fi
1921
fi
1930
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1922
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1931
  as_fn_set_status $ac_retval
1923
  as_fn_set_status $ac_retval
1932
1924
1933
} # ac_fn_cxx_try_cpp
1925
} # ac_fn_cxx_try_cpp
1934
1926
1935
# ac_fn_cxx_check_func LINENO FUNC VAR
1927
# ac_fn_cxx_check_func LINENO FUNC VAR
...
...
1938
ac_fn_cxx_check_func ()
1930
ac_fn_cxx_check_func ()
1939
{
1931
{
1940
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1932
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1941
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1933
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1942
$as_echo_n "checking for $2... " >&6; }
1934
$as_echo_n "checking for $2... " >&6; }
1943
if eval \${$3+:} false; then :
1935
if eval "test \"\${$3+set}\"" = set; then :
1944
  $as_echo_n "(cached) " >&6
1936
  $as_echo_n "(cached) " >&6
1945
else
1937
else
1946
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1938
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1947
/* end confdefs.h.  */
1939
/* end confdefs.h.  */
1948
/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1940
/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
...
...
1993
    conftest$ac_exeext conftest.$ac_ext
1985
    conftest$ac_exeext conftest.$ac_ext
1994
fi
1986
fi
1995
eval ac_res=\$$3
1987
eval ac_res=\$$3
1996
           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1988
           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1997
$as_echo "$ac_res" >&6; }
1989
$as_echo "$ac_res" >&6; }
1998
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1990
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1999
1991
2000
} # ac_fn_cxx_check_func
1992
} # ac_fn_cxx_check_func
2001
cat >config.log <<_ACEOF
1993
cat >config.log <<_ACEOF
2002
This file contains any messages produced by compilers while
1994
This file contains any messages produced by compilers while
2003
running configure, to aid debugging if configure makes a mistake.
1995
running configure, to aid debugging if configure makes a mistake.
2004
1996
2005
It was created by Recoll $as_me 1.17.0, which was
1997
It was created by Recoll $as_me 1.17.1, which was
2006
generated by GNU Autoconf 2.68.  Invocation command line was
1998
generated by GNU Autoconf 2.67.  Invocation command line was
2007
1999
2008
  $ $0 $@
2000
  $ $0 $@
2009
2001
2010
_ACEOF
2002
_ACEOF
2011
exec 5>>config.log
2003
exec 5>>config.log
...
...
2259
    sed 's/^/| /' "$ac_site_file" >&5
2251
    sed 's/^/| /' "$ac_site_file" >&5
2260
    . "$ac_site_file" \
2252
    . "$ac_site_file" \
2261
      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2253
      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2262
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2254
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2263
as_fn_error $? "failed to load site script $ac_site_file
2255
as_fn_error $? "failed to load site script $ac_site_file
2264
See \`config.log' for more details" "$LINENO" 5; }
2256
See \`config.log' for more details" "$LINENO" 5 ; }
2265
  fi
2257
  fi
2266
done
2258
done
2267
2259
2268
if test -r "$cache_file"; then
2260
if test -r "$cache_file"; then
2269
  # Some versions of bash will fail to source /dev/null (special files
2261
  # Some versions of bash will fail to source /dev/null (special files
...
...
2369
  do
2361
  do
2370
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2362
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2371
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2363
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2372
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2364
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2373
$as_echo_n "checking for $ac_word... " >&6; }
2365
$as_echo_n "checking for $ac_word... " >&6; }
2374
if ${ac_cv_prog_CXX+:} false; then :
2366
if test "${ac_cv_prog_CXX+set}" = set; then :
2375
  $as_echo_n "(cached) " >&6
2367
  $as_echo_n "(cached) " >&6
2376
else
2368
else
2377
  if test -n "$CXX"; then
2369
  if test -n "$CXX"; then
2378
  ac_cv_prog_CXX="$CXX" # Let the user override the test.
2370
  ac_cv_prog_CXX="$CXX" # Let the user override the test.
2379
else
2371
else
...
...
2413
do
2405
do
2414
  # Extract the first word of "$ac_prog", so it can be a program name with args.
2406
  # Extract the first word of "$ac_prog", so it can be a program name with args.
2415
set dummy $ac_prog; ac_word=$2
2407
set dummy $ac_prog; ac_word=$2
2416
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2408
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2417
$as_echo_n "checking for $ac_word... " >&6; }
2409
$as_echo_n "checking for $ac_word... " >&6; }
2418
if ${ac_cv_prog_ac_ct_CXX+:} false; then :
2410
if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
2419
  $as_echo_n "(cached) " >&6
2411
  $as_echo_n "(cached) " >&6
2420
else
2412
else
2421
  if test -n "$ac_ct_CXX"; then
2413
  if test -n "$ac_ct_CXX"; then
2422
  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2414
  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2423
else
2415
else
...
...
2577
sed 's/^/| /' conftest.$ac_ext >&5
2569
sed 's/^/| /' conftest.$ac_ext >&5
2578
2570
2579
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2571
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2580
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2572
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2581
as_fn_error 77 "C++ compiler cannot create executables
2573
as_fn_error 77 "C++ compiler cannot create executables
2582
See \`config.log' for more details" "$LINENO" 5; }
2574
See \`config.log' for more details" "$LINENO" 5 ; }
2583
else
2575
else
2584
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2576
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2585
$as_echo "yes" >&6; }
2577
$as_echo "yes" >&6; }
2586
fi
2578
fi
2587
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler default output file name" >&5
2579
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler default output file name" >&5
...
...
2620
done
2612
done
2621
else
2613
else
2622
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2614
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2623
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2615
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2624
as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2616
as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2625
See \`config.log' for more details" "$LINENO" 5; }
2617
See \`config.log' for more details" "$LINENO" 5 ; }
2626
fi
2618
fi
2627
rm -f conftest conftest$ac_cv_exeext
2619
rm -f conftest conftest$ac_cv_exeext
2628
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2620
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2629
$as_echo "$ac_cv_exeext" >&6; }
2621
$as_echo "$ac_cv_exeext" >&6; }
2630
2622
...
...
2679
    else
2671
    else
2680
    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2672
    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2681
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2673
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2682
as_fn_error $? "cannot run C++ compiled programs.
2674
as_fn_error $? "cannot run C++ compiled programs.
2683
If you meant to cross compile, use \`--host'.
2675
If you meant to cross compile, use \`--host'.
2684
See \`config.log' for more details" "$LINENO" 5; }
2676
See \`config.log' for more details" "$LINENO" 5 ; }
2685
    fi
2677
    fi
2686
  fi
2678
  fi
2687
fi
2679
fi
2688
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2680
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2689
$as_echo "$cross_compiling" >&6; }
2681
$as_echo "$cross_compiling" >&6; }
2690
2682
2691
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2683
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2692
ac_clean_files=$ac_clean_files_save
2684
ac_clean_files=$ac_clean_files_save
2693
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2685
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2694
$as_echo_n "checking for suffix of object files... " >&6; }
2686
$as_echo_n "checking for suffix of object files... " >&6; }
2695
if ${ac_cv_objext+:} false; then :
2687
if test "${ac_cv_objext+set}" = set; then :
2696
  $as_echo_n "(cached) " >&6
2688
  $as_echo_n "(cached) " >&6
2697
else
2689
else
2698
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2690
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2699
/* end confdefs.h.  */
2691
/* end confdefs.h.  */
2700
2692
...
...
2731
sed 's/^/| /' conftest.$ac_ext >&5
2723
sed 's/^/| /' conftest.$ac_ext >&5
2732
2724
2733
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2725
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2734
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2726
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2735
as_fn_error $? "cannot compute suffix of object files: cannot compile
2727
as_fn_error $? "cannot compute suffix of object files: cannot compile
2736
See \`config.log' for more details" "$LINENO" 5; }
2728
See \`config.log' for more details" "$LINENO" 5 ; }
2737
fi
2729
fi
2738
rm -f conftest.$ac_cv_objext conftest.$ac_ext
2730
rm -f conftest.$ac_cv_objext conftest.$ac_ext
2739
fi
2731
fi
2740
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2732
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2741
$as_echo "$ac_cv_objext" >&6; }
2733
$as_echo "$ac_cv_objext" >&6; }
2742
OBJEXT=$ac_cv_objext
2734
OBJEXT=$ac_cv_objext
2743
ac_objext=$OBJEXT
2735
ac_objext=$OBJEXT
2744
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
2736
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
2745
$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
2737
$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
2746
if ${ac_cv_cxx_compiler_gnu+:} false; then :
2738
if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
2747
  $as_echo_n "(cached) " >&6
2739
  $as_echo_n "(cached) " >&6
2748
else
2740
else
2749
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2741
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2750
/* end confdefs.h.  */
2742
/* end confdefs.h.  */
2751
2743
...
...
2778
fi
2770
fi
2779
ac_test_CXXFLAGS=${CXXFLAGS+set}
2771
ac_test_CXXFLAGS=${CXXFLAGS+set}
2780
ac_save_CXXFLAGS=$CXXFLAGS
2772
ac_save_CXXFLAGS=$CXXFLAGS
2781
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
2773
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
2782
$as_echo_n "checking whether $CXX accepts -g... " >&6; }
2774
$as_echo_n "checking whether $CXX accepts -g... " >&6; }
2783
if ${ac_cv_prog_cxx_g+:} false; then :
2775
if test "${ac_cv_prog_cxx_g+set}" = set; then :
2784
  $as_echo_n "(cached) " >&6
2776
  $as_echo_n "(cached) " >&6
2785
else
2777
else
2786
  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
2778
  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
2787
   ac_cxx_werror_flag=yes
2779
   ac_cxx_werror_flag=yes
2788
   ac_cv_prog_cxx_g=no
2780
   ac_cv_prog_cxx_g=no
...
...
2892
if test -n "$ac_tool_prefix"; then
2884
if test -n "$ac_tool_prefix"; then
2893
  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2885
  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2894
set dummy ${ac_tool_prefix}gcc; ac_word=$2
2886
set dummy ${ac_tool_prefix}gcc; ac_word=$2
2895
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2887
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2896
$as_echo_n "checking for $ac_word... " >&6; }
2888
$as_echo_n "checking for $ac_word... " >&6; }
2897
if ${ac_cv_prog_CC+:} false; then :
2889
if test "${ac_cv_prog_CC+set}" = set; then :
2898
  $as_echo_n "(cached) " >&6
2890
  $as_echo_n "(cached) " >&6
2899
else
2891
else
2900
  if test -n "$CC"; then
2892
  if test -n "$CC"; then
2901
  ac_cv_prog_CC="$CC" # Let the user override the test.
2893
  ac_cv_prog_CC="$CC" # Let the user override the test.
2902
else
2894
else
...
...
2932
  ac_ct_CC=$CC
2924
  ac_ct_CC=$CC
2933
  # Extract the first word of "gcc", so it can be a program name with args.
2925
  # Extract the first word of "gcc", so it can be a program name with args.
2934
set dummy gcc; ac_word=$2
2926
set dummy gcc; ac_word=$2
2935
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2927
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2936
$as_echo_n "checking for $ac_word... " >&6; }
2928
$as_echo_n "checking for $ac_word... " >&6; }
2937
if ${ac_cv_prog_ac_ct_CC+:} false; then :
2929
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2938
  $as_echo_n "(cached) " >&6
2930
  $as_echo_n "(cached) " >&6
2939
else
2931
else
2940
  if test -n "$ac_ct_CC"; then
2932
  if test -n "$ac_ct_CC"; then
2941
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2933
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2942
else
2934
else
...
...
2985
          if test -n "$ac_tool_prefix"; then
2977
          if test -n "$ac_tool_prefix"; then
2986
    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2978
    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2987
set dummy ${ac_tool_prefix}cc; ac_word=$2
2979
set dummy ${ac_tool_prefix}cc; ac_word=$2
2988
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2980
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2989
$as_echo_n "checking for $ac_word... " >&6; }
2981
$as_echo_n "checking for $ac_word... " >&6; }
2990
if ${ac_cv_prog_CC+:} false; then :
2982
if test "${ac_cv_prog_CC+set}" = set; then :
2991
  $as_echo_n "(cached) " >&6
2983
  $as_echo_n "(cached) " >&6
2992
else
2984
else
2993
  if test -n "$CC"; then
2985
  if test -n "$CC"; then
2994
  ac_cv_prog_CC="$CC" # Let the user override the test.
2986
  ac_cv_prog_CC="$CC" # Let the user override the test.
2995
else
2987
else
...
...
3025
if test -z "$CC"; then
3017
if test -z "$CC"; then
3026
  # Extract the first word of "cc", so it can be a program name with args.
3018
  # Extract the first word of "cc", so it can be a program name with args.
3027
set dummy cc; ac_word=$2
3019
set dummy cc; ac_word=$2
3028
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3020
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3029
$as_echo_n "checking for $ac_word... " >&6; }
3021
$as_echo_n "checking for $ac_word... " >&6; }
3030
if ${ac_cv_prog_CC+:} false; then :
3022
if test "${ac_cv_prog_CC+set}" = set; then :
3031
  $as_echo_n "(cached) " >&6
3023
  $as_echo_n "(cached) " >&6
3032
else
3024
else
3033
  if test -n "$CC"; then
3025
  if test -n "$CC"; then
3034
  ac_cv_prog_CC="$CC" # Let the user override the test.
3026
  ac_cv_prog_CC="$CC" # Let the user override the test.
3035
else
3027
else
...
...
3084
  do
3076
  do
3085
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3077
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3086
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3078
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3087
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3079
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3088
$as_echo_n "checking for $ac_word... " >&6; }
3080
$as_echo_n "checking for $ac_word... " >&6; }
3089
if ${ac_cv_prog_CC+:} false; then :
3081
if test "${ac_cv_prog_CC+set}" = set; then :
3090
  $as_echo_n "(cached) " >&6
3082
  $as_echo_n "(cached) " >&6
3091
else
3083
else
3092
  if test -n "$CC"; then
3084
  if test -n "$CC"; then
3093
  ac_cv_prog_CC="$CC" # Let the user override the test.
3085
  ac_cv_prog_CC="$CC" # Let the user override the test.
3094
else
3086
else
...
...
3128
do
3120
do
3129
  # Extract the first word of "$ac_prog", so it can be a program name with args.
3121
  # Extract the first word of "$ac_prog", so it can be a program name with args.
3130
set dummy $ac_prog; ac_word=$2
3122
set dummy $ac_prog; ac_word=$2
3131
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3123
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3132
$as_echo_n "checking for $ac_word... " >&6; }
3124
$as_echo_n "checking for $ac_word... " >&6; }
3133
if ${ac_cv_prog_ac_ct_CC+:} false; then :
3125
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3134
  $as_echo_n "(cached) " >&6
3126
  $as_echo_n "(cached) " >&6
3135
else
3127
else
3136
  if test -n "$ac_ct_CC"; then
3128
  if test -n "$ac_ct_CC"; then
3137
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3129
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3138
else
3130
else
...
...
3183
3175
3184
3176
3185
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3177
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3186
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3178
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3187
as_fn_error $? "no acceptable C compiler found in \$PATH
3179
as_fn_error $? "no acceptable C compiler found in \$PATH
3188
See \`config.log' for more details" "$LINENO" 5; }
3180
See \`config.log' for more details" "$LINENO" 5 ; }
3189
3181
3190
# Provide some information about the compiler.
3182
# Provide some information about the compiler.
3191
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3183
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3192
set X $ac_compile
3184
set X $ac_compile
3193
ac_compiler=$2
3185
ac_compiler=$2
...
...
3212
  test $ac_status = 0; }
3204
  test $ac_status = 0; }
3213
done
3205
done
3214
3206
3215
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3207
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3216
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3208
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3217
if ${ac_cv_c_compiler_gnu+:} false; then :
3209
if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3218
  $as_echo_n "(cached) " >&6
3210
  $as_echo_n "(cached) " >&6
3219
else
3211
else
3220
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3212
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3221
/* end confdefs.h.  */
3213
/* end confdefs.h.  */
3222
3214
...
...
3249
fi
3241
fi
3250
ac_test_CFLAGS=${CFLAGS+set}
3242
ac_test_CFLAGS=${CFLAGS+set}
3251
ac_save_CFLAGS=$CFLAGS
3243
ac_save_CFLAGS=$CFLAGS
3252
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3244
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3253
$as_echo_n "checking whether $CC accepts -g... " >&6; }
3245
$as_echo_n "checking whether $CC accepts -g... " >&6; }
3254
if ${ac_cv_prog_cc_g+:} false; then :
3246
if test "${ac_cv_prog_cc_g+set}" = set; then :
3255
  $as_echo_n "(cached) " >&6
3247
  $as_echo_n "(cached) " >&6
3256
else
3248
else
3257
  ac_save_c_werror_flag=$ac_c_werror_flag
3249
  ac_save_c_werror_flag=$ac_c_werror_flag
3258
   ac_c_werror_flag=yes
3250
   ac_c_werror_flag=yes
3259
   ac_cv_prog_cc_g=no
3251
   ac_cv_prog_cc_g=no
...
...
3327
    CFLAGS=
3319
    CFLAGS=
3328
  fi
3320
  fi
3329
fi
3321
fi
3330
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3322
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3331
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3323
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3332
if ${ac_cv_prog_cc_c89+:} false; then :
3324
if test "${ac_cv_prog_cc_c89+set}" = set; then :
3333
  $as_echo_n "(cached) " >&6
3325
  $as_echo_n "(cached) " >&6
3334
else
3326
else
3335
  ac_cv_prog_cc_c89=no
3327
  ac_cv_prog_cc_c89=no
3336
ac_save_CC=$CC
3328
ac_save_CC=$CC
3337
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3329
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
...
3432
3424
3433
if test "$enable_largefile" != no; then
3425
if test "$enable_largefile" != no; then
3434
3426
3435
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
3427
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
3436
$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
3428
$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
3437
if ${ac_cv_sys_largefile_CC+:} false; then :
3429
if test "${ac_cv_sys_largefile_CC+set}" = set; then :
3438
  $as_echo_n "(cached) " >&6
3430
  $as_echo_n "(cached) " >&6
3439
else
3431
else
3440
  ac_cv_sys_largefile_CC=no
3432
  ac_cv_sys_largefile_CC=no
3441
     if test "$GCC" != yes; then
3433
     if test "$GCC" != yes; then
3442
       ac_save_CC=$CC
3434
       ac_save_CC=$CC
...
...
3483
    CC=$CC$ac_cv_sys_largefile_CC
3475
    CC=$CC$ac_cv_sys_largefile_CC
3484
  fi
3476
  fi
3485
3477
3486
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
3478
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
3487
$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
3479
$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
3488
if ${ac_cv_sys_file_offset_bits+:} false; then :
3480
if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
3489
  $as_echo_n "(cached) " >&6
3481
  $as_echo_n "(cached) " >&6
3490
else
3482
else
3491
  while :; do
3483
  while :; do
3492
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3484
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3493
/* end confdefs.h.  */
3485
/* end confdefs.h.  */
...
...
3552
esac
3544
esac
3553
rm -rf conftest*
3545
rm -rf conftest*
3554
  if test $ac_cv_sys_file_offset_bits = unknown; then
3546
  if test $ac_cv_sys_file_offset_bits = unknown; then
3555
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
3547
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
3556
$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
3548
$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
3557
if ${ac_cv_sys_large_files+:} false; then :
3549
if test "${ac_cv_sys_large_files+set}" = set; then :
3558
  $as_echo_n "(cached) " >&6
3550
  $as_echo_n "(cached) " >&6
3559
else
3551
else
3560
  while :; do
3552
  while :; do
3561
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3553
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3562
/* end confdefs.h.  */
3554
/* end confdefs.h.  */
...
...
3635
# On Suns, sometimes $CPP names a directory.
3627
# On Suns, sometimes $CPP names a directory.
3636
if test -n "$CPP" && test -d "$CPP"; then
3628
if test -n "$CPP" && test -d "$CPP"; then
3637
  CPP=
3629
  CPP=
3638
fi
3630
fi
3639
if test -z "$CPP"; then
3631
if test -z "$CPP"; then
3640
  if ${ac_cv_prog_CPP+:} false; then :
3632
  if test "${ac_cv_prog_CPP+set}" = set; then :
3641
  $as_echo_n "(cached) " >&6
3633
  $as_echo_n "(cached) " >&6
3642
else
3634
else
3643
      # Double quotes because CPP needs to be expanded
3635
      # Double quotes because CPP needs to be expanded
3644
    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3636
    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3645
    do
3637
    do
...
...
3751
3743
3752
else
3744
else
3753
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3745
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3754
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3746
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3755
as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3747
as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3756
See \`config.log' for more details" "$LINENO" 5; }
3748
See \`config.log' for more details" "$LINENO" 5 ; }
3757
fi
3749
fi
3758
3750
3759
ac_ext=c
3751
ac_ext=c
3760
ac_cpp='$CPP $CPPFLAGS'
3752
ac_cpp='$CPP $CPPFLAGS'
3761
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3753
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
...
...
3763
ac_compiler_gnu=$ac_cv_c_compiler_gnu
3755
ac_compiler_gnu=$ac_cv_c_compiler_gnu
3764
3756
3765
3757
3766
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3758
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3767
$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3759
$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3768
if ${ac_cv_path_GREP+:} false; then :
3760
if test "${ac_cv_path_GREP+set}" = set; then :
3769
  $as_echo_n "(cached) " >&6
3761
  $as_echo_n "(cached) " >&6
3770
else
3762
else
3771
  if test -z "$GREP"; then
3763
  if test -z "$GREP"; then
3772
  ac_path_GREP_found=false
3764
  ac_path_GREP_found=false
3773
  # Loop through the user's path and test for each of PROGNAME-LIST
3765
  # Loop through the user's path and test for each of PROGNAME-LIST
...
...
3826
 GREP="$ac_cv_path_GREP"
3818
 GREP="$ac_cv_path_GREP"
3827
3819
3828
3820
3829
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3821
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3830
$as_echo_n "checking for egrep... " >&6; }
3822
$as_echo_n "checking for egrep... " >&6; }
3831
if ${ac_cv_path_EGREP+:} false; then :
3823
if test "${ac_cv_path_EGREP+set}" = set; then :
3832
  $as_echo_n "(cached) " >&6
3824
  $as_echo_n "(cached) " >&6
3833
else
3825
else
3834
  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3826
  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3835
   then ac_cv_path_EGREP="$GREP -E"
3827
   then ac_cv_path_EGREP="$GREP -E"
3836
   else
3828
   else
...
...
3893
 EGREP="$ac_cv_path_EGREP"
3885
 EGREP="$ac_cv_path_EGREP"
3894
3886
3895
3887
3896
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3888
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3897
$as_echo_n "checking for ANSI C header files... " >&6; }
3889
$as_echo_n "checking for ANSI C header files... " >&6; }
3898
if ${ac_cv_header_stdc+:} false; then :
3890
if test "${ac_cv_header_stdc+set}" = set; then :
3899
  $as_echo_n "(cached) " >&6
3891
  $as_echo_n "(cached) " >&6
3900
else
3892
else
3901
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3893
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3902
/* end confdefs.h.  */
3894
/* end confdefs.h.  */
3903
#include <stdlib.h>
3895
#include <stdlib.h>
...
...
4023
4015
4024
4016
4025
for ac_header in sys/param.h
4017
for ac_header in sys/param.h
4026
do :
4018
do :
4027
  ac_fn_c_check_header_mongrel "$LINENO" "sys/param.h" "ac_cv_header_sys_param_h" "$ac_includes_default"
4019
  ac_fn_c_check_header_mongrel "$LINENO" "sys/param.h" "ac_cv_header_sys_param_h" "$ac_includes_default"
4028
if test "x$ac_cv_header_sys_param_h" = xyes; then :
4020
if test "x$ac_cv_header_sys_param_h" = x""yes; then :
4029
  cat >>confdefs.h <<_ACEOF
4021
  cat >>confdefs.h <<_ACEOF
4030
#define HAVE_SYS_PARAM_H 1
4022
#define HAVE_SYS_PARAM_H 1
4031
_ACEOF
4023
_ACEOF
4032
4024
4033
fi
4025
fi
...
...
4067
  file)
4059
  file)
4068
    # Extract the first word of "file", so it can be a program name with args.
4060
    # Extract the first word of "file", so it can be a program name with args.
4069
set dummy file; ac_word=$2
4061
set dummy file; ac_word=$2
4070
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4062
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4071
$as_echo_n "checking for $ac_word... " >&6; }
4063
$as_echo_n "checking for $ac_word... " >&6; }
4072
if ${ac_cv_path_fileProg+:} false; then :
4064
if test "${ac_cv_path_fileProg+set}" = set; then :
4073
  $as_echo_n "(cached) " >&6
4065
  $as_echo_n "(cached) " >&6
4074
else
4066
else
4075
  case $fileProg in
4067
  case $fileProg in
4076
  [\\/]* | ?:[\\/]*)
4068
  [\\/]* | ?:[\\/]*)
4077
  ac_cv_path_fileProg="$fileProg" # Let the user override the test with a path.
4069
  ac_cv_path_fileProg="$fileProg" # Let the user override the test with a path.
...
...
4143
     yes)
4135
     yes)
4144
     # Extract the first word of "aspell", so it can be a program name with args.
4136
     # Extract the first word of "aspell", so it can be a program name with args.
4145
set dummy aspell; ac_word=$2
4137
set dummy aspell; ac_word=$2
4146
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4138
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4147
$as_echo_n "checking for $ac_word... " >&6; }
4139
$as_echo_n "checking for $ac_word... " >&6; }
4148
if ${ac_cv_path_aspellProg+:} false; then :
4140
if test "${ac_cv_path_aspellProg+set}" = set; then :
4149
  $as_echo_n "(cached) " >&6
4141
  $as_echo_n "(cached) " >&6
4150
else
4142
else
4151
  case $aspellProg in
4143
  case $aspellProg in
4152
  [\\/]* | ?:[\\/]*)
4144
  [\\/]* | ?:[\\/]*)
4153
  ac_cv_path_aspellProg="$aspellProg" # Let the user override the test with a path.
4145
  ac_cv_path_aspellProg="$aspellProg" # Let the user override the test with a path.
...
...
4386
fi
4378
fi
4387
4379
4388
for ac_func in mkdtemp
4380
for ac_func in mkdtemp
4389
do :
4381
do :
4390
  ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
4382
  ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
4391
if test "x$ac_cv_func_mkdtemp" = xyes; then :
4383
if test "x$ac_cv_func_mkdtemp" = x""yes; then :
4392
  cat >>confdefs.h <<_ACEOF
4384
  cat >>confdefs.h <<_ACEOF
4393
#define HAVE_MKDTEMP 1
4385
#define HAVE_MKDTEMP 1
4394
_ACEOF
4386
_ACEOF
4395
4387
4396
fi
4388
fi
...
...
4538
#### Look for Xapian
4530
#### Look for Xapian
4539
# Extract the first word of "xapian-config", so it can be a program name with args.
4531
# Extract the first word of "xapian-config", so it can be a program name with args.
4540
set dummy xapian-config; ac_word=$2
4532
set dummy xapian-config; ac_word=$2
4541
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4533
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4542
$as_echo_n "checking for $ac_word... " >&6; }
4534
$as_echo_n "checking for $ac_word... " >&6; }
4543
if ${ac_cv_path_XAPIAN_CONFIG+:} false; then :
4535
if test "${ac_cv_path_XAPIAN_CONFIG+set}" = set; then :
4544
  $as_echo_n "(cached) " >&6
4536
  $as_echo_n "(cached) " >&6
4545
else
4537
else
4546
  case $XAPIAN_CONFIG in
4538
  case $XAPIAN_CONFIG in
4547
  [\\/]* | ?:[\\/]*)
4539
  [\\/]* | ?:[\\/]*)
4548
  ac_cv_path_XAPIAN_CONFIG="$XAPIAN_CONFIG" # Let the user override the test with a path.
4540
  ac_cv_path_XAPIAN_CONFIG="$XAPIAN_CONFIG" # Let the user override the test with a path.
...
...
4653
    */*) QMAKEPATH=$QMAKE;;
4645
    */*) QMAKEPATH=$QMAKE;;
4654
    *) # Extract the first word of "$QMAKE", so it can be a program name with args.
4646
    *) # Extract the first word of "$QMAKE", so it can be a program name with args.
4655
set dummy $QMAKE; ac_word=$2
4647
set dummy $QMAKE; ac_word=$2
4656
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4648
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4657
$as_echo_n "checking for $ac_word... " >&6; }
4649
$as_echo_n "checking for $ac_word... " >&6; }
4658
if ${ac_cv_path_QMAKEPATH+:} false; then :
4650
if test "${ac_cv_path_QMAKEPATH+set}" = set; then :
4659
  $as_echo_n "(cached) " >&6
4651
  $as_echo_n "(cached) " >&6
4660
else
4652
else
4661
  case $QMAKEPATH in
4653
  case $QMAKEPATH in
4662
  [\\/]* | ?:[\\/]*)
4654
  [\\/]* | ?:[\\/]*)
4663
  ac_cv_path_QMAKEPATH="$QMAKEPATH" # Let the user override the test with a path.
4655
  ac_cv_path_QMAKEPATH="$QMAKEPATH" # Let the user override the test with a path.
...
...
4813
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4805
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4814
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4806
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4815
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
4807
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
4816
$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
4808
$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
4817
if test -z "$CXXCPP"; then
4809
if test -z "$CXXCPP"; then
4818
  if ${ac_cv_prog_CXXCPP+:} false; then :
4810
  if test "${ac_cv_prog_CXXCPP+set}" = set; then :
4819
  $as_echo_n "(cached) " >&6
4811
  $as_echo_n "(cached) " >&6
4820
else
4812
else
4821
      # Double quotes because CXXCPP needs to be expanded
4813
      # Double quotes because CXXCPP needs to be expanded
4822
    for CXXCPP in "$CXX -E" "/lib/cpp"
4814
    for CXXCPP in "$CXX -E" "/lib/cpp"
4823
    do
4815
    do
...
...
4929
4921
4930
else
4922
else
4931
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4923
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4932
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4924
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4933
as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
4925
as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
4934
See \`config.log' for more details" "$LINENO" 5; }
4926
See \`config.log' for more details" "$LINENO" 5 ; }
4935
fi
4927
fi
4936
4928
4937
ac_ext=cpp
4929
ac_ext=cpp
4938
ac_cpp='$CXXCPP $CPPFLAGS'
4930
ac_cpp='$CXXCPP $CPPFLAGS'
4939
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4931
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
...
...
4954
if test "x$with_x" = xno; then
4946
if test "x$with_x" = xno; then
4955
  # The user explicitly disabled X.
4947
  # The user explicitly disabled X.
4956
  have_x=disabled
4948
  have_x=disabled
4957
else
4949
else
4958
  case $x_includes,$x_libraries in #(
4950
  case $x_includes,$x_libraries in #(
4959
    *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
4951
    *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #(
4960
    *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
4952
    *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
4961
  $as_echo_n "(cached) " >&6
4953
  $as_echo_n "(cached) " >&6
4962
else
4954
else
4963
  # One or both of the vars are not set, and there is no cached value.
4955
  # One or both of the vars are not set, and there is no cached value.
4964
ac_x_includes=no ac_x_libraries=no
4956
ac_x_includes=no ac_x_libraries=no
4965
rm -f -r conftest.dir
4957
rm -f -r conftest.dir
...
...
5232
if ac_fn_cxx_try_link "$LINENO"; then :
5224
if ac_fn_cxx_try_link "$LINENO"; then :
5233
5225
5234
else
5226
else
5235
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
5227
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
5236
$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
5228
$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
5237
if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
5229
if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
5238
  $as_echo_n "(cached) " >&6
5230
  $as_echo_n "(cached) " >&6
5239
else
5231
else
5240
  ac_check_lib_save_LIBS=$LIBS
5232
  ac_check_lib_save_LIBS=$LIBS
5241
LIBS="-ldnet  $LIBS"
5233
LIBS="-ldnet  $LIBS"
5242
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5234
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
...
5266
    conftest$ac_exeext conftest.$ac_ext
5258
    conftest$ac_exeext conftest.$ac_ext
5267
LIBS=$ac_check_lib_save_LIBS
5259
LIBS=$ac_check_lib_save_LIBS
5268
fi
5260
fi
5269
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
5261
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
5270
$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
5262
$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
5271
if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
5263
if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
5272
  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
5264
  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
5273
fi
5265
fi
5274
5266
5275
    if test $ac_cv_lib_dnet_dnet_ntoa = no; then
5267
    if test $ac_cv_lib_dnet_dnet_ntoa = no; then
5276
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
5268
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
5277
$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
5269
$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
5278
if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
5270
if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
5279
  $as_echo_n "(cached) " >&6
5271
  $as_echo_n "(cached) " >&6
5280
else
5272
else
5281
  ac_check_lib_save_LIBS=$LIBS
5273
  ac_check_lib_save_LIBS=$LIBS
5282
LIBS="-ldnet_stub  $LIBS"
5274
LIBS="-ldnet_stub  $LIBS"
5283
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5275
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
...
5307
    conftest$ac_exeext conftest.$ac_ext
5299
    conftest$ac_exeext conftest.$ac_ext
5308
LIBS=$ac_check_lib_save_LIBS
5300
LIBS=$ac_check_lib_save_LIBS
5309
fi
5301
fi
5310
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
5302
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
5311
$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
5303
$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
5312
if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
5304
if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
5313
  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
5305
  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
5314
fi
5306
fi
5315
5307
5316
    fi
5308
    fi
5317
fi
5309
fi
...
...
5326
    # The nsl library prevents programs from opening the X display
5318
    # The nsl library prevents programs from opening the X display
5327
    # on Irix 5.2, according to T.E. Dickey.
5319
    # on Irix 5.2, according to T.E. Dickey.
5328
    # The functions gethostbyname, getservbyname, and inet_addr are
5320
    # The functions gethostbyname, getservbyname, and inet_addr are
5329
    # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
5321
    # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
5330
    ac_fn_cxx_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
5322
    ac_fn_cxx_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
5331
if test "x$ac_cv_func_gethostbyname" = xyes; then :
5323
if test "x$ac_cv_func_gethostbyname" = x""yes; then :
5332
5324
5333
fi
5325
fi
5334
5326
5335
    if test $ac_cv_func_gethostbyname = no; then
5327
    if test $ac_cv_func_gethostbyname = no; then
5336
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
5328
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
5337
$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
5329
$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
5338
if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
5330
if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
5339
  $as_echo_n "(cached) " >&6
5331
  $as_echo_n "(cached) " >&6
5340
else
5332
else
5341
  ac_check_lib_save_LIBS=$LIBS
5333
  ac_check_lib_save_LIBS=$LIBS
5342
LIBS="-lnsl  $LIBS"
5334
LIBS="-lnsl  $LIBS"
5343
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5335
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
...
5367
    conftest$ac_exeext conftest.$ac_ext
5359
    conftest$ac_exeext conftest.$ac_ext
5368
LIBS=$ac_check_lib_save_LIBS
5360
LIBS=$ac_check_lib_save_LIBS
5369
fi
5361
fi
5370
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
5362
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
5371
$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
5363
$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
5372
if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
5364
if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
5373
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
5365
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
5374
fi
5366
fi
5375
5367
5376
      if test $ac_cv_lib_nsl_gethostbyname = no; then
5368
      if test $ac_cv_lib_nsl_gethostbyname = no; then
5377
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
5369
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
5378
$as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
5370
$as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
5379
if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
5371
if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
5380
  $as_echo_n "(cached) " >&6
5372
  $as_echo_n "(cached) " >&6
5381
else
5373
else
5382
  ac_check_lib_save_LIBS=$LIBS
5374
  ac_check_lib_save_LIBS=$LIBS
5383
LIBS="-lbsd  $LIBS"
5375
LIBS="-lbsd  $LIBS"
5384
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5376
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
...
5408
    conftest$ac_exeext conftest.$ac_ext
5400
    conftest$ac_exeext conftest.$ac_ext
5409
LIBS=$ac_check_lib_save_LIBS
5401
LIBS=$ac_check_lib_save_LIBS
5410
fi
5402
fi
5411
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
5403
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
5412
$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
5404
$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
5413
if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
5405
if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
5414
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
5406
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
5415
fi
5407
fi
5416
5408
5417
      fi
5409
      fi
5418
    fi
5410
    fi
...
...
5423
    # on later versions), says Simon Leinen: it contains gethostby*
5415
    # on later versions), says Simon Leinen: it contains gethostby*
5424
    # variants that don't use the name server (or something).  -lsocket
5416
    # variants that don't use the name server (or something).  -lsocket
5425
    # must be given before -lnsl if both are needed.  We assume that
5417
    # must be given before -lnsl if both are needed.  We assume that
5426
    # if connect needs -lnsl, so does gethostbyname.
5418
    # if connect needs -lnsl, so does gethostbyname.
5427
    ac_fn_cxx_check_func "$LINENO" "connect" "ac_cv_func_connect"
5419
    ac_fn_cxx_check_func "$LINENO" "connect" "ac_cv_func_connect"
5428
if test "x$ac_cv_func_connect" = xyes; then :
5420
if test "x$ac_cv_func_connect" = x""yes; then :
5429
5421
5430
fi
5422
fi
5431
5423
5432
    if test $ac_cv_func_connect = no; then
5424
    if test $ac_cv_func_connect = no; then
5433
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
5425
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
5434
$as_echo_n "checking for connect in -lsocket... " >&6; }
5426
$as_echo_n "checking for connect in -lsocket... " >&6; }
5435
if ${ac_cv_lib_socket_connect+:} false; then :
5427
if test "${ac_cv_lib_socket_connect+set}" = set; then :
5436
  $as_echo_n "(cached) " >&6
5428
  $as_echo_n "(cached) " >&6
5437
else
5429
else
5438
  ac_check_lib_save_LIBS=$LIBS
5430
  ac_check_lib_save_LIBS=$LIBS
5439
LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
5431
LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
5440
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5432
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
...
5464
    conftest$ac_exeext conftest.$ac_ext
5456
    conftest$ac_exeext conftest.$ac_ext
5465
LIBS=$ac_check_lib_save_LIBS
5457
LIBS=$ac_check_lib_save_LIBS
5466
fi
5458
fi
5467
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
5459
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
5468
$as_echo "$ac_cv_lib_socket_connect" >&6; }
5460
$as_echo "$ac_cv_lib_socket_connect" >&6; }
5469
if test "x$ac_cv_lib_socket_connect" = xyes; then :
5461
if test "x$ac_cv_lib_socket_connect" = x""yes; then :
5470
  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
5462
  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
5471
fi
5463
fi
5472
5464
5473
    fi
5465
    fi
5474
5466
5475
    # Guillermo Gomez says -lposix is necessary on A/UX.
5467
    # Guillermo Gomez says -lposix is necessary on A/UX.
5476
    ac_fn_cxx_check_func "$LINENO" "remove" "ac_cv_func_remove"
5468
    ac_fn_cxx_check_func "$LINENO" "remove" "ac_cv_func_remove"
5477
if test "x$ac_cv_func_remove" = xyes; then :
5469
if test "x$ac_cv_func_remove" = x""yes; then :
5478
5470
5479
fi
5471
fi
5480
5472
5481
    if test $ac_cv_func_remove = no; then
5473
    if test $ac_cv_func_remove = no; then
5482
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
5474
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
5483
$as_echo_n "checking for remove in -lposix... " >&6; }
5475
$as_echo_n "checking for remove in -lposix... " >&6; }
5484
if ${ac_cv_lib_posix_remove+:} false; then :
5476
if test "${ac_cv_lib_posix_remove+set}" = set; then :
5485
  $as_echo_n "(cached) " >&6
5477
  $as_echo_n "(cached) " >&6
5486
else
5478
else
5487
  ac_check_lib_save_LIBS=$LIBS
5479
  ac_check_lib_save_LIBS=$LIBS
5488
LIBS="-lposix  $LIBS"
5480
LIBS="-lposix  $LIBS"
5489
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5481
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
...
5513
    conftest$ac_exeext conftest.$ac_ext
5505
    conftest$ac_exeext conftest.$ac_ext
5514
LIBS=$ac_check_lib_save_LIBS
5506
LIBS=$ac_check_lib_save_LIBS
5515
fi
5507
fi
5516
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
5508
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
5517
$as_echo "$ac_cv_lib_posix_remove" >&6; }
5509
$as_echo "$ac_cv_lib_posix_remove" >&6; }
5518
if test "x$ac_cv_lib_posix_remove" = xyes; then :
5510
if test "x$ac_cv_lib_posix_remove" = x""yes; then :
5519
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5511
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5520
fi
5512
fi
5521
5513
5522
    fi
5514
    fi
5523
5515
5524
    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5516
    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5525
    ac_fn_cxx_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
5517
    ac_fn_cxx_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
5526
if test "x$ac_cv_func_shmat" = xyes; then :
5518
if test "x$ac_cv_func_shmat" = x""yes; then :
5527
5519
5528
fi
5520
fi
5529
5521
5530
    if test $ac_cv_func_shmat = no; then
5522
    if test $ac_cv_func_shmat = no; then
5531
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
5523
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
5532
$as_echo_n "checking for shmat in -lipc... " >&6; }
5524
$as_echo_n "checking for shmat in -lipc... " >&6; }
5533
if ${ac_cv_lib_ipc_shmat+:} false; then :
5525
if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
5534
  $as_echo_n "(cached) " >&6
5526
  $as_echo_n "(cached) " >&6
5535
else
5527
else
5536
  ac_check_lib_save_LIBS=$LIBS
5528
  ac_check_lib_save_LIBS=$LIBS
5537
LIBS="-lipc  $LIBS"
5529
LIBS="-lipc  $LIBS"
5538
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5530
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
...
5562
    conftest$ac_exeext conftest.$ac_ext
5554
    conftest$ac_exeext conftest.$ac_ext
5563
LIBS=$ac_check_lib_save_LIBS
5555
LIBS=$ac_check_lib_save_LIBS
5564
fi
5556
fi
5565
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
5557
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
5566
$as_echo "$ac_cv_lib_ipc_shmat" >&6; }
5558
$as_echo "$ac_cv_lib_ipc_shmat" >&6; }
5567
if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
5559
if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
5568
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5560
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5569
fi
5561
fi
5570
5562
5571
    fi
5563
    fi
5572
  fi
5564
  fi
...
...
5580
  # These have to be linked with before -lX11, unlike the other
5572
  # These have to be linked with before -lX11, unlike the other
5581
  # libraries we check for below, so use a different variable.
5573
  # libraries we check for below, so use a different variable.
5582
  # John Interrante, Karl Berry
5574
  # John Interrante, Karl Berry
5583
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
5575
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
5584
$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
5576
$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
5585
if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
5577
if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
5586
  $as_echo_n "(cached) " >&6
5578
  $as_echo_n "(cached) " >&6
5587
else
5579
else
5588
  ac_check_lib_save_LIBS=$LIBS
5580
  ac_check_lib_save_LIBS=$LIBS
5589
LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5581
LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5590
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5582
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
...
5614
    conftest$ac_exeext conftest.$ac_ext
5606
    conftest$ac_exeext conftest.$ac_ext
5615
LIBS=$ac_check_lib_save_LIBS
5607
LIBS=$ac_check_lib_save_LIBS
5616
fi
5608
fi
5617
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5609
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5618
$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5610
$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5619
if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
5611
if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
5620
  X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5612
  X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5621
fi
5613
fi
5622
5614
5623
  LDFLAGS=$ac_save_LDFLAGS
5615
  LDFLAGS=$ac_save_LDFLAGS
5624
5616
...
...
5642
m_prefix=$prefix
5634
m_prefix=$prefix
5643
test "X$m_prefix" = "XNONE" && m_prefix=/usr/local
5635
test "X$m_prefix" = "XNONE" && m_prefix=/usr/local
5644
m_datadir=${m_prefix}/share
5636
m_datadir=${m_prefix}/share
5645
QTRECOLL_DATADIR=${m_datadir}/recoll
5637
QTRECOLL_DATADIR=${m_datadir}/recoll
5646
5638
5647
RCLVERSION='1.17.0'
5639
RCLVERSION='1.17.1'
5648
5640
5649
5641
5650
5642
5651
5643
5652
5644
...
...
5757
     t end
5749
     t end
5758
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5750
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5759
     :end' >>confcache
5751
     :end' >>confcache
5760
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
5752
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
5761
  if test -w "$cache_file"; then
5753
  if test -w "$cache_file"; then
5762
    if test "x$cache_file" != "x/dev/null"; then
5754
    test "x$cache_file" != "x/dev/null" &&
5763
      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
5755
      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
5764
$as_echo "$as_me: updating cache $cache_file" >&6;}
5756
$as_echo "$as_me: updating cache $cache_file" >&6;}
5765
      if test ! -f "$cache_file" || test -h "$cache_file"; then
5766
  cat confcache >"$cache_file"
5757
    cat confcache >$cache_file
5767
      else
5768
        case $cache_file in #(
5769
        */* | ?:*)
5770
    mv -f confcache "$cache_file"$$ &&
5771
    mv -f "$cache_file"$$ "$cache_file" ;; #(
5772
        *)
5773
    mv -f confcache "$cache_file" ;;
5774
  esac
5775
      fi
5776
    fi
5777
  else
5758
  else
5778
    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
5759
    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
5779
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
5760
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
5780
  fi
5761
  fi
5781
fi
5762
fi
...
...
5803
5784
5804
LTLIBOBJS=$ac_ltlibobjs
5785
LTLIBOBJS=$ac_ltlibobjs
5805
5786
5806
5787
5807
5788
5808
: "${CONFIG_STATUS=./config.status}"
5789
: ${CONFIG_STATUS=./config.status}
5809
ac_write_fail=0
5790
ac_write_fail=0
5810
ac_clean_files_save=$ac_clean_files
5791
ac_clean_files_save=$ac_clean_files
5811
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5792
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5812
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
5793
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
5813
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
5794
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
...
...
5904
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
5885
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
5905
# splitting by setting IFS to empty value.)
5886
# splitting by setting IFS to empty value.)
5906
IFS=" ""    $as_nl"
5887
IFS=" ""    $as_nl"
5907
5888
5908
# Find who we are.  Look in the path if we contain no directory separator.
5889
# Find who we are.  Look in the path if we contain no directory separator.
5909
as_myself=
5910
case $0 in #((
5890
case $0 in #((
5911
  *[\\/]* ) as_myself=$0 ;;
5891
  *[\\/]* ) as_myself=$0 ;;
5912
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5892
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5913
for as_dir in $PATH
5893
for as_dir in $PATH
5914
do
5894
do
...
...
6211
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6191
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6212
# Save the log message, to keep $0 and so on meaningful, and to
6192
# Save the log message, to keep $0 and so on meaningful, and to
6213
# report actual input values of CONFIG_FILES etc. instead of their
6193
# report actual input values of CONFIG_FILES etc. instead of their
6214
# values after options handling.
6194
# values after options handling.
6215
ac_log="
6195
ac_log="
6216
This file was extended by Recoll $as_me 1.17.0, which was
6196
This file was extended by Recoll $as_me 1.17.1, which was
6217
generated by GNU Autoconf 2.68.  Invocation command line was
6197
generated by GNU Autoconf 2.67.  Invocation command line was
6218
6198
6219
  CONFIG_FILES    = $CONFIG_FILES
6199
  CONFIG_FILES    = $CONFIG_FILES
6220
  CONFIG_HEADERS  = $CONFIG_HEADERS
6200
  CONFIG_HEADERS  = $CONFIG_HEADERS
6221
  CONFIG_LINKS    = $CONFIG_LINKS
6201
  CONFIG_LINKS    = $CONFIG_LINKS
6222
  CONFIG_COMMANDS = $CONFIG_COMMANDS
6202
  CONFIG_COMMANDS = $CONFIG_COMMANDS
...
...
6273
6253
6274
_ACEOF
6254
_ACEOF
6275
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6255
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6276
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
6256
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
6277
ac_cs_version="\\
6257
ac_cs_version="\\
6278
Recoll config.status 1.17.0
6258
Recoll config.status 1.17.1
6279
configured by $0, generated by GNU Autoconf 2.68,
6259
configured by $0, generated by GNU Autoconf 2.67,
6280
  with options \\"\$ac_cs_config\\"
6260
  with options \\"\$ac_cs_config\\"
6281
6261
6282
Copyright (C) 2010 Free Software Foundation, Inc.
6262
Copyright (C) 2010 Free Software Foundation, Inc.
6283
This config.status script is free software; the Free Software Foundation
6263
This config.status script is free software; the Free Software Foundation
6284
gives unlimited permission to copy, distribute and modify it."
6264
gives unlimited permission to copy, distribute and modify it."
...
...
6403
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
6383
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
6404
    "sampleconf/recoll.conf") CONFIG_FILES="$CONFIG_FILES sampleconf/recoll.conf" ;;
6384
    "sampleconf/recoll.conf") CONFIG_FILES="$CONFIG_FILES sampleconf/recoll.conf" ;;
6405
    "common/rclversion.h") CONFIG_FILES="$CONFIG_FILES common/rclversion.h" ;;
6385
    "common/rclversion.h") CONFIG_FILES="$CONFIG_FILES common/rclversion.h" ;;
6406
    "python/recoll/setup.py") CONFIG_FILES="$CONFIG_FILES python/recoll/setup.py" ;;
6386
    "python/recoll/setup.py") CONFIG_FILES="$CONFIG_FILES python/recoll/setup.py" ;;
6407
6387
6408
  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
6388
  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
6409
  esac
6389
  esac
6410
done
6390
done
6411
6391
6412
6392
6413
# If the user did not use the arguments to specify the items to instantiate,
6393
# If the user did not use the arguments to specify the items to instantiate,
...
...
6425
# Hook for its removal unless debugging.
6405
# Hook for its removal unless debugging.
6426
# Note that there is a small window in which the directory will not be cleaned:
6406
# Note that there is a small window in which the directory will not be cleaned:
6427
# after its creation but before its name has been assigned to `$tmp'.
6407
# after its creation but before its name has been assigned to `$tmp'.
6428
$debug ||
6408
$debug ||
6429
{
6409
{
6430
  tmp= ac_tmp=
6410
  tmp=
6431
  trap 'exit_status=$?
6411
  trap 'exit_status=$?
6432
  : "${ac_tmp:=$tmp}"
6433
  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
6412
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
6434
' 0
6413
' 0
6435
  trap 'as_fn_exit 1' 1 2 13 15
6414
  trap 'as_fn_exit 1' 1 2 13 15
6436
}
6415
}
6437
# Create a (secure) tmp directory for tmp files.
6416
# Create a (secure) tmp directory for tmp files.
6438
6417
6439
{
6418
{
6440
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
6419
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
6441
  test -d "$tmp"
6420
  test -n "$tmp" && test -d "$tmp"
6442
}  ||
6421
}  ||
6443
{
6422
{
6444
  tmp=./conf$$-$RANDOM
6423
  tmp=./conf$$-$RANDOM
6445
  (umask 077 && mkdir "$tmp")
6424
  (umask 077 && mkdir "$tmp")
6446
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
6425
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
6447
ac_tmp=$tmp
6448
6426
6449
# Set up the scripts for CONFIG_FILES section.
6427
# Set up the scripts for CONFIG_FILES section.
6450
# No need to generate them if there are no CONFIG_FILES.
6428
# No need to generate them if there are no CONFIG_FILES.
6451
# This happens for instance with `./config.status config.h'.
6429
# This happens for instance with `./config.status config.h'.
6452
if test -n "$CONFIG_FILES"; then
6430
if test -n "$CONFIG_FILES"; then
...
...
6464
  ac_cs_awk_cr='\\r'
6442
  ac_cs_awk_cr='\\r'
6465
else
6443
else
6466
  ac_cs_awk_cr=$ac_cr
6444
  ac_cs_awk_cr=$ac_cr
6467
fi
6445
fi
6468
6446
6469
echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
6447
echo 'BEGIN {' >"$tmp/subs1.awk" &&
6470
_ACEOF
6448
_ACEOF
6471
6449
6472
6450
6473
{
6451
{
6474
  echo "cat >conf$$subs.awk <<_ACEOF" &&
6452
  echo "cat >conf$$subs.awk <<_ACEOF" &&
...
...
6492
  fi
6470
  fi
6493
done
6471
done
6494
rm -f conf$$subs.sh
6472
rm -f conf$$subs.sh
6495
6473
6496
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6474
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6497
cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
6475
cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
6498
_ACEOF
6476
_ACEOF
6499
sed -n '
6477
sed -n '
6500
h
6478
h
6501
s/^/S["/; s/!.*/"]=/
6479
s/^/S["/; s/!.*/"]=/
6502
p
6480
p
...
...
6540
}
6518
}
6541
' >>$CONFIG_STATUS || ac_write_fail=1
6519
' >>$CONFIG_STATUS || ac_write_fail=1
6542
rm -f conf$$subs.awk
6520
rm -f conf$$subs.awk
6543
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6521
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6544
_ACAWK
6522
_ACAWK
6545
cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
6523
cat >>"\$tmp/subs1.awk" <<_ACAWK &&
6546
  for (key in S) S_is_set[key] = 1
6524
  for (key in S) S_is_set[key] = 1
6547
  FS = ""
6525
  FS = ""
6548
6526
6549
}
6527
}
6550
{
6528
{
...
...
6572
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6550
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6573
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
6551
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
6574
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
6552
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
6575
else
6553
else
6576
  cat
6554
  cat
6577
fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
6555
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
6578
  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
6556
  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
6579
_ACEOF
6557
_ACEOF
6580
6558
6581
# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
6559
# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
6582
# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
6560
# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
...
...
6606
6584
6607
# Set up the scripts for CONFIG_HEADERS section.
6585
# Set up the scripts for CONFIG_HEADERS section.
6608
# No need to generate them if there are no CONFIG_HEADERS.
6586
# No need to generate them if there are no CONFIG_HEADERS.
6609
# This happens for instance with `./config.status Makefile'.
6587
# This happens for instance with `./config.status Makefile'.
6610
if test -n "$CONFIG_HEADERS"; then
6588
if test -n "$CONFIG_HEADERS"; then
6611
cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
6589
cat >"$tmp/defines.awk" <<\_ACAWK ||
6612
BEGIN {
6590
BEGIN {
6613
_ACEOF
6591
_ACEOF
6614
6592
6615
# Transform confdefs.h into an awk script `defines.awk', embedded as
6593
# Transform confdefs.h into an awk script `defines.awk', embedded as
6616
# here-document in config.status, that substitutes the proper values into
6594
# here-document in config.status, that substitutes the proper values into
...
...
6618
6596
6619
# Create a delimiter string that does not exist in confdefs.h, to ease
6597
# Create a delimiter string that does not exist in confdefs.h, to ease
6620
# handling of long lines.
6598
# handling of long lines.
6621
ac_delim='%!_!# '
6599
ac_delim='%!_!# '
6622
for ac_last_try in false false :; do
6600
for ac_last_try in false false :; do
6623
  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
6601
  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
6624
  if test -z "$ac_tt"; then
6602
  if test -z "$ac_t"; then
6625
    break
6603
    break
6626
  elif $ac_last_try; then
6604
  elif $ac_last_try; then
6627
    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
6605
    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
6628
  else
6606
  else
6629
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
6607
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
...
...
6720
  case $ac_tag in
6698
  case $ac_tag in
6721
  :[FHLC]) ac_mode=$ac_tag; continue;;
6699
  :[FHLC]) ac_mode=$ac_tag; continue;;
6722
  esac
6700
  esac
6723
  case $ac_mode$ac_tag in
6701
  case $ac_mode$ac_tag in
6724
  :[FHL]*:*);;
6702
  :[FHL]*:*);;
6725
  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
6703
  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
6726
  :[FH]-) ac_tag=-:-;;
6704
  :[FH]-) ac_tag=-:-;;
6727
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
6705
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
6728
  esac
6706
  esac
6729
  ac_save_IFS=$IFS
6707
  ac_save_IFS=$IFS
6730
  IFS=:
6708
  IFS=:
...
...
6739
  :[FH])
6717
  :[FH])
6740
    ac_file_inputs=
6718
    ac_file_inputs=
6741
    for ac_f
6719
    for ac_f
6742
    do
6720
    do
6743
      case $ac_f in
6721
      case $ac_f in
6744
      -) ac_f="$ac_tmp/stdin";;
6722
      -) ac_f="$tmp/stdin";;
6745
      *) # Look for the file first in the build tree, then in the source tree
6723
      *) # Look for the file first in the build tree, then in the source tree
6746
     # (if the path is not absolute).  The absolute path cannot be DOS-style,
6724
     # (if the path is not absolute).  The absolute path cannot be DOS-style,
6747
     # because $ac_f cannot contain `:'.
6725
     # because $ac_f cannot contain `:'.
6748
     test -f "$ac_f" ||
6726
     test -f "$ac_f" ||
6749
       case $ac_f in
6727
       case $ac_f in
6750
       [\\/$]*) false;;
6728
       [\\/$]*) false;;
6751
       *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
6729
       *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
6752
       esac ||
6730
       esac ||
6753
       as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
6731
       as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
6754
      esac
6732
      esac
6755
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
6733
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
6756
      as_fn_append ac_file_inputs " '$ac_f'"
6734
      as_fn_append ac_file_inputs " '$ac_f'"
6757
    done
6735
    done
6758
6736
...
...
6774
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
6752
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
6775
    *) ac_sed_conf_input=$configure_input;;
6753
    *) ac_sed_conf_input=$configure_input;;
6776
    esac
6754
    esac
6777
6755
6778
    case $ac_tag in
6756
    case $ac_tag in
6779
    *:-:* | *:-) cat >"$ac_tmp/stdin" \
6757
    *:-:* | *:-) cat >"$tmp/stdin" \
6780
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
6758
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
6781
    esac
6759
    esac
6782
    ;;
6760
    ;;
6783
  esac
6761
  esac
6784
6762
6785
  ac_dir=`$as_dirname -- "$ac_file" ||
6763
  ac_dir=`$as_dirname -- "$ac_file" ||
...
...
6900
s&@builddir@&$ac_builddir&;t t
6878
s&@builddir@&$ac_builddir&;t t
6901
s&@abs_builddir@&$ac_abs_builddir&;t t
6879
s&@abs_builddir@&$ac_abs_builddir&;t t
6902
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
6880
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
6903
$ac_datarootdir_hack
6881
$ac_datarootdir_hack
6904
"
6882
"
6905
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
6883
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
6906
  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6884
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6907
6885
6908
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
6886
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
6909
  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
6887
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
6910
  { ac_out=`sed -n '/^[    ]*datarootdir[  ]*:*=/p' \
6888
  { ac_out=`sed -n '/^[    ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
6911
      "$ac_tmp/out"`; test -z "$ac_out"; } &&
6912
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6889
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6913
which seems to be undefined.  Please make sure it is defined" >&5
6890
which seems to be undefined.  Please make sure it is defined" >&5
6914
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6891
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6915
which seems to be undefined.  Please make sure it is defined" >&2;}
6892
which seems to be undefined.  Please make sure it is defined" >&2;}
6916
6893
6917
  rm -f "$ac_tmp/stdin"
6894
  rm -f "$tmp/stdin"
6918
  case $ac_file in
6895
  case $ac_file in
6919
  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
6896
  -) cat "$tmp/out" && rm -f "$tmp/out";;
6920
  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
6897
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
6921
  esac \
6898
  esac \
6922
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6899
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6923
 ;;
6900
 ;;
6924
  :H)
6901
  :H)
6925
  #
6902
  #
6926
  # CONFIG_HEADER
6903
  # CONFIG_HEADER
6927
  #
6904
  #
6928
  if test x"$ac_file" != x-; then
6905
  if test x"$ac_file" != x-; then
6929
    {
6906
    {
6930
      $as_echo "/* $configure_input  */" \
6907
      $as_echo "/* $configure_input  */" \
6931
      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
6908
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
6932
    } >"$ac_tmp/config.h" \
6909
    } >"$tmp/config.h" \
6933
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6910
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6934
    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
6911
    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
6935
      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
6912
      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
6936
$as_echo "$as_me: $ac_file is unchanged" >&6;}
6913
$as_echo "$as_me: $ac_file is unchanged" >&6;}
6937
    else
6914
    else
6938
      rm -f "$ac_file"
6915
      rm -f "$ac_file"
6939
      mv "$ac_tmp/config.h" "$ac_file" \
6916
      mv "$tmp/config.h" "$ac_file" \
6940
    || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6917
    || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6941
    fi
6918
    fi
6942
  else
6919
  else
6943
    $as_echo "/* $configure_input  */" \
6920
    $as_echo "/* $configure_input  */" \
6944
      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
6921
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
6945
      || as_fn_error $? "could not create -" "$LINENO" 5
6922
      || as_fn_error $? "could not create -" "$LINENO" 5
6946
  fi
6923
  fi
6947
 ;;
6924
 ;;
6948
6925
6949
6926