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.6.
3
# Generated by GNU Autoconf 2.68 for Recoll 1.6.
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."
...
...
611
X_LIBS
619
X_LIBS
612
X_PRE_LIBS
620
X_PRE_LIBS
613
X_CFLAGS
621
X_CFLAGS
614
CXXCPP
622
CXXCPP
615
XMKMF
623
XMKMF
616
UIC3
617
QMAKEPATH
624
QMAKEPATH
618
XAPIAN_CONFIG
625
XAPIAN_CONFIG
619
aspellProg
626
aspellProg
620
fileProg
627
fileProg
621
EGREP
628
EGREP
...
...
1105
  *)
1112
  *)
1106
    # FIXME: should be removed in autoconf 3.0.
1113
    # FIXME: should be removed in autoconf 3.0.
1107
    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1114
    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1108
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1115
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1109
      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1116
      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1110
    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1117
    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1111
    ;;
1118
    ;;
1112
1119
1113
  esac
1120
  esac
1114
done
1121
done
1115
1122
...
...
1432
1439
1433
test -n "$ac_init_help" && exit $ac_status
1440
test -n "$ac_init_help" && exit $ac_status
1434
if $ac_init_version; then
1441
if $ac_init_version; then
1435
  cat <<\_ACEOF
1442
  cat <<\_ACEOF
1436
Recoll configure 1.6
1443
Recoll configure 1.6
1437
generated by GNU Autoconf 2.67
1444
generated by GNU Autoconf 2.68
1438
1445
1439
Copyright (C) 2010 Free Software Foundation, Inc.
1446
Copyright (C) 2010 Free Software Foundation, Inc.
1440
This configure script is free software; the Free Software Foundation
1447
This configure script is free software; the Free Software Foundation
1441
gives unlimited permission to copy, distribute and modify it.
1448
gives unlimited permission to copy, distribute and modify it.
1442
_ACEOF
1449
_ACEOF
...
...
1478
  $as_echo "$as_me: failed program was:" >&5
1485
  $as_echo "$as_me: failed program was:" >&5
1479
sed 's/^/| /' conftest.$ac_ext >&5
1486
sed 's/^/| /' conftest.$ac_ext >&5
1480
1487
1481
    ac_retval=1
1488
    ac_retval=1
1482
fi
1489
fi
1483
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1490
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1484
  as_fn_set_status $ac_retval
1491
  as_fn_set_status $ac_retval
1485
1492
1486
} # ac_fn_cxx_try_compile
1493
} # ac_fn_cxx_try_compile
1487
1494
1488
# ac_fn_c_try_compile LINENO
1495
# ac_fn_c_try_compile LINENO
...
...
1516
  $as_echo "$as_me: failed program was:" >&5
1523
  $as_echo "$as_me: failed program was:" >&5
1517
sed 's/^/| /' conftest.$ac_ext >&5
1524
sed 's/^/| /' conftest.$ac_ext >&5
1518
1525
1519
    ac_retval=1
1526
    ac_retval=1
1520
fi
1527
fi
1521
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1528
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1522
  as_fn_set_status $ac_retval
1529
  as_fn_set_status $ac_retval
1523
1530
1524
} # ac_fn_c_try_compile
1531
} # ac_fn_c_try_compile
1525
1532
1526
# ac_fn_c_try_cpp LINENO
1533
# ac_fn_c_try_cpp LINENO
...
...
1553
  $as_echo "$as_me: failed program was:" >&5
1560
  $as_echo "$as_me: failed program was:" >&5
1554
sed 's/^/| /' conftest.$ac_ext >&5
1561
sed 's/^/| /' conftest.$ac_ext >&5
1555
1562
1556
    ac_retval=1
1563
    ac_retval=1
1557
fi
1564
fi
1558
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1565
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1559
  as_fn_set_status $ac_retval
1566
  as_fn_set_status $ac_retval
1560
1567
1561
} # ac_fn_c_try_cpp
1568
} # ac_fn_c_try_cpp
1562
1569
1563
# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1570
# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
...
...
1566
# the include files in INCLUDES and setting the cache variable VAR
1573
# the include files in INCLUDES and setting the cache variable VAR
1567
# accordingly.
1574
# accordingly.
1568
ac_fn_c_check_header_mongrel ()
1575
ac_fn_c_check_header_mongrel ()
1569
{
1576
{
1570
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1577
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1571
  if eval "test \"\${$3+set}\"" = set; then :
1578
  if eval \${$3+:} false; then :
1572
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1579
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1573
$as_echo_n "checking for $2... " >&6; }
1580
$as_echo_n "checking for $2... " >&6; }
1574
if eval "test \"\${$3+set}\"" = set; then :
1581
if eval \${$3+:} false; then :
1575
  $as_echo_n "(cached) " >&6
1582
  $as_echo_n "(cached) " >&6
1576
fi
1583
fi
1577
eval ac_res=\$$3
1584
eval ac_res=\$$3
1578
           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1585
           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1579
$as_echo "$ac_res" >&6; }
1586
$as_echo "$ac_res" >&6; }
...
...
1632
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1639
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1633
    ;;
1640
    ;;
1634
esac
1641
esac
1635
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1642
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1636
$as_echo_n "checking for $2... " >&6; }
1643
$as_echo_n "checking for $2... " >&6; }
1637
if eval "test \"\${$3+set}\"" = set; then :
1644
if eval \${$3+:} false; then :
1638
  $as_echo_n "(cached) " >&6
1645
  $as_echo_n "(cached) " >&6
1639
else
1646
else
1640
  eval "$3=\$ac_header_compiler"
1647
  eval "$3=\$ac_header_compiler"
1641
fi
1648
fi
1642
eval ac_res=\$$3
1649
eval ac_res=\$$3
1643
           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1650
           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1644
$as_echo "$ac_res" >&6; }
1651
$as_echo "$ac_res" >&6; }
1645
fi
1652
fi
1646
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1653
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1647
1654
1648
} # ac_fn_c_check_header_mongrel
1655
} # ac_fn_c_check_header_mongrel
1649
1656
1650
# ac_fn_c_try_run LINENO
1657
# ac_fn_c_try_run LINENO
1651
# ----------------------
1658
# ----------------------
...
...
1682
sed 's/^/| /' conftest.$ac_ext >&5
1689
sed 's/^/| /' conftest.$ac_ext >&5
1683
1690
1684
       ac_retval=$ac_status
1691
       ac_retval=$ac_status
1685
fi
1692
fi
1686
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1693
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1687
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1694
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1688
  as_fn_set_status $ac_retval
1695
  as_fn_set_status $ac_retval
1689
1696
1690
} # ac_fn_c_try_run
1697
} # ac_fn_c_try_run
1691
1698
1692
# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1699
# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
...
...
1696
ac_fn_c_check_header_compile ()
1703
ac_fn_c_check_header_compile ()
1697
{
1704
{
1698
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1705
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1699
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1706
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1700
$as_echo_n "checking for $2... " >&6; }
1707
$as_echo_n "checking for $2... " >&6; }
1701
if eval "test \"\${$3+set}\"" = set; then :
1708
if eval \${$3+:} false; then :
1702
  $as_echo_n "(cached) " >&6
1709
  $as_echo_n "(cached) " >&6
1703
else
1710
else
1704
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1711
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1705
/* end confdefs.h.  */
1712
/* end confdefs.h.  */
1706
$4
1713
$4
...
...
1714
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1721
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1715
fi
1722
fi
1716
eval ac_res=\$$3
1723
eval ac_res=\$$3
1717
           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1724
           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1718
$as_echo "$ac_res" >&6; }
1725
$as_echo "$ac_res" >&6; }
1719
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1726
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1720
1727
1721
} # ac_fn_c_check_header_compile
1728
} # ac_fn_c_check_header_compile
1722
1729
1723
# ac_fn_c_try_link LINENO
1730
# ac_fn_c_try_link LINENO
1724
# -----------------------
1731
# -----------------------
...
...
1759
  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1766
  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1760
  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1767
  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1761
  # interfere with the next link command; also delete a directory that is
1768
  # interfere with the next link command; also delete a directory that is
1762
  # left behind by Apple's compiler.  We do this before executing the actions.
1769
  # left behind by Apple's compiler.  We do this before executing the actions.
1763
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1770
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1764
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1771
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1765
  as_fn_set_status $ac_retval
1772
  as_fn_set_status $ac_retval
1766
1773
1767
} # ac_fn_c_try_link
1774
} # ac_fn_c_try_link
1768
1775
1769
# ac_fn_c_check_func LINENO FUNC VAR
1776
# ac_fn_c_check_func LINENO FUNC VAR
...
...
1772
ac_fn_c_check_func ()
1779
ac_fn_c_check_func ()
1773
{
1780
{
1774
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1781
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1775
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1782
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1776
$as_echo_n "checking for $2... " >&6; }
1783
$as_echo_n "checking for $2... " >&6; }
1777
if eval "test \"\${$3+set}\"" = set; then :
1784
if eval \${$3+:} false; then :
1778
  $as_echo_n "(cached) " >&6
1785
  $as_echo_n "(cached) " >&6
1779
else
1786
else
1780
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1787
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1781
/* end confdefs.h.  */
1788
/* end confdefs.h.  */
1782
/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1789
/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
...
...
1827
    conftest$ac_exeext conftest.$ac_ext
1834
    conftest$ac_exeext conftest.$ac_ext
1828
fi
1835
fi
1829
eval ac_res=\$$3
1836
eval ac_res=\$$3
1830
           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1837
           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1831
$as_echo "$ac_res" >&6; }
1838
$as_echo "$ac_res" >&6; }
1832
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1839
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1833
1840
1834
} # ac_fn_c_check_func
1841
} # ac_fn_c_check_func
1835
1842
1836
# ac_fn_cxx_try_link LINENO
1843
# ac_fn_cxx_try_link LINENO
1837
# -------------------------
1844
# -------------------------
...
...
1872
  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1879
  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1873
  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1880
  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1874
  # interfere with the next link command; also delete a directory that is
1881
  # interfere with the next link command; also delete a directory that is
1875
  # left behind by Apple's compiler.  We do this before executing the actions.
1882
  # left behind by Apple's compiler.  We do this before executing the actions.
1876
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1883
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1877
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1884
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1878
  as_fn_set_status $ac_retval
1885
  as_fn_set_status $ac_retval
1879
1886
1880
} # ac_fn_cxx_try_link
1887
} # ac_fn_cxx_try_link
1881
1888
1882
# ac_fn_cxx_try_cpp LINENO
1889
# ac_fn_cxx_try_cpp LINENO
...
...
1909
  $as_echo "$as_me: failed program was:" >&5
1916
  $as_echo "$as_me: failed program was:" >&5
1910
sed 's/^/| /' conftest.$ac_ext >&5
1917
sed 's/^/| /' conftest.$ac_ext >&5
1911
1918
1912
    ac_retval=1
1919
    ac_retval=1
1913
fi
1920
fi
1914
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1921
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1915
  as_fn_set_status $ac_retval
1922
  as_fn_set_status $ac_retval
1916
1923
1917
} # ac_fn_cxx_try_cpp
1924
} # ac_fn_cxx_try_cpp
1918
1925
1919
# ac_fn_cxx_check_func LINENO FUNC VAR
1926
# ac_fn_cxx_check_func LINENO FUNC VAR
...
...
1922
ac_fn_cxx_check_func ()
1929
ac_fn_cxx_check_func ()
1923
{
1930
{
1924
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1931
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1925
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1932
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1926
$as_echo_n "checking for $2... " >&6; }
1933
$as_echo_n "checking for $2... " >&6; }
1927
if eval "test \"\${$3+set}\"" = set; then :
1934
if eval \${$3+:} false; then :
1928
  $as_echo_n "(cached) " >&6
1935
  $as_echo_n "(cached) " >&6
1929
else
1936
else
1930
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1937
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1931
/* end confdefs.h.  */
1938
/* end confdefs.h.  */
1932
/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1939
/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
...
...
1977
    conftest$ac_exeext conftest.$ac_ext
1984
    conftest$ac_exeext conftest.$ac_ext
1978
fi
1985
fi
1979
eval ac_res=\$$3
1986
eval ac_res=\$$3
1980
           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1987
           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1981
$as_echo "$ac_res" >&6; }
1988
$as_echo "$ac_res" >&6; }
1982
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1989
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1983
1990
1984
} # ac_fn_cxx_check_func
1991
} # ac_fn_cxx_check_func
1985
cat >config.log <<_ACEOF
1992
cat >config.log <<_ACEOF
1986
This file contains any messages produced by compilers while
1993
This file contains any messages produced by compilers while
1987
running configure, to aid debugging if configure makes a mistake.
1994
running configure, to aid debugging if configure makes a mistake.
1988
1995
1989
It was created by Recoll $as_me 1.6, which was
1996
It was created by Recoll $as_me 1.6, which was
1990
generated by GNU Autoconf 2.67.  Invocation command line was
1997
generated by GNU Autoconf 2.68.  Invocation command line was
1991
1998
1992
  $ $0 $@
1999
  $ $0 $@
1993
2000
1994
_ACEOF
2001
_ACEOF
1995
exec 5>>config.log
2002
exec 5>>config.log
...
...
2353
  do
2360
  do
2354
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2361
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2355
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2362
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2356
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2363
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2357
$as_echo_n "checking for $ac_word... " >&6; }
2364
$as_echo_n "checking for $ac_word... " >&6; }
2358
if test "${ac_cv_prog_CXX+set}" = set; then :
2365
if ${ac_cv_prog_CXX+:} false; then :
2359
  $as_echo_n "(cached) " >&6
2366
  $as_echo_n "(cached) " >&6
2360
else
2367
else
2361
  if test -n "$CXX"; then
2368
  if test -n "$CXX"; then
2362
  ac_cv_prog_CXX="$CXX" # Let the user override the test.
2369
  ac_cv_prog_CXX="$CXX" # Let the user override the test.
2363
else
2370
else
...
...
2397
do
2404
do
2398
  # Extract the first word of "$ac_prog", so it can be a program name with args.
2405
  # Extract the first word of "$ac_prog", so it can be a program name with args.
2399
set dummy $ac_prog; ac_word=$2
2406
set dummy $ac_prog; ac_word=$2
2400
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2407
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2401
$as_echo_n "checking for $ac_word... " >&6; }
2408
$as_echo_n "checking for $ac_word... " >&6; }
2402
if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
2409
if ${ac_cv_prog_ac_ct_CXX+:} false; then :
2403
  $as_echo_n "(cached) " >&6
2410
  $as_echo_n "(cached) " >&6
2404
else
2411
else
2405
  if test -n "$ac_ct_CXX"; then
2412
  if test -n "$ac_ct_CXX"; then
2406
  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2413
  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2407
else
2414
else
...
...
2674
2681
2675
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2682
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2676
ac_clean_files=$ac_clean_files_save
2683
ac_clean_files=$ac_clean_files_save
2677
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2684
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2678
$as_echo_n "checking for suffix of object files... " >&6; }
2685
$as_echo_n "checking for suffix of object files... " >&6; }
2679
if test "${ac_cv_objext+set}" = set; then :
2686
if ${ac_cv_objext+:} false; then :
2680
  $as_echo_n "(cached) " >&6
2687
  $as_echo_n "(cached) " >&6
2681
else
2688
else
2682
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2689
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2683
/* end confdefs.h.  */
2690
/* end confdefs.h.  */
2684
2691
...
...
2725
$as_echo "$ac_cv_objext" >&6; }
2732
$as_echo "$ac_cv_objext" >&6; }
2726
OBJEXT=$ac_cv_objext
2733
OBJEXT=$ac_cv_objext
2727
ac_objext=$OBJEXT
2734
ac_objext=$OBJEXT
2728
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
2735
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
2729
$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
2736
$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
2730
if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
2737
if ${ac_cv_cxx_compiler_gnu+:} false; then :
2731
  $as_echo_n "(cached) " >&6
2738
  $as_echo_n "(cached) " >&6
2732
else
2739
else
2733
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2740
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2734
/* end confdefs.h.  */
2741
/* end confdefs.h.  */
2735
2742
...
...
2762
fi
2769
fi
2763
ac_test_CXXFLAGS=${CXXFLAGS+set}
2770
ac_test_CXXFLAGS=${CXXFLAGS+set}
2764
ac_save_CXXFLAGS=$CXXFLAGS
2771
ac_save_CXXFLAGS=$CXXFLAGS
2765
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
2772
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
2766
$as_echo_n "checking whether $CXX accepts -g... " >&6; }
2773
$as_echo_n "checking whether $CXX accepts -g... " >&6; }
2767
if test "${ac_cv_prog_cxx_g+set}" = set; then :
2774
if ${ac_cv_prog_cxx_g+:} false; then :
2768
  $as_echo_n "(cached) " >&6
2775
  $as_echo_n "(cached) " >&6
2769
else
2776
else
2770
  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
2777
  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
2771
   ac_cxx_werror_flag=yes
2778
   ac_cxx_werror_flag=yes
2772
   ac_cv_prog_cxx_g=no
2779
   ac_cv_prog_cxx_g=no
...
...
2876
if test -n "$ac_tool_prefix"; then
2883
if test -n "$ac_tool_prefix"; then
2877
  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2884
  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2878
set dummy ${ac_tool_prefix}gcc; ac_word=$2
2885
set dummy ${ac_tool_prefix}gcc; ac_word=$2
2879
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2886
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2880
$as_echo_n "checking for $ac_word... " >&6; }
2887
$as_echo_n "checking for $ac_word... " >&6; }
2881
if test "${ac_cv_prog_CC+set}" = set; then :
2888
if ${ac_cv_prog_CC+:} false; then :
2882
  $as_echo_n "(cached) " >&6
2889
  $as_echo_n "(cached) " >&6
2883
else
2890
else
2884
  if test -n "$CC"; then
2891
  if test -n "$CC"; then
2885
  ac_cv_prog_CC="$CC" # Let the user override the test.
2892
  ac_cv_prog_CC="$CC" # Let the user override the test.
2886
else
2893
else
...
...
2916
  ac_ct_CC=$CC
2923
  ac_ct_CC=$CC
2917
  # Extract the first word of "gcc", so it can be a program name with args.
2924
  # Extract the first word of "gcc", so it can be a program name with args.
2918
set dummy gcc; ac_word=$2
2925
set dummy gcc; ac_word=$2
2919
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2926
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2920
$as_echo_n "checking for $ac_word... " >&6; }
2927
$as_echo_n "checking for $ac_word... " >&6; }
2921
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2928
if ${ac_cv_prog_ac_ct_CC+:} false; then :
2922
  $as_echo_n "(cached) " >&6
2929
  $as_echo_n "(cached) " >&6
2923
else
2930
else
2924
  if test -n "$ac_ct_CC"; then
2931
  if test -n "$ac_ct_CC"; then
2925
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2932
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2926
else
2933
else
...
...
2969
          if test -n "$ac_tool_prefix"; then
2976
          if test -n "$ac_tool_prefix"; then
2970
    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2977
    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2971
set dummy ${ac_tool_prefix}cc; ac_word=$2
2978
set dummy ${ac_tool_prefix}cc; ac_word=$2
2972
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2979
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2973
$as_echo_n "checking for $ac_word... " >&6; }
2980
$as_echo_n "checking for $ac_word... " >&6; }
2974
if test "${ac_cv_prog_CC+set}" = set; then :
2981
if ${ac_cv_prog_CC+:} false; then :
2975
  $as_echo_n "(cached) " >&6
2982
  $as_echo_n "(cached) " >&6
2976
else
2983
else
2977
  if test -n "$CC"; then
2984
  if test -n "$CC"; then
2978
  ac_cv_prog_CC="$CC" # Let the user override the test.
2985
  ac_cv_prog_CC="$CC" # Let the user override the test.
2979
else
2986
else
...
...
3009
if test -z "$CC"; then
3016
if test -z "$CC"; then
3010
  # Extract the first word of "cc", so it can be a program name with args.
3017
  # Extract the first word of "cc", so it can be a program name with args.
3011
set dummy cc; ac_word=$2
3018
set dummy cc; ac_word=$2
3012
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3019
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3013
$as_echo_n "checking for $ac_word... " >&6; }
3020
$as_echo_n "checking for $ac_word... " >&6; }
3014
if test "${ac_cv_prog_CC+set}" = set; then :
3021
if ${ac_cv_prog_CC+:} false; then :
3015
  $as_echo_n "(cached) " >&6
3022
  $as_echo_n "(cached) " >&6
3016
else
3023
else
3017
  if test -n "$CC"; then
3024
  if test -n "$CC"; then
3018
  ac_cv_prog_CC="$CC" # Let the user override the test.
3025
  ac_cv_prog_CC="$CC" # Let the user override the test.
3019
else
3026
else
...
...
3068
  do
3075
  do
3069
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3076
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3070
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3077
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3071
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3078
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3072
$as_echo_n "checking for $ac_word... " >&6; }
3079
$as_echo_n "checking for $ac_word... " >&6; }
3073
if test "${ac_cv_prog_CC+set}" = set; then :
3080
if ${ac_cv_prog_CC+:} false; then :
3074
  $as_echo_n "(cached) " >&6
3081
  $as_echo_n "(cached) " >&6
3075
else
3082
else
3076
  if test -n "$CC"; then
3083
  if test -n "$CC"; then
3077
  ac_cv_prog_CC="$CC" # Let the user override the test.
3084
  ac_cv_prog_CC="$CC" # Let the user override the test.
3078
else
3085
else
...
...
3112
do
3119
do
3113
  # Extract the first word of "$ac_prog", so it can be a program name with args.
3120
  # Extract the first word of "$ac_prog", so it can be a program name with args.
3114
set dummy $ac_prog; ac_word=$2
3121
set dummy $ac_prog; ac_word=$2
3115
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3122
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3116
$as_echo_n "checking for $ac_word... " >&6; }
3123
$as_echo_n "checking for $ac_word... " >&6; }
3117
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3124
if ${ac_cv_prog_ac_ct_CC+:} false; then :
3118
  $as_echo_n "(cached) " >&6
3125
  $as_echo_n "(cached) " >&6
3119
else
3126
else
3120
  if test -n "$ac_ct_CC"; then
3127
  if test -n "$ac_ct_CC"; then
3121
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3128
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3122
else
3129
else
...
...
3196
  test $ac_status = 0; }
3203
  test $ac_status = 0; }
3197
done
3204
done
3198
3205
3199
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3206
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3200
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3207
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3201
if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3208
if ${ac_cv_c_compiler_gnu+:} false; then :
3202
  $as_echo_n "(cached) " >&6
3209
  $as_echo_n "(cached) " >&6
3203
else
3210
else
3204
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3211
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3205
/* end confdefs.h.  */
3212
/* end confdefs.h.  */
3206
3213
...
...
3233
fi
3240
fi
3234
ac_test_CFLAGS=${CFLAGS+set}
3241
ac_test_CFLAGS=${CFLAGS+set}
3235
ac_save_CFLAGS=$CFLAGS
3242
ac_save_CFLAGS=$CFLAGS
3236
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3243
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3237
$as_echo_n "checking whether $CC accepts -g... " >&6; }
3244
$as_echo_n "checking whether $CC accepts -g... " >&6; }
3238
if test "${ac_cv_prog_cc_g+set}" = set; then :
3245
if ${ac_cv_prog_cc_g+:} false; then :
3239
  $as_echo_n "(cached) " >&6
3246
  $as_echo_n "(cached) " >&6
3240
else
3247
else
3241
  ac_save_c_werror_flag=$ac_c_werror_flag
3248
  ac_save_c_werror_flag=$ac_c_werror_flag
3242
   ac_c_werror_flag=yes
3249
   ac_c_werror_flag=yes
3243
   ac_cv_prog_cc_g=no
3250
   ac_cv_prog_cc_g=no
...
...
3311
    CFLAGS=
3318
    CFLAGS=
3312
  fi
3319
  fi
3313
fi
3320
fi
3314
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3321
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3315
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3322
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3316
if test "${ac_cv_prog_cc_c89+set}" = set; then :
3323
if ${ac_cv_prog_cc_c89+:} false; then :
3317
  $as_echo_n "(cached) " >&6
3324
  $as_echo_n "(cached) " >&6
3318
else
3325
else
3319
  ac_cv_prog_cc_c89=no
3326
  ac_cv_prog_cc_c89=no
3320
ac_save_CC=$CC
3327
ac_save_CC=$CC
3321
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3328
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
...
3416
3423
3417
if test "$enable_largefile" != no; then
3424
if test "$enable_largefile" != no; then
3418
3425
3419
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
3426
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
3420
$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
3427
$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
3421
if test "${ac_cv_sys_largefile_CC+set}" = set; then :
3428
if ${ac_cv_sys_largefile_CC+:} false; then :
3422
  $as_echo_n "(cached) " >&6
3429
  $as_echo_n "(cached) " >&6
3423
else
3430
else
3424
  ac_cv_sys_largefile_CC=no
3431
  ac_cv_sys_largefile_CC=no
3425
     if test "$GCC" != yes; then
3432
     if test "$GCC" != yes; then
3426
       ac_save_CC=$CC
3433
       ac_save_CC=$CC
...
...
3467
    CC=$CC$ac_cv_sys_largefile_CC
3474
    CC=$CC$ac_cv_sys_largefile_CC
3468
  fi
3475
  fi
3469
3476
3470
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
3477
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
3471
$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
3478
$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
3472
if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
3479
if ${ac_cv_sys_file_offset_bits+:} false; then :
3473
  $as_echo_n "(cached) " >&6
3480
  $as_echo_n "(cached) " >&6
3474
else
3481
else
3475
  while :; do
3482
  while :; do
3476
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3483
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3477
/* end confdefs.h.  */
3484
/* end confdefs.h.  */
...
...
3536
esac
3543
esac
3537
rm -rf conftest*
3544
rm -rf conftest*
3538
  if test $ac_cv_sys_file_offset_bits = unknown; then
3545
  if test $ac_cv_sys_file_offset_bits = unknown; then
3539
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
3546
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
3540
$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
3547
$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
3541
if test "${ac_cv_sys_large_files+set}" = set; then :
3548
if ${ac_cv_sys_large_files+:} false; then :
3542
  $as_echo_n "(cached) " >&6
3549
  $as_echo_n "(cached) " >&6
3543
else
3550
else
3544
  while :; do
3551
  while :; do
3545
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3552
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3546
/* end confdefs.h.  */
3553
/* end confdefs.h.  */
...
...
3618
# On Suns, sometimes $CPP names a directory.
3625
# On Suns, sometimes $CPP names a directory.
3619
if test -n "$CPP" && test -d "$CPP"; then
3626
if test -n "$CPP" && test -d "$CPP"; then
3620
  CPP=
3627
  CPP=
3621
fi
3628
fi
3622
if test -z "$CPP"; then
3629
if test -z "$CPP"; then
3623
  if test "${ac_cv_prog_CPP+set}" = set; then :
3630
  if ${ac_cv_prog_CPP+:} false; then :
3624
  $as_echo_n "(cached) " >&6
3631
  $as_echo_n "(cached) " >&6
3625
else
3632
else
3626
      # Double quotes because CPP needs to be expanded
3633
      # Double quotes because CPP needs to be expanded
3627
    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3634
    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3628
    do
3635
    do
...
...
3746
ac_compiler_gnu=$ac_cv_c_compiler_gnu
3753
ac_compiler_gnu=$ac_cv_c_compiler_gnu
3747
3754
3748
3755
3749
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3756
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3750
$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3757
$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3751
if test "${ac_cv_path_GREP+set}" = set; then :
3758
if ${ac_cv_path_GREP+:} false; then :
3752
  $as_echo_n "(cached) " >&6
3759
  $as_echo_n "(cached) " >&6
3753
else
3760
else
3754
  if test -z "$GREP"; then
3761
  if test -z "$GREP"; then
3755
  ac_path_GREP_found=false
3762
  ac_path_GREP_found=false
3756
  # Loop through the user's path and test for each of PROGNAME-LIST
3763
  # Loop through the user's path and test for each of PROGNAME-LIST
...
...
3809
 GREP="$ac_cv_path_GREP"
3816
 GREP="$ac_cv_path_GREP"
3810
3817
3811
3818
3812
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3819
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3813
$as_echo_n "checking for egrep... " >&6; }
3820
$as_echo_n "checking for egrep... " >&6; }
3814
if test "${ac_cv_path_EGREP+set}" = set; then :
3821
if ${ac_cv_path_EGREP+:} false; then :
3815
  $as_echo_n "(cached) " >&6
3822
  $as_echo_n "(cached) " >&6
3816
else
3823
else
3817
  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3824
  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3818
   then ac_cv_path_EGREP="$GREP -E"
3825
   then ac_cv_path_EGREP="$GREP -E"
3819
   else
3826
   else
...
...
3876
 EGREP="$ac_cv_path_EGREP"
3883
 EGREP="$ac_cv_path_EGREP"
3877
3884
3878
3885
3879
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3886
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3880
$as_echo_n "checking for ANSI C header files... " >&6; }
3887
$as_echo_n "checking for ANSI C header files... " >&6; }
3881
if test "${ac_cv_header_stdc+set}" = set; then :
3888
if ${ac_cv_header_stdc+:} false; then :
3882
  $as_echo_n "(cached) " >&6
3889
  $as_echo_n "(cached) " >&6
3883
else
3890
else
3884
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3891
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3885
/* end confdefs.h.  */
3892
/* end confdefs.h.  */
3886
#include <stdlib.h>
3893
#include <stdlib.h>
...
...
4033
  file)
4040
  file)
4034
    # Extract the first word of "file", so it can be a program name with args.
4041
    # Extract the first word of "file", so it can be a program name with args.
4035
set dummy file; ac_word=$2
4042
set dummy file; ac_word=$2
4036
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4043
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4037
$as_echo_n "checking for $ac_word... " >&6; }
4044
$as_echo_n "checking for $ac_word... " >&6; }
4038
if test "${ac_cv_path_fileProg+set}" = set; then :
4045
if ${ac_cv_path_fileProg+:} false; then :
4039
  $as_echo_n "(cached) " >&6
4046
  $as_echo_n "(cached) " >&6
4040
else
4047
else
4041
  case $fileProg in
4048
  case $fileProg in
4042
  [\\/]* | ?:[\\/]*)
4049
  [\\/]* | ?:[\\/]*)
4043
  ac_cv_path_fileProg="$fileProg" # Let the user override the test with a path.
4050
  ac_cv_path_fileProg="$fileProg" # Let the user override the test with a path.
...
...
4109
     yes)
4116
     yes)
4110
     # Extract the first word of "aspell", so it can be a program name with args.
4117
     # Extract the first word of "aspell", so it can be a program name with args.
4111
set dummy aspell; ac_word=$2
4118
set dummy aspell; ac_word=$2
4112
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4119
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4113
$as_echo_n "checking for $ac_word... " >&6; }
4120
$as_echo_n "checking for $ac_word... " >&6; }
4114
if test "${ac_cv_path_aspellProg+set}" = set; then :
4121
if ${ac_cv_path_aspellProg+:} false; then :
4115
  $as_echo_n "(cached) " >&6
4122
  $as_echo_n "(cached) " >&6
4116
else
4123
else
4117
  case $aspellProg in
4124
  case $aspellProg in
4118
  [\\/]* | ?:[\\/]*)
4125
  [\\/]* | ?:[\\/]*)
4119
  ac_cv_path_aspellProg="$aspellProg" # Let the user override the test with a path.
4126
  ac_cv_path_aspellProg="$aspellProg" # Let the user override the test with a path.
...
...
4323
fi
4330
fi
4324
4331
4325
for ac_func in mkdtemp
4332
for ac_func in mkdtemp
4326
do :
4333
do :
4327
  ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
4334
  ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
4328
if test "x$ac_cv_func_mkdtemp" = x""yes; then :
4335
if test "x$ac_cv_func_mkdtemp" = xyes; then :
4329
  cat >>confdefs.h <<_ACEOF
4336
  cat >>confdefs.h <<_ACEOF
4330
#define HAVE_MKDTEMP 1
4337
#define HAVE_MKDTEMP 1
4331
_ACEOF
4338
_ACEOF
4332
4339
4333
fi
4340
fi
...
...
4353
  LDFLAGS="$S_LDFLAGS -L$dir"
4360
  LDFLAGS="$S_LDFLAGS -L$dir"
4354
  unset ac_cv_lib_iconv_iconv_open
4361
  unset ac_cv_lib_iconv_iconv_open
4355
4362
4356
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv_open in -liconv" >&5
4363
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv_open in -liconv" >&5
4357
$as_echo_n "checking for iconv_open in -liconv... " >&6; }
4364
$as_echo_n "checking for iconv_open in -liconv... " >&6; }
4358
if test "${ac_cv_lib_iconv_iconv_open+set}" = set; then :
4365
if ${ac_cv_lib_iconv_iconv_open+:} false; then :
4359
  $as_echo_n "(cached) " >&6
4366
  $as_echo_n "(cached) " >&6
4360
else
4367
else
4361
  ac_check_lib_save_LIBS=$LIBS
4368
  ac_check_lib_save_LIBS=$LIBS
4362
LIBS="-liconv  $LIBS"
4369
LIBS="-liconv  $LIBS"
4363
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4370
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
...
4387
    conftest$ac_exeext conftest.$ac_ext
4394
    conftest$ac_exeext conftest.$ac_ext
4388
LIBS=$ac_check_lib_save_LIBS
4395
LIBS=$ac_check_lib_save_LIBS
4389
fi
4396
fi
4390
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_iconv_iconv_open" >&5
4397
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_iconv_iconv_open" >&5
4391
$as_echo "$ac_cv_lib_iconv_iconv_open" >&6; }
4398
$as_echo "$ac_cv_lib_iconv_iconv_open" >&6; }
4392
if test "x$ac_cv_lib_iconv_iconv_open" = x""yes; then :
4399
if test "x$ac_cv_lib_iconv_iconv_open" = xyes; then :
4393
  LIBICONV="-L$dir -liconv";INCICONV=-I$dir/../include
4400
  LIBICONV="-L$dir -liconv";INCICONV=-I$dir/../include
4394
fi
4401
fi
4395
4402
4396
  if test A"$LIBICONV" != A ; then
4403
  if test A"$LIBICONV" != A ; then
4397
     break
4404
     break
...
...
4402
  dir=${libdir}
4409
  dir=${libdir}
4403
  LDFLAGS="$S_LDFLAGS -L$dir"
4410
  LDFLAGS="$S_LDFLAGS -L$dir"
4404
  unset ac_cv_lib_iconv_iconv_open
4411
  unset ac_cv_lib_iconv_iconv_open
4405
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv_open in -lc" >&5
4412
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv_open in -lc" >&5
4406
$as_echo_n "checking for iconv_open in -lc... " >&6; }
4413
$as_echo_n "checking for iconv_open in -lc... " >&6; }
4407
if test "${ac_cv_lib_c_iconv_open+set}" = set; then :
4414
if ${ac_cv_lib_c_iconv_open+:} false; then :
4408
  $as_echo_n "(cached) " >&6
4415
  $as_echo_n "(cached) " >&6
4409
else
4416
else
4410
  ac_check_lib_save_LIBS=$LIBS
4417
  ac_check_lib_save_LIBS=$LIBS
4411
LIBS="-lc  $LIBS"
4418
LIBS="-lc  $LIBS"
4412
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4419
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
...
4436
    conftest$ac_exeext conftest.$ac_ext
4443
    conftest$ac_exeext conftest.$ac_ext
4437
LIBS=$ac_check_lib_save_LIBS
4444
LIBS=$ac_check_lib_save_LIBS
4438
fi
4445
fi
4439
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_iconv_open" >&5
4446
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_iconv_open" >&5
4440
$as_echo "$ac_cv_lib_c_iconv_open" >&6; }
4447
$as_echo "$ac_cv_lib_c_iconv_open" >&6; }
4441
if test "x$ac_cv_lib_c_iconv_open" = x""yes; then :
4448
if test "x$ac_cv_lib_c_iconv_open" = xyes; then :
4442
  LIBICONV=NONE;INCICONV=-I/usr/include
4449
  LIBICONV=NONE;INCICONV=-I/usr/include
4443
fi
4450
fi
4444
4451
4445
fi
4452
fi
4446
4453
...
...
4519
#### Look for Xapian
4526
#### Look for Xapian
4520
# Extract the first word of "xapian-config", so it can be a program name with args.
4527
# Extract the first word of "xapian-config", so it can be a program name with args.
4521
set dummy xapian-config; ac_word=$2
4528
set dummy xapian-config; ac_word=$2
4522
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4529
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4523
$as_echo_n "checking for $ac_word... " >&6; }
4530
$as_echo_n "checking for $ac_word... " >&6; }
4524
if test "${ac_cv_path_XAPIAN_CONFIG+set}" = set; then :
4531
if ${ac_cv_path_XAPIAN_CONFIG+:} false; then :
4525
  $as_echo_n "(cached) " >&6
4532
  $as_echo_n "(cached) " >&6
4526
else
4533
else
4527
  case $XAPIAN_CONFIG in
4534
  case $XAPIAN_CONFIG in
4528
  [\\/]* | ?:[\\/]*)
4535
  [\\/]* | ?:[\\/]*)
4529
  ac_cv_path_XAPIAN_CONFIG="$XAPIAN_CONFIG" # Let the user override the test with a path.
4536
  ac_cv_path_XAPIAN_CONFIG="$XAPIAN_CONFIG" # Let the user override the test with a path.
...
...
4634
    */*) QMAKEPATH=$QMAKE;;
4641
    */*) QMAKEPATH=$QMAKE;;
4635
    *) # Extract the first word of "$QMAKE", so it can be a program name with args.
4642
    *) # Extract the first word of "$QMAKE", so it can be a program name with args.
4636
set dummy $QMAKE; ac_word=$2
4643
set dummy $QMAKE; ac_word=$2
4637
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4644
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4638
$as_echo_n "checking for $ac_word... " >&6; }
4645
$as_echo_n "checking for $ac_word... " >&6; }
4639
if test "${ac_cv_path_QMAKEPATH+set}" = set; then :
4646
if ${ac_cv_path_QMAKEPATH+:} false; then :
4640
  $as_echo_n "(cached) " >&6
4647
  $as_echo_n "(cached) " >&6
4641
else
4648
else
4642
  case $QMAKEPATH in
4649
  case $QMAKEPATH in
4643
  [\\/]* | ?:[\\/]*)
4650
  [\\/]* | ?:[\\/]*)
4644
  ac_cv_path_QMAKEPATH="$QMAKEPATH" # Let the user override the test with a path.
4651
  ac_cv_path_QMAKEPATH="$QMAKEPATH" # Let the user override the test with a path.
...
...
4694
  # depend on this. We try to detect the qt 4 version string instead.
4701
  # depend on this. We try to detect the qt 4 version string instead.
4695
  qmakevers="`${QMAKE} --version 2>&1`"
4702
  qmakevers="`${QMAKE} --version 2>&1`"
4696
  #echo "qmake version: $qmakevers"
4703
  #echo "qmake version: $qmakevers"
4697
  v4=`expr "$qmakevers" : '.*Qt  *version  *4.*'`
4704
  v4=`expr "$qmakevers" : '.*Qt  *version  *4.*'`
4698
  if test X$v4 = X0 ; then
4705
  if test X$v4 = X0 ; then
4699
     { $as_echo "$as_me:${as_lineno-$LINENO}: using qt version 3 user interface" >&5
4706
     as_fn_error $? "qmake seems to indincate using Qt version 3 which is not supported any more" "$LINENO" 5
4700
$as_echo "$as_me: using qt version 3 user interface" >&6;}
4701
     QTGUI=qtgui
4707
     QTGUI=qtgui
4702
  else
4708
  else
4703
    { $as_echo "$as_me:${as_lineno-$LINENO}: using qt version 4 user interface" >&5
4709
    { $as_echo "$as_me:${as_lineno-$LINENO}: using qt version 4 user interface" >&5
4704
$as_echo "$as_me: using qt version 4 user interface" >&6;}
4710
$as_echo "$as_me: using qt version 4 user interface" >&6;}
4705
    QTGUI=qt4gui
4711
    QTGUI=qtgui
4706
    # Extract the first word of "uic3", so it can be a program name with args.
4707
set dummy uic3; ac_word=$2
4708
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4709
$as_echo_n "checking for $ac_word... " >&6; }
4710
if test "${ac_cv_path_UIC3+set}" = set; then :
4711
  $as_echo_n "(cached) " >&6
4712
else
4713
  case $UIC3 in
4714
  [\\/]* | ?:[\\/]*)
4715
  ac_cv_path_UIC3="$UIC3" # Let the user override the test with a path.
4716
  ;;
4717
  *)
4718
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4719
for as_dir in $PATH
4720
do
4721
  IFS=$as_save_IFS
4722
  test -z "$as_dir" && as_dir=.
4723
    for ac_exec_ext in '' $ac_executable_extensions; do
4724
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4725
    ac_cv_path_UIC3="$as_dir/$ac_word$ac_exec_ext"
4726
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4727
    break 2
4728
  fi
4729
done
4730
  done
4731
IFS=$as_save_IFS
4732
4733
  test -z "$ac_cv_path_UIC3" && ac_cv_path_UIC3="NOTFOUND"
4734
  ;;
4735
esac
4736
fi
4737
UIC3=$ac_cv_path_UIC3
4738
if test -n "$UIC3"; then
4739
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $UIC3" >&5
4740
$as_echo "$UIC3" >&6; }
4741
else
4742
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4743
$as_echo "no" >&6; }
4744
fi
4745
4746
4747
    if test X$UIC3 = XNOTFOUND ; then
4748
      as_fn_error $? "Cannot find the uic3 program. Maybe you need to add
4749
      the qt3 compatibility libraries and tools to your qt4 installation ?" "$LINENO" 5
4750
    fi
4751
  fi
4712
  fi
4752
4713
4753
  cd $QTGUI
4714
  cd $QTGUI
4754
  # We just want a .pro file: no problem with unsubstituted variables at
4715
  # We just want a .pro file: no problem with unsubstituted variables at
4755
  # this point.
4716
  # this point.
4756
  test -f uifrom3 && make -f uifrom3
4757
  test -f recoll.pro && chmod +w recoll.pro
4717
  test -f recoll.pro && chmod +w recoll.pro
4758
  cp recoll.pro.in recoll.pro
4718
  cp recoll.pro.in recoll.pro
4759
  #echo QMAKE ${QMAKE}
4719
  #echo QMAKE ${QMAKE}
4760
  ${QMAKE} recoll.pro
4720
  ${QMAKE} recoll.pro
4761
  if test $? != 0 ; then
4721
  if test $? != 0 ; then
...
...
4798
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4758
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4799
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4759
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4800
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
4760
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
4801
$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
4761
$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
4802
if test -z "$CXXCPP"; then
4762
if test -z "$CXXCPP"; then
4803
  if test "${ac_cv_prog_CXXCPP+set}" = set; then :
4763
  if ${ac_cv_prog_CXXCPP+:} false; then :
4804
  $as_echo_n "(cached) " >&6
4764
  $as_echo_n "(cached) " >&6
4805
else
4765
else
4806
      # Double quotes because CXXCPP needs to be expanded
4766
      # Double quotes because CXXCPP needs to be expanded
4807
    for CXXCPP in "$CXX -E" "/lib/cpp"
4767
    for CXXCPP in "$CXX -E" "/lib/cpp"
4808
    do
4768
    do
...
...
4940
  # The user explicitly disabled X.
4900
  # The user explicitly disabled X.
4941
  have_x=disabled
4901
  have_x=disabled
4942
else
4902
else
4943
  case $x_includes,$x_libraries in #(
4903
  case $x_includes,$x_libraries in #(
4944
    *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
4904
    *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
4945
    *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
4905
    *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
4946
  $as_echo_n "(cached) " >&6
4906
  $as_echo_n "(cached) " >&6
4947
else
4907
else
4948
  # One or both of the vars are not set, and there is no cached value.
4908
  # One or both of the vars are not set, and there is no cached value.
4949
ac_x_includes=no ac_x_libraries=no
4909
ac_x_includes=no ac_x_libraries=no
4950
rm -f -r conftest.dir
4910
rm -f -r conftest.dir
...
...
5217
if ac_fn_cxx_try_link "$LINENO"; then :
5177
if ac_fn_cxx_try_link "$LINENO"; then :
5218
5178
5219
else
5179
else
5220
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
5180
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
5221
$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
5181
$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
5222
if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
5182
if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
5223
  $as_echo_n "(cached) " >&6
5183
  $as_echo_n "(cached) " >&6
5224
else
5184
else
5225
  ac_check_lib_save_LIBS=$LIBS
5185
  ac_check_lib_save_LIBS=$LIBS
5226
LIBS="-ldnet  $LIBS"
5186
LIBS="-ldnet  $LIBS"
5227
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5187
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
...
5251
    conftest$ac_exeext conftest.$ac_ext
5211
    conftest$ac_exeext conftest.$ac_ext
5252
LIBS=$ac_check_lib_save_LIBS
5212
LIBS=$ac_check_lib_save_LIBS
5253
fi
5213
fi
5254
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
5214
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
5255
$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
5215
$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
5256
if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
5216
if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
5257
  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
5217
  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
5258
fi
5218
fi
5259
5219
5260
    if test $ac_cv_lib_dnet_dnet_ntoa = no; then
5220
    if test $ac_cv_lib_dnet_dnet_ntoa = no; then
5261
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
5221
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
5262
$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
5222
$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
5263
if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
5223
if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
5264
  $as_echo_n "(cached) " >&6
5224
  $as_echo_n "(cached) " >&6
5265
else
5225
else
5266
  ac_check_lib_save_LIBS=$LIBS
5226
  ac_check_lib_save_LIBS=$LIBS
5267
LIBS="-ldnet_stub  $LIBS"
5227
LIBS="-ldnet_stub  $LIBS"
5268
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5228
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
...
5292
    conftest$ac_exeext conftest.$ac_ext
5252
    conftest$ac_exeext conftest.$ac_ext
5293
LIBS=$ac_check_lib_save_LIBS
5253
LIBS=$ac_check_lib_save_LIBS
5294
fi
5254
fi
5295
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
5255
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
5296
$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
5256
$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
5297
if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
5257
if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
5298
  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
5258
  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
5299
fi
5259
fi
5300
5260
5301
    fi
5261
    fi
5302
fi
5262
fi
...
...
5311
    # The nsl library prevents programs from opening the X display
5271
    # The nsl library prevents programs from opening the X display
5312
    # on Irix 5.2, according to T.E. Dickey.
5272
    # on Irix 5.2, according to T.E. Dickey.
5313
    # The functions gethostbyname, getservbyname, and inet_addr are
5273
    # The functions gethostbyname, getservbyname, and inet_addr are
5314
    # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
5274
    # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
5315
    ac_fn_cxx_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
5275
    ac_fn_cxx_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
5316
if test "x$ac_cv_func_gethostbyname" = x""yes; then :
5276
if test "x$ac_cv_func_gethostbyname" = xyes; then :
5317
5277
5318
fi
5278
fi
5319
5279
5320
    if test $ac_cv_func_gethostbyname = no; then
5280
    if test $ac_cv_func_gethostbyname = no; then
5321
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
5281
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
5322
$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
5282
$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
5323
if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
5283
if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
5324
  $as_echo_n "(cached) " >&6
5284
  $as_echo_n "(cached) " >&6
5325
else
5285
else
5326
  ac_check_lib_save_LIBS=$LIBS
5286
  ac_check_lib_save_LIBS=$LIBS
5327
LIBS="-lnsl  $LIBS"
5287
LIBS="-lnsl  $LIBS"
5328
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5288
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
...
5352
    conftest$ac_exeext conftest.$ac_ext
5312
    conftest$ac_exeext conftest.$ac_ext
5353
LIBS=$ac_check_lib_save_LIBS
5313
LIBS=$ac_check_lib_save_LIBS
5354
fi
5314
fi
5355
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
5315
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
5356
$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
5316
$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
5357
if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
5317
if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
5358
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
5318
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
5359
fi
5319
fi
5360
5320
5361
      if test $ac_cv_lib_nsl_gethostbyname = no; then
5321
      if test $ac_cv_lib_nsl_gethostbyname = no; then
5362
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
5322
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
5363
$as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
5323
$as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
5364
if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
5324
if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
5365
  $as_echo_n "(cached) " >&6
5325
  $as_echo_n "(cached) " >&6
5366
else
5326
else
5367
  ac_check_lib_save_LIBS=$LIBS
5327
  ac_check_lib_save_LIBS=$LIBS
5368
LIBS="-lbsd  $LIBS"
5328
LIBS="-lbsd  $LIBS"
5369
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5329
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
...
5393
    conftest$ac_exeext conftest.$ac_ext
5353
    conftest$ac_exeext conftest.$ac_ext
5394
LIBS=$ac_check_lib_save_LIBS
5354
LIBS=$ac_check_lib_save_LIBS
5395
fi
5355
fi
5396
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
5356
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
5397
$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
5357
$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
5398
if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
5358
if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
5399
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
5359
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
5400
fi
5360
fi
5401
5361
5402
      fi
5362
      fi
5403
    fi
5363
    fi
...
...
5408
    # on later versions), says Simon Leinen: it contains gethostby*
5368
    # on later versions), says Simon Leinen: it contains gethostby*
5409
    # variants that don't use the name server (or something).  -lsocket
5369
    # variants that don't use the name server (or something).  -lsocket
5410
    # must be given before -lnsl if both are needed.  We assume that
5370
    # must be given before -lnsl if both are needed.  We assume that
5411
    # if connect needs -lnsl, so does gethostbyname.
5371
    # if connect needs -lnsl, so does gethostbyname.
5412
    ac_fn_cxx_check_func "$LINENO" "connect" "ac_cv_func_connect"
5372
    ac_fn_cxx_check_func "$LINENO" "connect" "ac_cv_func_connect"
5413
if test "x$ac_cv_func_connect" = x""yes; then :
5373
if test "x$ac_cv_func_connect" = xyes; then :
5414
5374
5415
fi
5375
fi
5416
5376
5417
    if test $ac_cv_func_connect = no; then
5377
    if test $ac_cv_func_connect = no; then
5418
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
5378
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
5419
$as_echo_n "checking for connect in -lsocket... " >&6; }
5379
$as_echo_n "checking for connect in -lsocket... " >&6; }
5420
if test "${ac_cv_lib_socket_connect+set}" = set; then :
5380
if ${ac_cv_lib_socket_connect+:} false; then :
5421
  $as_echo_n "(cached) " >&6
5381
  $as_echo_n "(cached) " >&6
5422
else
5382
else
5423
  ac_check_lib_save_LIBS=$LIBS
5383
  ac_check_lib_save_LIBS=$LIBS
5424
LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
5384
LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
5425
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5385
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
...
5449
    conftest$ac_exeext conftest.$ac_ext
5409
    conftest$ac_exeext conftest.$ac_ext
5450
LIBS=$ac_check_lib_save_LIBS
5410
LIBS=$ac_check_lib_save_LIBS
5451
fi
5411
fi
5452
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
5412
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
5453
$as_echo "$ac_cv_lib_socket_connect" >&6; }
5413
$as_echo "$ac_cv_lib_socket_connect" >&6; }
5454
if test "x$ac_cv_lib_socket_connect" = x""yes; then :
5414
if test "x$ac_cv_lib_socket_connect" = xyes; then :
5455
  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
5415
  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
5456
fi
5416
fi
5457
5417
5458
    fi
5418
    fi
5459
5419
5460
    # Guillermo Gomez says -lposix is necessary on A/UX.
5420
    # Guillermo Gomez says -lposix is necessary on A/UX.
5461
    ac_fn_cxx_check_func "$LINENO" "remove" "ac_cv_func_remove"
5421
    ac_fn_cxx_check_func "$LINENO" "remove" "ac_cv_func_remove"
5462
if test "x$ac_cv_func_remove" = x""yes; then :
5422
if test "x$ac_cv_func_remove" = xyes; then :
5463
5423
5464
fi
5424
fi
5465
5425
5466
    if test $ac_cv_func_remove = no; then
5426
    if test $ac_cv_func_remove = no; then
5467
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
5427
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
5468
$as_echo_n "checking for remove in -lposix... " >&6; }
5428
$as_echo_n "checking for remove in -lposix... " >&6; }
5469
if test "${ac_cv_lib_posix_remove+set}" = set; then :
5429
if ${ac_cv_lib_posix_remove+:} false; then :
5470
  $as_echo_n "(cached) " >&6
5430
  $as_echo_n "(cached) " >&6
5471
else
5431
else
5472
  ac_check_lib_save_LIBS=$LIBS
5432
  ac_check_lib_save_LIBS=$LIBS
5473
LIBS="-lposix  $LIBS"
5433
LIBS="-lposix  $LIBS"
5474
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5434
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
...
5498
    conftest$ac_exeext conftest.$ac_ext
5458
    conftest$ac_exeext conftest.$ac_ext
5499
LIBS=$ac_check_lib_save_LIBS
5459
LIBS=$ac_check_lib_save_LIBS
5500
fi
5460
fi
5501
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
5461
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
5502
$as_echo "$ac_cv_lib_posix_remove" >&6; }
5462
$as_echo "$ac_cv_lib_posix_remove" >&6; }
5503
if test "x$ac_cv_lib_posix_remove" = x""yes; then :
5463
if test "x$ac_cv_lib_posix_remove" = xyes; then :
5504
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5464
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5505
fi
5465
fi
5506
5466
5507
    fi
5467
    fi
5508
5468
5509
    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5469
    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5510
    ac_fn_cxx_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
5470
    ac_fn_cxx_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
5511
if test "x$ac_cv_func_shmat" = x""yes; then :
5471
if test "x$ac_cv_func_shmat" = xyes; then :
5512
5472
5513
fi
5473
fi
5514
5474
5515
    if test $ac_cv_func_shmat = no; then
5475
    if test $ac_cv_func_shmat = no; then
5516
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
5476
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
5517
$as_echo_n "checking for shmat in -lipc... " >&6; }
5477
$as_echo_n "checking for shmat in -lipc... " >&6; }
5518
if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
5478
if ${ac_cv_lib_ipc_shmat+:} false; then :
5519
  $as_echo_n "(cached) " >&6
5479
  $as_echo_n "(cached) " >&6
5520
else
5480
else
5521
  ac_check_lib_save_LIBS=$LIBS
5481
  ac_check_lib_save_LIBS=$LIBS
5522
LIBS="-lipc  $LIBS"
5482
LIBS="-lipc  $LIBS"
5523
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5483
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
...
5547
    conftest$ac_exeext conftest.$ac_ext
5507
    conftest$ac_exeext conftest.$ac_ext
5548
LIBS=$ac_check_lib_save_LIBS
5508
LIBS=$ac_check_lib_save_LIBS
5549
fi
5509
fi
5550
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
5510
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
5551
$as_echo "$ac_cv_lib_ipc_shmat" >&6; }
5511
$as_echo "$ac_cv_lib_ipc_shmat" >&6; }
5552
if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
5512
if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
5553
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5513
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5554
fi
5514
fi
5555
5515
5556
    fi
5516
    fi
5557
  fi
5517
  fi
...
...
5565
  # These have to be linked with before -lX11, unlike the other
5525
  # These have to be linked with before -lX11, unlike the other
5566
  # libraries we check for below, so use a different variable.
5526
  # libraries we check for below, so use a different variable.
5567
  # John Interrante, Karl Berry
5527
  # John Interrante, Karl Berry
5568
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
5528
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
5569
$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
5529
$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
5570
if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
5530
if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
5571
  $as_echo_n "(cached) " >&6
5531
  $as_echo_n "(cached) " >&6
5572
else
5532
else
5573
  ac_check_lib_save_LIBS=$LIBS
5533
  ac_check_lib_save_LIBS=$LIBS
5574
LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5534
LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5575
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5535
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
...
5599
    conftest$ac_exeext conftest.$ac_ext
5559
    conftest$ac_exeext conftest.$ac_ext
5600
LIBS=$ac_check_lib_save_LIBS
5560
LIBS=$ac_check_lib_save_LIBS
5601
fi
5561
fi
5602
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5562
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5603
$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5563
$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5604
if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
5564
if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
5605
  X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5565
  X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5606
fi
5566
fi
5607
5567
5608
  LDFLAGS=$ac_save_LDFLAGS
5568
  LDFLAGS=$ac_save_LDFLAGS
5609
5569
...
...
5727
     t end
5687
     t end
5728
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5688
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5729
     :end' >>confcache
5689
     :end' >>confcache
5730
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
5690
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
5731
  if test -w "$cache_file"; then
5691
  if test -w "$cache_file"; then
5732
    test "x$cache_file" != "x/dev/null" &&
5692
    if test "x$cache_file" != "x/dev/null"; then
5733
      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
5693
      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
5734
$as_echo "$as_me: updating cache $cache_file" >&6;}
5694
$as_echo "$as_me: updating cache $cache_file" >&6;}
5695
      if test ! -f "$cache_file" || test -h "$cache_file"; then
5735
    cat confcache >$cache_file
5696
  cat confcache >"$cache_file"
5697
      else
5698
        case $cache_file in #(
5699
        */* | ?:*)
5700
    mv -f confcache "$cache_file"$$ &&
5701
    mv -f "$cache_file"$$ "$cache_file" ;; #(
5702
        *)
5703
    mv -f confcache "$cache_file" ;;
5704
  esac
5705
      fi
5706
    fi
5736
  else
5707
  else
5737
    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
5708
    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
5738
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
5709
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
5739
  fi
5710
  fi
5740
fi
5711
fi
...
...
5762
5733
5763
LTLIBOBJS=$ac_ltlibobjs
5734
LTLIBOBJS=$ac_ltlibobjs
5764
5735
5765
5736
5766
5737
5767
: ${CONFIG_STATUS=./config.status}
5738
: "${CONFIG_STATUS=./config.status}"
5768
ac_write_fail=0
5739
ac_write_fail=0
5769
ac_clean_files_save=$ac_clean_files
5740
ac_clean_files_save=$ac_clean_files
5770
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5741
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5771
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
5742
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
5772
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
5743
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
...
...
5863
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
5834
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
5864
# splitting by setting IFS to empty value.)
5835
# splitting by setting IFS to empty value.)
5865
IFS=" ""    $as_nl"
5836
IFS=" ""    $as_nl"
5866
5837
5867
# Find who we are.  Look in the path if we contain no directory separator.
5838
# Find who we are.  Look in the path if we contain no directory separator.
5839
as_myself=
5868
case $0 in #((
5840
case $0 in #((
5869
  *[\\/]* ) as_myself=$0 ;;
5841
  *[\\/]* ) as_myself=$0 ;;
5870
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5842
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5871
for as_dir in $PATH
5843
for as_dir in $PATH
5872
do
5844
do
...
...
6170
# Save the log message, to keep $0 and so on meaningful, and to
6142
# Save the log message, to keep $0 and so on meaningful, and to
6171
# report actual input values of CONFIG_FILES etc. instead of their
6143
# report actual input values of CONFIG_FILES etc. instead of their
6172
# values after options handling.
6144
# values after options handling.
6173
ac_log="
6145
ac_log="
6174
This file was extended by Recoll $as_me 1.6, which was
6146
This file was extended by Recoll $as_me 1.6, which was
6175
generated by GNU Autoconf 2.67.  Invocation command line was
6147
generated by GNU Autoconf 2.68.  Invocation command line was
6176
6148
6177
  CONFIG_FILES    = $CONFIG_FILES
6149
  CONFIG_FILES    = $CONFIG_FILES
6178
  CONFIG_HEADERS  = $CONFIG_HEADERS
6150
  CONFIG_HEADERS  = $CONFIG_HEADERS
6179
  CONFIG_LINKS    = $CONFIG_LINKS
6151
  CONFIG_LINKS    = $CONFIG_LINKS
6180
  CONFIG_COMMANDS = $CONFIG_COMMANDS
6152
  CONFIG_COMMANDS = $CONFIG_COMMANDS
...
...
6232
_ACEOF
6204
_ACEOF
6233
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6205
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6234
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
6206
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
6235
ac_cs_version="\\
6207
ac_cs_version="\\
6236
Recoll config.status 1.6
6208
Recoll config.status 1.6
6237
configured by $0, generated by GNU Autoconf 2.67,
6209
configured by $0, generated by GNU Autoconf 2.68,
6238
  with options \\"\$ac_cs_config\\"
6210
  with options \\"\$ac_cs_config\\"
6239
6211
6240
Copyright (C) 2010 Free Software Foundation, Inc.
6212
Copyright (C) 2010 Free Software Foundation, Inc.
6241
This config.status script is free software; the Free Software Foundation
6213
This config.status script is free software; the Free Software Foundation
6242
gives unlimited permission to copy, distribute and modify it."
6214
gives unlimited permission to copy, distribute and modify it."
...
...
6381
# Hook for its removal unless debugging.
6353
# Hook for its removal unless debugging.
6382
# Note that there is a small window in which the directory will not be cleaned:
6354
# Note that there is a small window in which the directory will not be cleaned:
6383
# after its creation but before its name has been assigned to `$tmp'.
6355
# after its creation but before its name has been assigned to `$tmp'.
6384
$debug ||
6356
$debug ||
6385
{
6357
{
6386
  tmp=
6358
  tmp= ac_tmp=
6387
  trap 'exit_status=$?
6359
  trap 'exit_status=$?
6360
  : "${ac_tmp:=$tmp}"
6388
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
6361
  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
6389
' 0
6362
' 0
6390
  trap 'as_fn_exit 1' 1 2 13 15
6363
  trap 'as_fn_exit 1' 1 2 13 15
6391
}
6364
}
6392
# Create a (secure) tmp directory for tmp files.
6365
# Create a (secure) tmp directory for tmp files.
6393
6366
6394
{
6367
{
6395
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
6368
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
6396
  test -n "$tmp" && test -d "$tmp"
6369
  test -d "$tmp"
6397
}  ||
6370
}  ||
6398
{
6371
{
6399
  tmp=./conf$$-$RANDOM
6372
  tmp=./conf$$-$RANDOM
6400
  (umask 077 && mkdir "$tmp")
6373
  (umask 077 && mkdir "$tmp")
6401
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
6374
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
6375
ac_tmp=$tmp
6402
6376
6403
# Set up the scripts for CONFIG_FILES section.
6377
# Set up the scripts for CONFIG_FILES section.
6404
# No need to generate them if there are no CONFIG_FILES.
6378
# No need to generate them if there are no CONFIG_FILES.
6405
# This happens for instance with `./config.status config.h'.
6379
# This happens for instance with `./config.status config.h'.
6406
if test -n "$CONFIG_FILES"; then
6380
if test -n "$CONFIG_FILES"; then
...
...
6418
  ac_cs_awk_cr='\\r'
6392
  ac_cs_awk_cr='\\r'
6419
else
6393
else
6420
  ac_cs_awk_cr=$ac_cr
6394
  ac_cs_awk_cr=$ac_cr
6421
fi
6395
fi
6422
6396
6423
echo 'BEGIN {' >"$tmp/subs1.awk" &&
6397
echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
6424
_ACEOF
6398
_ACEOF
6425
6399
6426
6400
6427
{
6401
{
6428
  echo "cat >conf$$subs.awk <<_ACEOF" &&
6402
  echo "cat >conf$$subs.awk <<_ACEOF" &&
...
...
6446
  fi
6420
  fi
6447
done
6421
done
6448
rm -f conf$$subs.sh
6422
rm -f conf$$subs.sh
6449
6423
6450
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6424
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6451
cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
6425
cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
6452
_ACEOF
6426
_ACEOF
6453
sed -n '
6427
sed -n '
6454
h
6428
h
6455
s/^/S["/; s/!.*/"]=/
6429
s/^/S["/; s/!.*/"]=/
6456
p
6430
p
...
...
6494
}
6468
}
6495
' >>$CONFIG_STATUS || ac_write_fail=1
6469
' >>$CONFIG_STATUS || ac_write_fail=1
6496
rm -f conf$$subs.awk
6470
rm -f conf$$subs.awk
6497
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6471
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6498
_ACAWK
6472
_ACAWK
6499
cat >>"\$tmp/subs1.awk" <<_ACAWK &&
6473
cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
6500
  for (key in S) S_is_set[key] = 1
6474
  for (key in S) S_is_set[key] = 1
6501
  FS = ""
6475
  FS = ""
6502
6476
6503
}
6477
}
6504
{
6478
{
...
...
6526
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6500
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6527
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
6501
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
6528
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
6502
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
6529
else
6503
else
6530
  cat
6504
  cat
6531
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
6505
fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
6532
  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
6506
  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
6533
_ACEOF
6507
_ACEOF
6534
6508
6535
# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
6509
# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
6536
# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
6510
# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
...
...
6560
6534
6561
# Set up the scripts for CONFIG_HEADERS section.
6535
# Set up the scripts for CONFIG_HEADERS section.
6562
# No need to generate them if there are no CONFIG_HEADERS.
6536
# No need to generate them if there are no CONFIG_HEADERS.
6563
# This happens for instance with `./config.status Makefile'.
6537
# This happens for instance with `./config.status Makefile'.
6564
if test -n "$CONFIG_HEADERS"; then
6538
if test -n "$CONFIG_HEADERS"; then
6565
cat >"$tmp/defines.awk" <<\_ACAWK ||
6539
cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
6566
BEGIN {
6540
BEGIN {
6567
_ACEOF
6541
_ACEOF
6568
6542
6569
# Transform confdefs.h into an awk script `defines.awk', embedded as
6543
# Transform confdefs.h into an awk script `defines.awk', embedded as
6570
# here-document in config.status, that substitutes the proper values into
6544
# here-document in config.status, that substitutes the proper values into
...
...
6572
6546
6573
# Create a delimiter string that does not exist in confdefs.h, to ease
6547
# Create a delimiter string that does not exist in confdefs.h, to ease
6574
# handling of long lines.
6548
# handling of long lines.
6575
ac_delim='%!_!# '
6549
ac_delim='%!_!# '
6576
for ac_last_try in false false :; do
6550
for ac_last_try in false false :; do
6577
  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
6551
  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
6578
  if test -z "$ac_t"; then
6552
  if test -z "$ac_tt"; then
6579
    break
6553
    break
6580
  elif $ac_last_try; then
6554
  elif $ac_last_try; then
6581
    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
6555
    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
6582
  else
6556
  else
6583
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
6557
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
...
...
6693
  :[FH])
6667
  :[FH])
6694
    ac_file_inputs=
6668
    ac_file_inputs=
6695
    for ac_f
6669
    for ac_f
6696
    do
6670
    do
6697
      case $ac_f in
6671
      case $ac_f in
6698
      -) ac_f="$tmp/stdin";;
6672
      -) ac_f="$ac_tmp/stdin";;
6699
      *) # Look for the file first in the build tree, then in the source tree
6673
      *) # Look for the file first in the build tree, then in the source tree
6700
     # (if the path is not absolute).  The absolute path cannot be DOS-style,
6674
     # (if the path is not absolute).  The absolute path cannot be DOS-style,
6701
     # because $ac_f cannot contain `:'.
6675
     # because $ac_f cannot contain `:'.
6702
     test -f "$ac_f" ||
6676
     test -f "$ac_f" ||
6703
       case $ac_f in
6677
       case $ac_f in
...
...
6728
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
6702
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
6729
    *) ac_sed_conf_input=$configure_input;;
6703
    *) ac_sed_conf_input=$configure_input;;
6730
    esac
6704
    esac
6731
6705
6732
    case $ac_tag in
6706
    case $ac_tag in
6733
    *:-:* | *:-) cat >"$tmp/stdin" \
6707
    *:-:* | *:-) cat >"$ac_tmp/stdin" \
6734
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
6708
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
6735
    esac
6709
    esac
6736
    ;;
6710
    ;;
6737
  esac
6711
  esac
6738
6712
...
...
6854
s&@builddir@&$ac_builddir&;t t
6828
s&@builddir@&$ac_builddir&;t t
6855
s&@abs_builddir@&$ac_abs_builddir&;t t
6829
s&@abs_builddir@&$ac_abs_builddir&;t t
6856
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
6830
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
6857
$ac_datarootdir_hack
6831
$ac_datarootdir_hack
6858
"
6832
"
6859
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
6833
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
6860
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6834
  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6861
6835
6862
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
6836
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
6863
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
6837
  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
6864
  { ac_out=`sed -n '/^[    ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
6838
  { ac_out=`sed -n '/^[    ]*datarootdir[  ]*:*=/p' \
6839
      "$ac_tmp/out"`; test -z "$ac_out"; } &&
6865
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6840
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6866
which seems to be undefined.  Please make sure it is defined" >&5
6841
which seems to be undefined.  Please make sure it is defined" >&5
6867
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6842
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6868
which seems to be undefined.  Please make sure it is defined" >&2;}
6843
which seems to be undefined.  Please make sure it is defined" >&2;}
6869
6844
6870
  rm -f "$tmp/stdin"
6845
  rm -f "$ac_tmp/stdin"
6871
  case $ac_file in
6846
  case $ac_file in
6872
  -) cat "$tmp/out" && rm -f "$tmp/out";;
6847
  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
6873
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
6848
  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
6874
  esac \
6849
  esac \
6875
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6850
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6876
 ;;
6851
 ;;
6877
  :H)
6852
  :H)
6878
  #
6853
  #
6879
  # CONFIG_HEADER
6854
  # CONFIG_HEADER
6880
  #
6855
  #
6881
  if test x"$ac_file" != x-; then
6856
  if test x"$ac_file" != x-; then
6882
    {
6857
    {
6883
      $as_echo "/* $configure_input  */" \
6858
      $as_echo "/* $configure_input  */" \
6884
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
6859
      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
6885
    } >"$tmp/config.h" \
6860
    } >"$ac_tmp/config.h" \
6886
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6861
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6887
    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
6862
    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
6888
      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
6863
      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
6889
$as_echo "$as_me: $ac_file is unchanged" >&6;}
6864
$as_echo "$as_me: $ac_file is unchanged" >&6;}
6890
    else
6865
    else
6891
      rm -f "$ac_file"
6866
      rm -f "$ac_file"
6892
      mv "$tmp/config.h" "$ac_file" \
6867
      mv "$ac_tmp/config.h" "$ac_file" \
6893
    || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6868
    || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6894
    fi
6869
    fi
6895
  else
6870
  else
6896
    $as_echo "/* $configure_input  */" \
6871
    $as_echo "/* $configure_input  */" \
6897
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
6872
      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
6898
      || as_fn_error $? "could not create -" "$LINENO" 5
6873
      || as_fn_error $? "could not create -" "$LINENO" 5
6899
  fi
6874
  fi
6900
 ;;
6875
 ;;
6901
6876
6902
6877