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