Switch to unified view

a/src/configure b/src/configure
...
...
270
PACKAGE_VERSION='1.6'
270
PACKAGE_VERSION='1.6'
271
PACKAGE_STRING='Recoll 1.6'
271
PACKAGE_STRING='Recoll 1.6'
272
PACKAGE_BUGREPORT=''
272
PACKAGE_BUGREPORT=''
273
273
274
ac_unique_file="index/recollindex.cpp"
274
ac_unique_file="index/recollindex.cpp"
275
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS aspellProg CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT XAPIAN_CONFIG QMAKE CPP X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS INCICONV LIBICONV LIBXAPIAN LIBFAM QTGUI QTRECOLL_DATADIR XAPIANCXXFLAGS LIBOBJS LTLIBOBJS'
275
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS aspellProg CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT XAPIAN_CONFIG QMAKE CXXCPP X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS INCICONV LIBICONV LIBXAPIAN LIBFAM QTGUI QTRECOLL_DATADIR XAPIANCXXFLAGS LIBOBJS LTLIBOBJS'
276
ac_subst_files=''
276
ac_subst_files=''
277
277
278
# Initialize some variables set by options.
278
# Initialize some variables set by options.
279
ac_init_help=
279
ac_init_help=
280
ac_init_version=false
280
ac_init_version=false
...
...
711
ac_cv_env_host_alias_value=$host_alias
711
ac_cv_env_host_alias_value=$host_alias
712
ac_env_target_alias_set=${target_alias+set}
712
ac_env_target_alias_set=${target_alias+set}
713
ac_env_target_alias_value=$target_alias
713
ac_env_target_alias_value=$target_alias
714
ac_cv_env_target_alias_set=${target_alias+set}
714
ac_cv_env_target_alias_set=${target_alias+set}
715
ac_cv_env_target_alias_value=$target_alias
715
ac_cv_env_target_alias_value=$target_alias
716
ac_env_CC_set=${CC+set}
716
ac_env_CXX_set=${CXX+set}
717
ac_env_CC_value=$CC
717
ac_env_CXX_value=$CXX
718
ac_cv_env_CC_set=${CC+set}
718
ac_cv_env_CXX_set=${CXX+set}
719
ac_cv_env_CC_value=$CC
719
ac_cv_env_CXX_value=$CXX
720
ac_env_CFLAGS_set=${CFLAGS+set}
720
ac_env_CXXFLAGS_set=${CXXFLAGS+set}
721
ac_env_CFLAGS_value=$CFLAGS
721
ac_env_CXXFLAGS_value=$CXXFLAGS
722
ac_cv_env_CFLAGS_set=${CFLAGS+set}
722
ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
723
ac_cv_env_CFLAGS_value=$CFLAGS
723
ac_cv_env_CXXFLAGS_value=$CXXFLAGS
724
ac_env_LDFLAGS_set=${LDFLAGS+set}
724
ac_env_LDFLAGS_set=${LDFLAGS+set}
725
ac_env_LDFLAGS_value=$LDFLAGS
725
ac_env_LDFLAGS_value=$LDFLAGS
726
ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
726
ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
727
ac_cv_env_LDFLAGS_value=$LDFLAGS
727
ac_cv_env_LDFLAGS_value=$LDFLAGS
728
ac_env_CPPFLAGS_set=${CPPFLAGS+set}
728
ac_env_CPPFLAGS_set=${CPPFLAGS+set}
729
ac_env_CPPFLAGS_value=$CPPFLAGS
729
ac_env_CPPFLAGS_value=$CPPFLAGS
730
ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
730
ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
731
ac_cv_env_CPPFLAGS_value=$CPPFLAGS
731
ac_cv_env_CPPFLAGS_value=$CPPFLAGS
732
ac_env_CPP_set=${CPP+set}
732
ac_env_CXXCPP_set=${CXXCPP+set}
733
ac_env_CPP_value=$CPP
733
ac_env_CXXCPP_value=$CXXCPP
734
ac_cv_env_CPP_set=${CPP+set}
734
ac_cv_env_CXXCPP_set=${CXXCPP+set}
735
ac_cv_env_CPP_value=$CPP
735
ac_cv_env_CXXCPP_value=$CXXCPP
736
736
737
#
737
#
738
# Report the --help message.
738
# Report the --help message.
739
#
739
#
740
if test "$ac_init_help" = "long"; then
740
if test "$ac_init_help" = "long"; then
...
...
818
  --with-inotify          Use inotify for almost real time indexing of
818
  --with-inotify          Use inotify for almost real time indexing of
819
                          modified files.
819
                          modified files.
820
  --with-x                use the X Window System
820
  --with-x                use the X Window System
821
821
822
Some influential environment variables:
822
Some influential environment variables:
823
  CC          C compiler command
823
  CXX         C++ compiler command
824
  CFLAGS      C compiler flags
824
  CXXFLAGS    C++ compiler flags
825
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
825
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
826
              nonstandard directory <lib dir>
826
              nonstandard directory <lib dir>
827
  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
827
  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
828
              headers in a nonstandard directory <include dir>
828
              headers in a nonstandard directory <include dir>
829
  CPP         C preprocessor
829
  CXXCPP      C++ preprocessor
830
830
831
Use these variables to override the choices made by `configure' or to help
831
Use these variables to override the choices made by `configure' or to help
832
it to find libraries and programs with nonstandard names/locations.
832
it to find libraries and programs with nonstandard names/locations.
833
833
834
_ACEOF
834
_ACEOF
...
...
1483
echo "$as_me: inotify monitoring disabled" >&6;}
1483
echo "$as_me: inotify monitoring disabled" >&6;}
1484
fi
1484
fi
1485
1485
1486
##### Look for iconv. We first look for libiconv in /usr/local/lib:/usr/lib
1486
##### Look for iconv. We first look for libiconv in /usr/local/lib:/usr/lib
1487
##    then in libc (Linux, solaris)
1487
##    then in libc (Linux, solaris)
1488
ac_ext=c
1488
ac_ext=cc
1489
ac_cpp='$CPP $CPPFLAGS'
1489
ac_cpp='$CXXCPP $CPPFLAGS'
1490
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1490
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1491
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1491
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1492
ac_compiler_gnu=$ac_cv_c_compiler_gnu
1492
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
1493
1493
1494
LIBICONV=""
1494
LIBICONV=""
1495
S_LDFLAGS=$LDFLAGS
1495
S_LDFLAGS=$LDFLAGS
1496
dir=/usr/local/lib
1496
dir=/usr/local/lib
1497
LDFLAGS="$S_LDFLAGS -L$dir"
1497
LDFLAGS="$S_LDFLAGS -L$dir"
1498
unset ac_cv_lib_iconv_iconv_open
1498
unset ac_cv_lib_iconv_iconv_open
1499
ac_ext=c
1499
ac_ext=cc
1500
ac_cpp='$CPP $CPPFLAGS'
1500
ac_cpp='$CXXCPP $CPPFLAGS'
1501
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1501
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1502
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1502
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1503
ac_compiler_gnu=$ac_cv_c_compiler_gnu
1503
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
1504
if test -n "$ac_tool_prefix"; then
1504
if test -n "$ac_tool_prefix"; then
1505
  for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
1506
  do
1505
  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1507
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1506
set dummy ${ac_tool_prefix}gcc; ac_word=$2
1508
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1507
echo "$as_me:$LINENO: checking for $ac_word" >&5
1509
echo "$as_me:$LINENO: checking for $ac_word" >&5
1508
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1510
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1509
if test "${ac_cv_prog_CC+set}" = set; then
1511
if test "${ac_cv_prog_CXX+set}" = set; then
1510
  echo $ECHO_N "(cached) $ECHO_C" >&6
1512
  echo $ECHO_N "(cached) $ECHO_C" >&6
1511
else
1513
else
1512
  if test -n "$CC"; then
1514
  if test -n "$CXX"; then
1513
  ac_cv_prog_CC="$CC" # Let the user override the test.
1515
  ac_cv_prog_CXX="$CXX" # Let the user override the test.
1514
else
1516
else
1515
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1517
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1516
for as_dir in $PATH
1518
for as_dir in $PATH
1517
do
1519
do
1518
  IFS=$as_save_IFS
1520
  IFS=$as_save_IFS
1519
  test -z "$as_dir" && as_dir=.
1521
  test -z "$as_dir" && as_dir=.
1520
  for ac_exec_ext in '' $ac_executable_extensions; do
1522
  for ac_exec_ext in '' $ac_executable_extensions; do
1521
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1523
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1522
    ac_cv_prog_CC="${ac_tool_prefix}gcc"
1524
    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
1523
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1525
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1524
    break 2
1526
    break 2
1525
  fi
1527
  fi
1526
done
1528
done
1527
done
1529
done
1528
1530
1529
fi
1531
fi
1530
fi
1532
fi
1531
CC=$ac_cv_prog_CC
1533
CXX=$ac_cv_prog_CXX
1532
if test -n "$CC"; then
1534
if test -n "$CXX"; then
1533
  echo "$as_me:$LINENO: result: $CC" >&5
1535
  echo "$as_me:$LINENO: result: $CXX" >&5
1534
echo "${ECHO_T}$CC" >&6
1536
echo "${ECHO_T}$CXX" >&6
1535
else
1537
else
1536
  echo "$as_me:$LINENO: result: no" >&5
1538
  echo "$as_me:$LINENO: result: no" >&5
1537
echo "${ECHO_T}no" >&6
1539
echo "${ECHO_T}no" >&6
1538
fi
1540
fi
1539
1541
1542
    test -n "$CXX" && break
1543
  done
1540
fi
1544
fi
1541
if test -z "$ac_cv_prog_CC"; then
1545
if test -z "$CXX"; then
1542
  ac_ct_CC=$CC
1546
  ac_ct_CXX=$CXX
1547
  for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
1548
do
1543
  # Extract the first word of "gcc", so it can be a program name with args.
1549
  # Extract the first word of "$ac_prog", so it can be a program name with args.
1544
set dummy gcc; ac_word=$2
1550
set dummy $ac_prog; ac_word=$2
1545
echo "$as_me:$LINENO: checking for $ac_word" >&5
1551
echo "$as_me:$LINENO: checking for $ac_word" >&5
1546
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1552
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1547
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1553
if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
1548
  echo $ECHO_N "(cached) $ECHO_C" >&6
1554
  echo $ECHO_N "(cached) $ECHO_C" >&6
1549
else
1555
else
1550
  if test -n "$ac_ct_CC"; then
1556
  if test -n "$ac_ct_CXX"; then
1551
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1557
  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
1552
else
1558
else
1553
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1559
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1554
for as_dir in $PATH
1560
for as_dir in $PATH
1555
do
1561
do
1556
  IFS=$as_save_IFS
1562
  IFS=$as_save_IFS
1557
  test -z "$as_dir" && as_dir=.
1563
  test -z "$as_dir" && as_dir=.
1558
  for ac_exec_ext in '' $ac_executable_extensions; do
1564
  for ac_exec_ext in '' $ac_executable_extensions; do
1559
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1565
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1560
    ac_cv_prog_ac_ct_CC="gcc"
1566
    ac_cv_prog_ac_ct_CXX="$ac_prog"
1561
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1567
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1562
    break 2
1568
    break 2
1563
  fi
1569
  fi
1564
done
1570
done
1565
done
1571
done
1566
1572
1567
fi
1573
fi
1568
fi
1574
fi
1569
ac_ct_CC=$ac_cv_prog_ac_ct_CC
1575
ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
1570
if test -n "$ac_ct_CC"; then
1576
if test -n "$ac_ct_CXX"; then
1571
  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1577
  echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
1572
echo "${ECHO_T}$ac_ct_CC" >&6
1578
echo "${ECHO_T}$ac_ct_CXX" >&6
1573
else
1579
else
1574
  echo "$as_me:$LINENO: result: no" >&5
1580
  echo "$as_me:$LINENO: result: no" >&5
1575
echo "${ECHO_T}no" >&6
1581
echo "${ECHO_T}no" >&6
1576
fi
1582
fi
1577
1583
1578
  CC=$ac_ct_CC
1584
  test -n "$ac_ct_CXX" && break
1579
else
1580
  CC="$ac_cv_prog_CC"
1581
fi
1582
1583
if test -z "$CC"; then
1584
  if test -n "$ac_tool_prefix"; then
1585
  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1586
set dummy ${ac_tool_prefix}cc; ac_word=$2
1587
echo "$as_me:$LINENO: checking for $ac_word" >&5
1588
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1589
if test "${ac_cv_prog_CC+set}" = set; then
1590
  echo $ECHO_N "(cached) $ECHO_C" >&6
1591
else
1592
  if test -n "$CC"; then
1593
  ac_cv_prog_CC="$CC" # Let the user override the test.
1594
else
1595
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1596
for as_dir in $PATH
1597
do
1598
  IFS=$as_save_IFS
1599
  test -z "$as_dir" && as_dir=.
1600
  for ac_exec_ext in '' $ac_executable_extensions; do
1601
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1602
    ac_cv_prog_CC="${ac_tool_prefix}cc"
1603
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1604
    break 2
1605
  fi
1606
done
1585
done
1607
done
1586
test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
1608
1587
1609
fi
1610
fi
1611
CC=$ac_cv_prog_CC
1612
if test -n "$CC"; then
1613
  echo "$as_me:$LINENO: result: $CC" >&5
1614
echo "${ECHO_T}$CC" >&6
1615
else
1616
  echo "$as_me:$LINENO: result: no" >&5
1617
echo "${ECHO_T}no" >&6
1618
fi
1619
1620
fi
1621
if test -z "$ac_cv_prog_CC"; then
1622
  ac_ct_CC=$CC
1623
  # Extract the first word of "cc", so it can be a program name with args.
1624
set dummy cc; ac_word=$2
1625
echo "$as_me:$LINENO: checking for $ac_word" >&5
1626
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1627
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1628
  echo $ECHO_N "(cached) $ECHO_C" >&6
1629
else
1630
  if test -n "$ac_ct_CC"; then
1631
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1632
else
1633
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1634
for as_dir in $PATH
1635
do
1636
  IFS=$as_save_IFS
1637
  test -z "$as_dir" && as_dir=.
1638
  for ac_exec_ext in '' $ac_executable_extensions; do
1639
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1640
    ac_cv_prog_ac_ct_CC="cc"
1641
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1642
    break 2
1643
  fi
1644
done
1645
done
1646
1647
fi
1648
fi
1649
ac_ct_CC=$ac_cv_prog_ac_ct_CC
1650
if test -n "$ac_ct_CC"; then
1651
  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1652
echo "${ECHO_T}$ac_ct_CC" >&6
1653
else
1654
  echo "$as_me:$LINENO: result: no" >&5
1655
echo "${ECHO_T}no" >&6
1656
fi
1657
1658
  CC=$ac_ct_CC
1588
  CXX=$ac_ct_CXX
1659
else
1660
  CC="$ac_cv_prog_CC"
1661
fi
1662
1663
fi
1664
if test -z "$CC"; then
1665
  # Extract the first word of "cc", so it can be a program name with args.
1666
set dummy cc; ac_word=$2
1667
echo "$as_me:$LINENO: checking for $ac_word" >&5
1668
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1669
if test "${ac_cv_prog_CC+set}" = set; then
1670
  echo $ECHO_N "(cached) $ECHO_C" >&6
1671
else
1672
  if test -n "$CC"; then
1673
  ac_cv_prog_CC="$CC" # Let the user override the test.
1674
else
1675
  ac_prog_rejected=no
1676
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1677
for as_dir in $PATH
1678
do
1679
  IFS=$as_save_IFS
1680
  test -z "$as_dir" && as_dir=.
1681
  for ac_exec_ext in '' $ac_executable_extensions; do
1682
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1683
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1684
       ac_prog_rejected=yes
1685
       continue
1686
     fi
1687
    ac_cv_prog_CC="cc"
1688
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1689
    break 2
1690
  fi
1589
fi
1691
done
1692
done
1693
1590
1694
if test $ac_prog_rejected = yes; then
1695
  # We found a bogon in the path, so make sure we never use it.
1696
  set dummy $ac_cv_prog_CC
1697
  shift
1698
  if test $# != 0; then
1699
    # We chose a different compiler from the bogus one.
1700
    # However, it has the same basename, so the bogon will be chosen
1701
    # first if we set CC to just the basename; use the full file name.
1702
    shift
1703
    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1704
  fi
1705
fi
1706
fi
1707
fi
1708
CC=$ac_cv_prog_CC
1709
if test -n "$CC"; then
1710
  echo "$as_me:$LINENO: result: $CC" >&5
1711
echo "${ECHO_T}$CC" >&6
1712
else
1713
  echo "$as_me:$LINENO: result: no" >&5
1714
echo "${ECHO_T}no" >&6
1715
fi
1716
1717
fi
1718
if test -z "$CC"; then
1719
  if test -n "$ac_tool_prefix"; then
1720
  for ac_prog in cl
1721
  do
1722
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1723
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1724
echo "$as_me:$LINENO: checking for $ac_word" >&5
1725
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1726
if test "${ac_cv_prog_CC+set}" = set; then
1727
  echo $ECHO_N "(cached) $ECHO_C" >&6
1728
else
1729
  if test -n "$CC"; then
1730
  ac_cv_prog_CC="$CC" # Let the user override the test.
1731
else
1732
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1733
for as_dir in $PATH
1734
do
1735
  IFS=$as_save_IFS
1736
  test -z "$as_dir" && as_dir=.
1737
  for ac_exec_ext in '' $ac_executable_extensions; do
1738
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1739
    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1740
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1741
    break 2
1742
  fi
1743
done
1744
done
1745
1746
fi
1747
fi
1748
CC=$ac_cv_prog_CC
1749
if test -n "$CC"; then
1750
  echo "$as_me:$LINENO: result: $CC" >&5
1751
echo "${ECHO_T}$CC" >&6
1752
else
1753
  echo "$as_me:$LINENO: result: no" >&5
1754
echo "${ECHO_T}no" >&6
1755
fi
1756
1757
    test -n "$CC" && break
1758
  done
1759
fi
1760
if test -z "$CC"; then
1761
  ac_ct_CC=$CC
1762
  for ac_prog in cl
1763
do
1764
  # Extract the first word of "$ac_prog", so it can be a program name with args.
1765
set dummy $ac_prog; ac_word=$2
1766
echo "$as_me:$LINENO: checking for $ac_word" >&5
1767
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1768
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1769
  echo $ECHO_N "(cached) $ECHO_C" >&6
1770
else
1771
  if test -n "$ac_ct_CC"; then
1772
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1773
else
1774
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1775
for as_dir in $PATH
1776
do
1777
  IFS=$as_save_IFS
1778
  test -z "$as_dir" && as_dir=.
1779
  for ac_exec_ext in '' $ac_executable_extensions; do
1780
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1781
    ac_cv_prog_ac_ct_CC="$ac_prog"
1782
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1783
    break 2
1784
  fi
1785
done
1786
done
1787
1788
fi
1789
fi
1790
ac_ct_CC=$ac_cv_prog_ac_ct_CC
1791
if test -n "$ac_ct_CC"; then
1792
  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1793
echo "${ECHO_T}$ac_ct_CC" >&6
1794
else
1795
  echo "$as_me:$LINENO: result: no" >&5
1796
echo "${ECHO_T}no" >&6
1797
fi
1798
1799
  test -n "$ac_ct_CC" && break
1800
done
1801
1802
  CC=$ac_ct_CC
1803
fi
1804
1805
fi
1806
1807
1808
test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1809
See \`config.log' for more details." >&5
1810
echo "$as_me: error: no acceptable C compiler found in \$PATH
1811
See \`config.log' for more details." >&2;}
1812
   { (exit 1); exit 1; }; }
1813
1591
1814
# Provide some information about the compiler.
1592
# Provide some information about the compiler.
1815
echo "$as_me:$LINENO:" \
1593
echo "$as_me:$LINENO:" \
1816
     "checking for C compiler version" >&5
1594
     "checking for C++ compiler version" >&5
1817
ac_compiler=`set X $ac_compile; echo $2`
1595
ac_compiler=`set X $ac_compile; echo $2`
1818
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1596
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1819
  (eval $ac_compiler --version </dev/null >&5) 2>&5
1597
  (eval $ac_compiler --version </dev/null >&5) 2>&5
1820
  ac_status=$?
1598
  ac_status=$?
1821
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1599
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
...
...
1849
ac_clean_files_save=$ac_clean_files
1627
ac_clean_files_save=$ac_clean_files
1850
ac_clean_files="$ac_clean_files a.out a.exe b.out"
1628
ac_clean_files="$ac_clean_files a.out a.exe b.out"
1851
# Try to create an executable without -o first, disregard a.out.
1629
# Try to create an executable without -o first, disregard a.out.
1852
# It will help us diagnose broken compilers, and finding out an intuition
1630
# It will help us diagnose broken compilers, and finding out an intuition
1853
# of exeext.
1631
# of exeext.
1854
echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1632
echo "$as_me:$LINENO: checking for C++ compiler default output file name" >&5
1855
echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1633
echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6
1856
ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1634
ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1857
if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1635
if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1858
  (eval $ac_link_default) 2>&5
1636
  (eval $ac_link_default) 2>&5
1859
  ac_status=$?
1637
  ac_status=$?
1860
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1638
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
...
...
1893
done
1671
done
1894
else
1672
else
1895
  echo "$as_me: failed program was:" >&5
1673
  echo "$as_me: failed program was:" >&5
1896
sed 's/^/| /' conftest.$ac_ext >&5
1674
sed 's/^/| /' conftest.$ac_ext >&5
1897
1675
1898
{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
1676
{ { echo "$as_me:$LINENO: error: C++ compiler cannot create executables
1899
See \`config.log' for more details." >&5
1677
See \`config.log' for more details." >&5
1900
echo "$as_me: error: C compiler cannot create executables
1678
echo "$as_me: error: C++ compiler cannot create executables
1901
See \`config.log' for more details." >&2;}
1679
See \`config.log' for more details." >&2;}
1902
   { (exit 77); exit 77; }; }
1680
   { (exit 77); exit 77; }; }
1903
fi
1681
fi
1904
1682
1905
ac_exeext=$ac_cv_exeext
1683
ac_exeext=$ac_cv_exeext
1906
echo "$as_me:$LINENO: result: $ac_file" >&5
1684
echo "$as_me:$LINENO: result: $ac_file" >&5
1907
echo "${ECHO_T}$ac_file" >&6
1685
echo "${ECHO_T}$ac_file" >&6
1908
1686
1909
# Check the compiler produces executables we can run.  If not, either
1687
# Check the compiler produces executables we can run.  If not, either
1910
# the compiler is broken, or we cross compile.
1688
# the compiler is broken, or we cross compile.
1911
echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1689
echo "$as_me:$LINENO: checking whether the C++ compiler works" >&5
1912
echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1690
echo $ECHO_N "checking whether the C++ compiler works... $ECHO_C" >&6
1913
# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1691
# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1914
# If not cross compiling, check that we can run a simple program.
1692
# If not cross compiling, check that we can run a simple program.
1915
if test "$cross_compiling" != yes; then
1693
if test "$cross_compiling" != yes; then
1916
  if { ac_try='./$ac_file'
1694
  if { ac_try='./$ac_file'
1917
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1695
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
...
...
1922
    cross_compiling=no
1700
    cross_compiling=no
1923
  else
1701
  else
1924
    if test "$cross_compiling" = maybe; then
1702
    if test "$cross_compiling" = maybe; then
1925
    cross_compiling=yes
1703
    cross_compiling=yes
1926
    else
1704
    else
1927
    { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
1705
    { { echo "$as_me:$LINENO: error: cannot run C++ compiled programs.
1928
If you meant to cross compile, use \`--host'.
1706
If you meant to cross compile, use \`--host'.
1929
See \`config.log' for more details." >&5
1707
See \`config.log' for more details." >&5
1930
echo "$as_me: error: cannot run C compiled programs.
1708
echo "$as_me: error: cannot run C++ compiled programs.
1931
If you meant to cross compile, use \`--host'.
1709
If you meant to cross compile, use \`--host'.
1932
See \`config.log' for more details." >&2;}
1710
See \`config.log' for more details." >&2;}
1933
   { (exit 1); exit 1; }; }
1711
   { (exit 1); exit 1; }; }
1934
    fi
1712
    fi
1935
  fi
1713
  fi
...
...
2030
fi
1808
fi
2031
echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
1809
echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2032
echo "${ECHO_T}$ac_cv_objext" >&6
1810
echo "${ECHO_T}$ac_cv_objext" >&6
2033
OBJEXT=$ac_cv_objext
1811
OBJEXT=$ac_cv_objext
2034
ac_objext=$OBJEXT
1812
ac_objext=$OBJEXT
2035
echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1813
echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2036
echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
1814
echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
2037
if test "${ac_cv_c_compiler_gnu+set}" = set; then
1815
if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2038
  echo $ECHO_N "(cached) $ECHO_C" >&6
1816
  echo $ECHO_N "(cached) $ECHO_C" >&6
2039
else
1817
else
2040
  cat >conftest.$ac_ext <<_ACEOF
1818
  cat >conftest.$ac_ext <<_ACEOF
2041
/* confdefs.h.  */
1819
/* confdefs.h.  */
2042
_ACEOF
1820
_ACEOF
...
...
2062
  grep -v '^ *+' conftest.er1 >conftest.err
1840
  grep -v '^ *+' conftest.er1 >conftest.err
2063
  rm -f conftest.er1
1841
  rm -f conftest.er1
2064
  cat conftest.err >&5
1842
  cat conftest.err >&5
2065
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1843
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2066
  (exit $ac_status); } &&
1844
  (exit $ac_status); } &&
2067
     { ac_try='test -z "$ac_c_werror_flag"
1845
     { ac_try='test -z "$ac_cxx_werror_flag"
2068
             || test ! -s conftest.err'
1846
             || test ! -s conftest.err'
2069
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1847
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2070
  (eval $ac_try) 2>&5
1848
  (eval $ac_try) 2>&5
2071
  ac_status=$?
1849
  ac_status=$?
2072
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1850
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
...
...
2083
sed 's/^/| /' conftest.$ac_ext >&5
1861
sed 's/^/| /' conftest.$ac_ext >&5
2084
1862
2085
ac_compiler_gnu=no
1863
ac_compiler_gnu=no
2086
fi
1864
fi
2087
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1865
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2088
ac_cv_c_compiler_gnu=$ac_compiler_gnu
1866
ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2089
1867
2090
fi
1868
fi
2091
echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
1869
echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
2092
echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
1870
echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
2093
GCC=`test $ac_compiler_gnu = yes && echo yes`
1871
GXX=`test $ac_compiler_gnu = yes && echo yes`
2094
ac_test_CFLAGS=${CFLAGS+set}
1872
ac_test_CXXFLAGS=${CXXFLAGS+set}
2095
ac_save_CFLAGS=$CFLAGS
1873
ac_save_CXXFLAGS=$CXXFLAGS
2096
CFLAGS="-g"
1874
CXXFLAGS="-g"
2097
echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1875
echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
2098
echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
1876
echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
2099
if test "${ac_cv_prog_cc_g+set}" = set; then
1877
if test "${ac_cv_prog_cxx_g+set}" = set; then
2100
  echo $ECHO_N "(cached) $ECHO_C" >&6
1878
  echo $ECHO_N "(cached) $ECHO_C" >&6
2101
else
1879
else
2102
  cat >conftest.$ac_ext <<_ACEOF
1880
  cat >conftest.$ac_ext <<_ACEOF
2103
/* confdefs.h.  */
1881
/* confdefs.h.  */
2104
_ACEOF
1882
_ACEOF
...
...
2121
  grep -v '^ *+' conftest.er1 >conftest.err
1899
  grep -v '^ *+' conftest.er1 >conftest.err
2122
  rm -f conftest.er1
1900
  rm -f conftest.er1
2123
  cat conftest.err >&5
1901
  cat conftest.err >&5
2124
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1902
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2125
  (exit $ac_status); } &&
1903
  (exit $ac_status); } &&
2126
     { ac_try='test -z "$ac_c_werror_flag"
1904
     { ac_try='test -z "$ac_cxx_werror_flag"
2127
             || test ! -s conftest.err'
1905
             || test ! -s conftest.err'
2128
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1906
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2129
  (eval $ac_try) 2>&5
1907
  (eval $ac_try) 2>&5
2130
  ac_status=$?
1908
  ac_status=$?
2131
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1909
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
...
...
2134
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1912
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2135
  (eval $ac_try) 2>&5
1913
  (eval $ac_try) 2>&5
2136
  ac_status=$?
1914
  ac_status=$?
2137
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1915
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2138
  (exit $ac_status); }; }; then
1916
  (exit $ac_status); }; }; then
2139
  ac_cv_prog_cc_g=yes
1917
  ac_cv_prog_cxx_g=yes
2140
else
1918
else
2141
  echo "$as_me: failed program was:" >&5
1919
  echo "$as_me: failed program was:" >&5
2142
sed 's/^/| /' conftest.$ac_ext >&5
1920
sed 's/^/| /' conftest.$ac_ext >&5
2143
1921
2144
ac_cv_prog_cc_g=no
1922
ac_cv_prog_cxx_g=no
2145
fi
1923
fi
2146
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1924
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2147
fi
1925
fi
2148
echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
1926
echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
2149
echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
1927
echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
2150
if test "$ac_test_CFLAGS" = set; then
1928
if test "$ac_test_CXXFLAGS" = set; then
2151
  CFLAGS=$ac_save_CFLAGS
1929
  CXXFLAGS=$ac_save_CXXFLAGS
2152
elif test $ac_cv_prog_cc_g = yes; then
1930
elif test $ac_cv_prog_cxx_g = yes; then
2153
  if test "$GCC" = yes; then
1931
  if test "$GXX" = yes; then
2154
    CFLAGS="-g -O2"
1932
    CXXFLAGS="-g -O2"
2155
  else
1933
  else
2156
    CFLAGS="-g"
1934
    CXXFLAGS="-g"
2157
  fi
1935
  fi
2158
else
1936
else
2159
  if test "$GCC" = yes; then
1937
  if test "$GXX" = yes; then
2160
    CFLAGS="-O2"
1938
    CXXFLAGS="-O2"
2161
  else
1939
  else
2162
    CFLAGS=
1940
    CXXFLAGS=
2163
  fi
1941
  fi
2164
fi
1942
fi
2165
echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2166
echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2167
if test "${ac_cv_prog_cc_stdc+set}" = set; then
2168
  echo $ECHO_N "(cached) $ECHO_C" >&6
2169
else
2170
  ac_cv_prog_cc_stdc=no
2171
ac_save_CC=$CC
2172
cat >conftest.$ac_ext <<_ACEOF
2173
/* confdefs.h.  */
2174
_ACEOF
2175
cat confdefs.h >>conftest.$ac_ext
2176
cat >>conftest.$ac_ext <<_ACEOF
2177
/* end confdefs.h.  */
2178
#include <stdarg.h>
2179
#include <stdio.h>
2180
#include <sys/types.h>
2181
#include <sys/stat.h>
2182
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
2183
struct buf { int x; };
2184
FILE * (*rcsopen) (struct buf *, struct stat *, int);
2185
static char *e (p, i)
2186
     char **p;
2187
     int i;
2188
{
2189
  return p[i];
2190
}
2191
static char *f (char * (*g) (char **, int), char **p, ...)
2192
{
2193
  char *s;
2194
  va_list v;
2195
  va_start (v,p);
2196
  s = g (p, va_arg (v,int));
2197
  va_end (v);
2198
  return s;
2199
}
2200
2201
/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
2202
   function prototypes and stuff, but not '\xHH' hex character constants.
2203
   These don't provoke an error unfortunately, instead are silently treated
2204
   as 'x'.  The following induces an error, until -std1 is added to get
2205
   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
2206
   array size at least.  It's necessary to write '\x00'==0 to get something
2207
   that's true only with -std1.  */
2208
int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2209
2210
int test (int i, double x);
2211
struct s1 {int (*f) (int a);};
2212
struct s2 {int (*f) (double a);};
2213
int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2214
int argc;
2215
char **argv;
2216
int
2217
main ()
2218
{
2219
return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
2220
  ;
2221
  return 0;
2222
}
2223
_ACEOF
2224
# Don't try gcc -ansi; that turns off useful extensions and
2225
# breaks some systems' header files.
2226
# AIX         -qlanglvl=ansi
2227
# Ultrix and OSF/1    -std1
2228
# HP-UX 10.20 and later   -Ae
2229
# HP-UX older versions    -Aa -D_HPUX_SOURCE
2230
# SVR4            -Xc -D__EXTENSIONS__
2231
for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2232
do
2233
  CC="$ac_save_CC $ac_arg"
2234
  rm -f conftest.$ac_objext
2235
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2236
  (eval $ac_compile) 2>conftest.er1
2237
  ac_status=$?
2238
  grep -v '^ *+' conftest.er1 >conftest.err
2239
  rm -f conftest.er1
2240
  cat conftest.err >&5
2241
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2242
  (exit $ac_status); } &&
2243
   { ac_try='test -z "$ac_c_werror_flag"
2244
           || test ! -s conftest.err'
2245
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2246
  (eval $ac_try) 2>&5
2247
  ac_status=$?
2248
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2249
  (exit $ac_status); }; } &&
2250
   { ac_try='test -s conftest.$ac_objext'
2251
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2252
  (eval $ac_try) 2>&5
2253
  ac_status=$?
2254
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2255
  (exit $ac_status); }; }; then
2256
  ac_cv_prog_cc_stdc=$ac_arg
2257
break
2258
else
2259
  echo "$as_me: failed program was:" >&5
2260
sed 's/^/| /' conftest.$ac_ext >&5
2261
2262
fi
2263
rm -f conftest.err conftest.$ac_objext
2264
done
2265
rm -f conftest.$ac_ext conftest.$ac_objext
2266
CC=$ac_save_CC
2267
2268
fi
2269
2270
case "x$ac_cv_prog_cc_stdc" in
2271
  x|xno)
2272
    echo "$as_me:$LINENO: result: none needed" >&5
2273
echo "${ECHO_T}none needed" >&6 ;;
2274
  *)
2275
    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2276
echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2277
    CC="$CC $ac_cv_prog_cc_stdc" ;;
2278
esac
2279
2280
# Some people use a C++ compiler to compile C.  Since we use `exit',
2281
# in C++ we need to declare it.  In case someone uses the same compiler
2282
# for both compiling C and C++ we need to have the C++ compiler decide
2283
# the declaration of exit, since it's the most demanding environment.
2284
cat >conftest.$ac_ext <<_ACEOF
2285
#ifndef __cplusplus
2286
  choke me
2287
#endif
2288
_ACEOF
2289
rm -f conftest.$ac_objext
2290
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2291
  (eval $ac_compile) 2>conftest.er1
2292
  ac_status=$?
2293
  grep -v '^ *+' conftest.er1 >conftest.err
2294
  rm -f conftest.er1
2295
  cat conftest.err >&5
2296
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2297
  (exit $ac_status); } &&
2298
   { ac_try='test -z "$ac_c_werror_flag"
2299
           || test ! -s conftest.err'
2300
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2301
  (eval $ac_try) 2>&5
2302
  ac_status=$?
2303
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2304
  (exit $ac_status); }; } &&
2305
   { ac_try='test -s conftest.$ac_objext'
2306
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2307
  (eval $ac_try) 2>&5
2308
  ac_status=$?
2309
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2310
  (exit $ac_status); }; }; then
2311
  for ac_declaration in \
1943
for ac_declaration in \
2312
   '' \
1944
   '' \
2313
   'extern "C" void std::exit (int) throw (); using std::exit;' \
1945
   'extern "C" void std::exit (int) throw (); using std::exit;' \
2314
   'extern "C" void std::exit (int); using std::exit;' \
1946
   'extern "C" void std::exit (int); using std::exit;' \
2315
   'extern "C" void exit (int) throw ();' \
1947
   'extern "C" void exit (int) throw ();' \
2316
   'extern "C" void exit (int);' \
1948
   'extern "C" void exit (int);' \
...
...
2339
  grep -v '^ *+' conftest.er1 >conftest.err
1971
  grep -v '^ *+' conftest.er1 >conftest.err
2340
  rm -f conftest.er1
1972
  rm -f conftest.er1
2341
  cat conftest.err >&5
1973
  cat conftest.err >&5
2342
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1974
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2343
  (exit $ac_status); } &&
1975
  (exit $ac_status); } &&
2344
     { ac_try='test -z "$ac_c_werror_flag"
1976
     { ac_try='test -z "$ac_cxx_werror_flag"
2345
             || test ! -s conftest.err'
1977
             || test ! -s conftest.err'
2346
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1978
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2347
  (eval $ac_try) 2>&5
1979
  (eval $ac_try) 2>&5
2348
  ac_status=$?
1980
  ac_status=$?
2349
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1981
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
...
...
2384
  grep -v '^ *+' conftest.er1 >conftest.err
2016
  grep -v '^ *+' conftest.er1 >conftest.err
2385
  rm -f conftest.er1
2017
  rm -f conftest.er1
2386
  cat conftest.err >&5
2018
  cat conftest.err >&5
2387
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2019
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2388
  (exit $ac_status); } &&
2020
  (exit $ac_status); } &&
2389
     { ac_try='test -z "$ac_c_werror_flag"
2021
     { ac_try='test -z "$ac_cxx_werror_flag"
2390
             || test ! -s conftest.err'
2022
             || test ! -s conftest.err'
2391
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2023
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2392
  (eval $ac_try) 2>&5
2024
  (eval $ac_try) 2>&5
2393
  ac_status=$?
2025
  ac_status=$?
2394
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2026
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
...
...
2412
  echo '#ifdef __cplusplus' >>confdefs.h
2044
  echo '#ifdef __cplusplus' >>confdefs.h
2413
  echo $ac_declaration      >>confdefs.h
2045
  echo $ac_declaration      >>confdefs.h
2414
  echo '#endif'             >>confdefs.h
2046
  echo '#endif'             >>confdefs.h
2415
fi
2047
fi
2416
2048
2417
else
2418
  echo "$as_me: failed program was:" >&5
2419
sed 's/^/| /' conftest.$ac_ext >&5
2420
2421
fi
2422
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2423
ac_ext=c
2049
ac_ext=cc
2424
ac_cpp='$CPP $CPPFLAGS'
2050
ac_cpp='$CXXCPP $CPPFLAGS'
2425
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2051
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2426
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2052
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2427
ac_compiler_gnu=$ac_cv_c_compiler_gnu
2053
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2428
2054
2429
2055
2430
echo "$as_me:$LINENO: checking for iconv_open in -liconv" >&5
2056
echo "$as_me:$LINENO: checking for iconv_open in -liconv" >&5
2431
echo $ECHO_N "checking for iconv_open in -liconv... $ECHO_C" >&6
2057
echo $ECHO_N "checking for iconv_open in -liconv... $ECHO_C" >&6
2432
if test "${ac_cv_lib_iconv_iconv_open+set}" = set; then
2058
if test "${ac_cv_lib_iconv_iconv_open+set}" = set; then
...
...
2463
  grep -v '^ *+' conftest.er1 >conftest.err
2089
  grep -v '^ *+' conftest.er1 >conftest.err
2464
  rm -f conftest.er1
2090
  rm -f conftest.er1
2465
  cat conftest.err >&5
2091
  cat conftest.err >&5
2466
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2092
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2467
  (exit $ac_status); } &&
2093
  (exit $ac_status); } &&
2468
     { ac_try='test -z "$ac_c_werror_flag"
2094
     { ac_try='test -z "$ac_cxx_werror_flag"
2469
             || test ! -s conftest.err'
2095
             || test ! -s conftest.err'
2470
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2096
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2471
  (eval $ac_try) 2>&5
2097
  (eval $ac_try) 2>&5
2472
  ac_status=$?
2098
  ac_status=$?
2473
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2099
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
...
...
2535
  grep -v '^ *+' conftest.er1 >conftest.err
2161
  grep -v '^ *+' conftest.er1 >conftest.err
2536
  rm -f conftest.er1
2162
  rm -f conftest.er1
2537
  cat conftest.err >&5
2163
  cat conftest.err >&5
2538
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2164
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2539
  (exit $ac_status); } &&
2165
  (exit $ac_status); } &&
2540
     { ac_try='test -z "$ac_c_werror_flag"
2166
     { ac_try='test -z "$ac_cxx_werror_flag"
2541
             || test ! -s conftest.err'
2167
             || test ! -s conftest.err'
2542
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2168
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2543
  (eval $ac_try) 2>&5
2169
  (eval $ac_try) 2>&5
2544
  ac_status=$?
2170
  ac_status=$?
2545
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2171
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
...
...
2607
  grep -v '^ *+' conftest.er1 >conftest.err
2233
  grep -v '^ *+' conftest.er1 >conftest.err
2608
  rm -f conftest.er1
2234
  rm -f conftest.er1
2609
  cat conftest.err >&5
2235
  cat conftest.err >&5
2610
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2236
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2611
  (exit $ac_status); } &&
2237
  (exit $ac_status); } &&
2612
     { ac_try='test -z "$ac_c_werror_flag"
2238
     { ac_try='test -z "$ac_cxx_werror_flag"
2613
             || test ! -s conftest.err'
2239
             || test ! -s conftest.err'
2614
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2240
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2615
  (eval $ac_try) 2>&5
2241
  (eval $ac_try) 2>&5
2616
  ac_status=$?
2242
  ac_status=$?
2617
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2243
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
...
...
2651
if test A"$LIBICONV" = ANONE ; then
2277
if test A"$LIBICONV" = ANONE ; then
2652
   LIBICONV=""
2278
   LIBICONV=""
2653
fi
2279
fi
2654
#echo LIBICONV $LIBICONV
2280
#echo LIBICONV $LIBICONV
2655
#echo INCICONV $INCICONV
2281
#echo INCICONV $INCICONV
2282
2283
CPPFLAGS="$CPPFLAGS $INCICONV"
2284
echo "$as_me:$LINENO: checking for type of inbuf parameter to iconv" >&5
2285
echo $ECHO_N "checking for type of inbuf parameter to iconv... $ECHO_C" >&6
2286
if test "x$rcl_iconv_inbuf_const" = "x"; then
2287
   cat >conftest.$ac_ext <<_ACEOF
2288
/* confdefs.h.  */
2289
_ACEOF
2290
cat confdefs.h >>conftest.$ac_ext
2291
cat >>conftest.$ac_ext <<_ACEOF
2292
/* end confdefs.h.  */
2293
2294
       #include <stddef.h>
2295
       #include <iconv.h>
2296
2297
int
2298
main ()
2299
{
2300
2301
       iconv(0,(const char **)0,(size_t *)0,(char **)0,(size_t *)0);
2302
2303
  ;
2304
  return 0;
2305
}
2306
_ACEOF
2307
rm -f conftest.$ac_objext
2308
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2309
  (eval $ac_compile) 2>conftest.er1
2310
  ac_status=$?
2311
  grep -v '^ *+' conftest.er1 >conftest.err
2312
  rm -f conftest.er1
2313
  cat conftest.err >&5
2314
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2315
  (exit $ac_status); } &&
2316
   { ac_try='test -z "$ac_cxx_werror_flag"
2317
           || test ! -s conftest.err'
2318
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2319
  (eval $ac_try) 2>&5
2320
  ac_status=$?
2321
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2322
  (exit $ac_status); }; } &&
2323
   { ac_try='test -s conftest.$ac_objext'
2324
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2325
  (eval $ac_try) 2>&5
2326
  ac_status=$?
2327
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2328
  (exit $ac_status); }; }; then
2329
  rcl_iconv_inbuf_const="1"
2330
else
2331
  echo "$as_me: failed program was:" >&5
2332
sed 's/^/| /' conftest.$ac_ext >&5
2333
2334
rcl_iconv_inbuf_const="0"
2335
fi
2336
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2337
fi
2338
if test X$rcl_iconv_inbuf_const = X1 ; then
2339
2340
cat >>confdefs.h <<\_ACEOF
2341
#define RCL_ICONV_INBUF_CONST 1
2342
_ACEOF
2343
2344
fi
2345
2346
echo   rcl_iconv_inbuf_const $rcl_iconv_inbuf_const
2656
2347
2657
#### Look for Xapian
2348
#### Look for Xapian
2658
# Extract the first word of "xapian-config", so it can be a program name with args.
2349
# Extract the first word of "xapian-config", so it can be a program name with args.
2659
set dummy xapian-config; ac_word=$2
2350
set dummy xapian-config; ac_word=$2
2660
echo "$as_me:$LINENO: checking for $ac_word" >&5
2351
echo "$as_me:$LINENO: checking for $ac_word" >&5
...
...
2840
cd ..
2531
cd ..
2841
2532
2842
##################### End QT detection
2533
##################### End QT detection
2843
2534
2844
### X11: this is needed for the session monitoring code (in recollindex -m)
2535
### X11: this is needed for the session monitoring code (in recollindex -m)
2845
ac_ext=c
2536
ac_ext=cc
2846
ac_cpp='$CPP $CPPFLAGS'
2537
ac_cpp='$CXXCPP $CPPFLAGS'
2847
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2538
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2848
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2539
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2849
ac_compiler_gnu=$ac_cv_c_compiler_gnu
2540
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2850
echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
2541
echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
2851
echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2542
echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
2852
# On Suns, sometimes $CPP names a directory.
2853
if test -n "$CPP" && test -d "$CPP"; then
2854
  CPP=
2855
fi
2856
if test -z "$CPP"; then
2543
if test -z "$CXXCPP"; then
2857
  if test "${ac_cv_prog_CPP+set}" = set; then
2544
  if test "${ac_cv_prog_CXXCPP+set}" = set; then
2858
  echo $ECHO_N "(cached) $ECHO_C" >&6
2545
  echo $ECHO_N "(cached) $ECHO_C" >&6
2859
else
2546
else
2860
      # Double quotes because CPP needs to be expanded
2547
      # Double quotes because CXXCPP needs to be expanded
2861
    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2548
    for CXXCPP in "$CXX -E" "/lib/cpp"
2862
    do
2549
    do
2863
      ac_preproc_ok=false
2550
      ac_preproc_ok=false
2864
for ac_c_preproc_warn_flag in '' yes
2551
for ac_cxx_preproc_warn_flag in '' yes
2865
do
2552
do
2866
  # Use a header file that comes with gcc, so configuring glibc
2553
  # Use a header file that comes with gcc, so configuring glibc
2867
  # with a fresh cross-compiler works.
2554
  # with a fresh cross-compiler works.
2868
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2555
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2869
  # <limits.h> exists even on freestanding compilers.
2556
  # <limits.h> exists even on freestanding compilers.
...
...
2889
  rm -f conftest.er1
2576
  rm -f conftest.er1
2890
  cat conftest.err >&5
2577
  cat conftest.err >&5
2891
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2578
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2892
  (exit $ac_status); } >/dev/null; then
2579
  (exit $ac_status); } >/dev/null; then
2893
  if test -s conftest.err; then
2580
  if test -s conftest.err; then
2894
    ac_cpp_err=$ac_c_preproc_warn_flag
2581
    ac_cpp_err=$ac_cxx_preproc_warn_flag
2895
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2582
    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
2896
  else
2583
  else
2897
    ac_cpp_err=
2584
    ac_cpp_err=
2898
  fi
2585
  fi
2899
else
2586
else
2900
  ac_cpp_err=yes
2587
  ac_cpp_err=yes
...
...
2927
  rm -f conftest.er1
2614
  rm -f conftest.er1
2928
  cat conftest.err >&5
2615
  cat conftest.err >&5
2929
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2616
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2930
  (exit $ac_status); } >/dev/null; then
2617
  (exit $ac_status); } >/dev/null; then
2931
  if test -s conftest.err; then
2618
  if test -s conftest.err; then
2932
    ac_cpp_err=$ac_c_preproc_warn_flag
2619
    ac_cpp_err=$ac_cxx_preproc_warn_flag
2933
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2620
    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
2934
  else
2621
  else
2935
    ac_cpp_err=
2622
    ac_cpp_err=
2936
  fi
2623
  fi
2937
else
2624
else
2938
  ac_cpp_err=yes
2625
  ac_cpp_err=yes
...
...
2956
if $ac_preproc_ok; then
2643
if $ac_preproc_ok; then
2957
  break
2644
  break
2958
fi
2645
fi
2959
2646
2960
    done
2647
    done
2961
    ac_cv_prog_CPP=$CPP
2648
    ac_cv_prog_CXXCPP=$CXXCPP
2962
2649
2963
fi
2650
fi
2964
  CPP=$ac_cv_prog_CPP
2651
  CXXCPP=$ac_cv_prog_CXXCPP
2965
else
2652
else
2966
  ac_cv_prog_CPP=$CPP
2653
  ac_cv_prog_CXXCPP=$CXXCPP
2967
fi
2654
fi
2968
echo "$as_me:$LINENO: result: $CPP" >&5
2655
echo "$as_me:$LINENO: result: $CXXCPP" >&5
2969
echo "${ECHO_T}$CPP" >&6
2656
echo "${ECHO_T}$CXXCPP" >&6
2970
ac_preproc_ok=false
2657
ac_preproc_ok=false
2971
for ac_c_preproc_warn_flag in '' yes
2658
for ac_cxx_preproc_warn_flag in '' yes
2972
do
2659
do
2973
  # Use a header file that comes with gcc, so configuring glibc
2660
  # Use a header file that comes with gcc, so configuring glibc
2974
  # with a fresh cross-compiler works.
2661
  # with a fresh cross-compiler works.
2975
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2662
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2976
  # <limits.h> exists even on freestanding compilers.
2663
  # <limits.h> exists even on freestanding compilers.
...
...
2996
  rm -f conftest.er1
2683
  rm -f conftest.er1
2997
  cat conftest.err >&5
2684
  cat conftest.err >&5
2998
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2685
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2999
  (exit $ac_status); } >/dev/null; then
2686
  (exit $ac_status); } >/dev/null; then
3000
  if test -s conftest.err; then
2687
  if test -s conftest.err; then
3001
    ac_cpp_err=$ac_c_preproc_warn_flag
2688
    ac_cpp_err=$ac_cxx_preproc_warn_flag
3002
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2689
    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3003
  else
2690
  else
3004
    ac_cpp_err=
2691
    ac_cpp_err=
3005
  fi
2692
  fi
3006
else
2693
else
3007
  ac_cpp_err=yes
2694
  ac_cpp_err=yes
...
...
3034
  rm -f conftest.er1
2721
  rm -f conftest.er1
3035
  cat conftest.err >&5
2722
  cat conftest.err >&5
3036
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2723
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3037
  (exit $ac_status); } >/dev/null; then
2724
  (exit $ac_status); } >/dev/null; then
3038
  if test -s conftest.err; then
2725
  if test -s conftest.err; then
3039
    ac_cpp_err=$ac_c_preproc_warn_flag
2726
    ac_cpp_err=$ac_cxx_preproc_warn_flag
3040
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2727
    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3041
  else
2728
  else
3042
    ac_cpp_err=
2729
    ac_cpp_err=
3043
  fi
2730
  fi
3044
else
2731
else
3045
  ac_cpp_err=yes
2732
  ac_cpp_err=yes
...
...
3061
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2748
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3062
rm -f conftest.err conftest.$ac_ext
2749
rm -f conftest.err conftest.$ac_ext
3063
if $ac_preproc_ok; then
2750
if $ac_preproc_ok; then
3064
  :
2751
  :
3065
else
2752
else
3066
  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
2753
  { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3067
See \`config.log' for more details." >&5
2754
See \`config.log' for more details." >&5
3068
echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
2755
echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3069
See \`config.log' for more details." >&2;}
2756
See \`config.log' for more details." >&2;}
3070
   { (exit 1); exit 1; }; }
2757
   { (exit 1); exit 1; }; }
3071
fi
2758
fi
3072
2759
3073
ac_ext=c
2760
ac_ext=cc
3074
ac_cpp='$CPP $CPPFLAGS'
2761
ac_cpp='$CXXCPP $CPPFLAGS'
3075
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2762
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3076
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2763
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3077
ac_compiler_gnu=$ac_cv_c_compiler_gnu
2764
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3078
2765
3079
2766
3080
echo "$as_me:$LINENO: checking for X" >&5
2767
echo "$as_me:$LINENO: checking for X" >&5
3081
echo $ECHO_N "checking for X... $ECHO_C" >&6
2768
echo $ECHO_N "checking for X... $ECHO_C" >&6
3082
2769
...
...
3189
  rm -f conftest.er1
2876
  rm -f conftest.er1
3190
  cat conftest.err >&5
2877
  cat conftest.err >&5
3191
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2878
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3192
  (exit $ac_status); } >/dev/null; then
2879
  (exit $ac_status); } >/dev/null; then
3193
  if test -s conftest.err; then
2880
  if test -s conftest.err; then
3194
    ac_cpp_err=$ac_c_preproc_warn_flag
2881
    ac_cpp_err=$ac_cxx_preproc_warn_flag
3195
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2882
    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3196
  else
2883
  else
3197
    ac_cpp_err=
2884
    ac_cpp_err=
3198
  fi
2885
  fi
3199
else
2886
else
3200
  ac_cpp_err=yes
2887
  ac_cpp_err=yes
...
...
3244
  grep -v '^ *+' conftest.er1 >conftest.err
2931
  grep -v '^ *+' conftest.er1 >conftest.err
3245
  rm -f conftest.er1
2932
  rm -f conftest.er1
3246
  cat conftest.err >&5
2933
  cat conftest.err >&5
3247
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2934
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3248
  (exit $ac_status); } &&
2935
  (exit $ac_status); } &&
3249
     { ac_try='test -z "$ac_c_werror_flag"
2936
     { ac_try='test -z "$ac_cxx_werror_flag"
3250
             || test ! -s conftest.err'
2937
             || test ! -s conftest.err'
3251
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2938
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3252
  (eval $ac_try) 2>&5
2939
  (eval $ac_try) 2>&5
3253
  ac_status=$?
2940
  ac_status=$?
3254
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2941
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
...
...
3356
  grep -v '^ *+' conftest.er1 >conftest.err
3043
  grep -v '^ *+' conftest.er1 >conftest.err
3357
  rm -f conftest.er1
3044
  rm -f conftest.er1
3358
  cat conftest.err >&5
3045
  cat conftest.err >&5
3359
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3046
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3360
  (exit $ac_status); } &&
3047
  (exit $ac_status); } &&
3361
     { ac_try='test -z "$ac_c_werror_flag"
3048
     { ac_try='test -z "$ac_cxx_werror_flag"
3362
             || test ! -s conftest.err'
3049
             || test ! -s conftest.err'
3363
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3050
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3364
  (eval $ac_try) 2>&5
3051
  (eval $ac_try) 2>&5
3365
  ac_status=$?
3052
  ac_status=$?
3366
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3053
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
...
...
3408
  grep -v '^ *+' conftest.er1 >conftest.err
3095
  grep -v '^ *+' conftest.er1 >conftest.err
3409
  rm -f conftest.er1
3096
  rm -f conftest.er1
3410
  cat conftest.err >&5
3097
  cat conftest.err >&5
3411
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3098
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3412
  (exit $ac_status); } &&
3099
  (exit $ac_status); } &&
3413
     { ac_try='test -z "$ac_c_werror_flag"
3100
     { ac_try='test -z "$ac_cxx_werror_flag"
3414
             || test ! -s conftest.err'
3101
             || test ! -s conftest.err'
3415
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3102
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3416
  (eval $ac_try) 2>&5
3103
  (eval $ac_try) 2>&5
3417
  ac_status=$?
3104
  ac_status=$?
3418
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3105
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
...
...
3485
  grep -v '^ *+' conftest.er1 >conftest.err
3172
  grep -v '^ *+' conftest.er1 >conftest.err
3486
  rm -f conftest.er1
3173
  rm -f conftest.er1
3487
  cat conftest.err >&5
3174
  cat conftest.err >&5
3488
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3175
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3489
  (exit $ac_status); } &&
3176
  (exit $ac_status); } &&
3490
     { ac_try='test -z "$ac_c_werror_flag"
3177
     { ac_try='test -z "$ac_cxx_werror_flag"
3491
             || test ! -s conftest.err'
3178
             || test ! -s conftest.err'
3492
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3179
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3493
  (eval $ac_try) 2>&5
3180
  (eval $ac_try) 2>&5
3494
  ac_status=$?
3181
  ac_status=$?
3495
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3182
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
...
...
3541
  grep -v '^ *+' conftest.er1 >conftest.err
3228
  grep -v '^ *+' conftest.er1 >conftest.err
3542
  rm -f conftest.er1
3229
  rm -f conftest.er1
3543
  cat conftest.err >&5
3230
  cat conftest.err >&5
3544
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3231
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3545
  (exit $ac_status); } &&
3232
  (exit $ac_status); } &&
3546
     { ac_try='test -z "$ac_c_werror_flag"
3233
     { ac_try='test -z "$ac_cxx_werror_flag"
3547
             || test ! -s conftest.err'
3234
             || test ! -s conftest.err'
3548
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3235
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3549
  (eval $ac_try) 2>&5
3236
  (eval $ac_try) 2>&5
3550
  ac_status=$?
3237
  ac_status=$?
3551
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3238
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
...
...
3610
  grep -v '^ *+' conftest.er1 >conftest.err
3297
  grep -v '^ *+' conftest.er1 >conftest.err
3611
  rm -f conftest.er1
3298
  rm -f conftest.er1
3612
  cat conftest.err >&5
3299
  cat conftest.err >&5
3613
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3300
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3614
  (exit $ac_status); } &&
3301
  (exit $ac_status); } &&
3615
     { ac_try='test -z "$ac_c_werror_flag"
3302
     { ac_try='test -z "$ac_cxx_werror_flag"
3616
             || test ! -s conftest.err'
3303
             || test ! -s conftest.err'
3617
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3304
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3618
  (eval $ac_try) 2>&5
3305
  (eval $ac_try) 2>&5
3619
  ac_status=$?
3306
  ac_status=$?
3620
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3307
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
...
...
3719
  grep -v '^ *+' conftest.er1 >conftest.err
3406
  grep -v '^ *+' conftest.er1 >conftest.err
3720
  rm -f conftest.er1
3407
  rm -f conftest.er1
3721
  cat conftest.err >&5
3408
  cat conftest.err >&5
3722
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3409
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3723
  (exit $ac_status); } &&
3410
  (exit $ac_status); } &&
3724
     { ac_try='test -z "$ac_c_werror_flag"
3411
     { ac_try='test -z "$ac_cxx_werror_flag"
3725
             || test ! -s conftest.err'
3412
             || test ! -s conftest.err'
3726
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3413
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3727
  (eval $ac_try) 2>&5
3414
  (eval $ac_try) 2>&5
3728
  ac_status=$?
3415
  ac_status=$?
3729
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3416
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
...
...
3784
  grep -v '^ *+' conftest.er1 >conftest.err
3471
  grep -v '^ *+' conftest.er1 >conftest.err
3785
  rm -f conftest.er1
3472
  rm -f conftest.er1
3786
  cat conftest.err >&5
3473
  cat conftest.err >&5
3787
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3474
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3788
  (exit $ac_status); } &&
3475
  (exit $ac_status); } &&
3789
     { ac_try='test -z "$ac_c_werror_flag"
3476
     { ac_try='test -z "$ac_cxx_werror_flag"
3790
             || test ! -s conftest.err'
3477
             || test ! -s conftest.err'
3791
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3478
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3792
  (eval $ac_try) 2>&5
3479
  (eval $ac_try) 2>&5
3793
  ac_status=$?
3480
  ac_status=$?
3794
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3481
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
...
...
3853
  grep -v '^ *+' conftest.er1 >conftest.err
3540
  grep -v '^ *+' conftest.er1 >conftest.err
3854
  rm -f conftest.er1
3541
  rm -f conftest.er1
3855
  cat conftest.err >&5
3542
  cat conftest.err >&5
3856
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3543
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3857
  (exit $ac_status); } &&
3544
  (exit $ac_status); } &&
3858
     { ac_try='test -z "$ac_c_werror_flag"
3545
     { ac_try='test -z "$ac_cxx_werror_flag"
3859
             || test ! -s conftest.err'
3546
             || test ! -s conftest.err'
3860
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3547
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3861
  (eval $ac_try) 2>&5
3548
  (eval $ac_try) 2>&5
3862
  ac_status=$?
3549
  ac_status=$?
3863
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3550
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
...
...
3958
  grep -v '^ *+' conftest.er1 >conftest.err
3645
  grep -v '^ *+' conftest.er1 >conftest.err
3959
  rm -f conftest.er1
3646
  rm -f conftest.er1
3960
  cat conftest.err >&5
3647
  cat conftest.err >&5
3961
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3648
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3962
  (exit $ac_status); } &&
3649
  (exit $ac_status); } &&
3963
     { ac_try='test -z "$ac_c_werror_flag"
3650
     { ac_try='test -z "$ac_cxx_werror_flag"
3964
             || test ! -s conftest.err'
3651
             || test ! -s conftest.err'
3965
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3652
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3966
  (eval $ac_try) 2>&5
3653
  (eval $ac_try) 2>&5
3967
  ac_status=$?
3654
  ac_status=$?
3968
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3655
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
...
...
4023
  grep -v '^ *+' conftest.er1 >conftest.err
3710
  grep -v '^ *+' conftest.er1 >conftest.err
4024
  rm -f conftest.er1
3711
  rm -f conftest.er1
4025
  cat conftest.err >&5
3712
  cat conftest.err >&5
4026
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3713
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4027
  (exit $ac_status); } &&
3714
  (exit $ac_status); } &&
4028
     { ac_try='test -z "$ac_c_werror_flag"
3715
     { ac_try='test -z "$ac_cxx_werror_flag"
4029
             || test ! -s conftest.err'
3716
             || test ! -s conftest.err'
4030
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3717
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4031
  (eval $ac_try) 2>&5
3718
  (eval $ac_try) 2>&5
4032
  ac_status=$?
3719
  ac_status=$?
4033
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3720
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
...
...
4121
  grep -v '^ *+' conftest.er1 >conftest.err
3808
  grep -v '^ *+' conftest.er1 >conftest.err
4122
  rm -f conftest.er1
3809
  rm -f conftest.er1
4123
  cat conftest.err >&5
3810
  cat conftest.err >&5
4124
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3811
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4125
  (exit $ac_status); } &&
3812
  (exit $ac_status); } &&
4126
     { ac_try='test -z "$ac_c_werror_flag"
3813
     { ac_try='test -z "$ac_cxx_werror_flag"
4127
             || test ! -s conftest.err'
3814
             || test ! -s conftest.err'
4128
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3815
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4129
  (eval $ac_try) 2>&5
3816
  (eval $ac_try) 2>&5
4130
  ac_status=$?
3817
  ac_status=$?
4131
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3818
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
...
...
4186
  grep -v '^ *+' conftest.er1 >conftest.err
3873
  grep -v '^ *+' conftest.er1 >conftest.err
4187
  rm -f conftest.er1
3874
  rm -f conftest.er1
4188
  cat conftest.err >&5
3875
  cat conftest.err >&5
4189
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3876
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4190
  (exit $ac_status); } &&
3877
  (exit $ac_status); } &&
4191
     { ac_try='test -z "$ac_c_werror_flag"
3878
     { ac_try='test -z "$ac_cxx_werror_flag"
4192
             || test ! -s conftest.err'
3879
             || test ! -s conftest.err'
4193
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3880
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4194
  (eval $ac_try) 2>&5
3881
  (eval $ac_try) 2>&5
4195
  ac_status=$?
3882
  ac_status=$?
4196
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3883
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
...
...
4284
  grep -v '^ *+' conftest.er1 >conftest.err
3971
  grep -v '^ *+' conftest.er1 >conftest.err
4285
  rm -f conftest.er1
3972
  rm -f conftest.er1
4286
  cat conftest.err >&5
3973
  cat conftest.err >&5
4287
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3974
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4288
  (exit $ac_status); } &&
3975
  (exit $ac_status); } &&
4289
     { ac_try='test -z "$ac_c_werror_flag"
3976
     { ac_try='test -z "$ac_cxx_werror_flag"
4290
             || test ! -s conftest.err'
3977
             || test ! -s conftest.err'
4291
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3978
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4292
  (eval $ac_try) 2>&5
3979
  (eval $ac_try) 2>&5
4293
  ac_status=$?
3980
  ac_status=$?
4294
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3981
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
...
...
4349
  grep -v '^ *+' conftest.er1 >conftest.err
4036
  grep -v '^ *+' conftest.er1 >conftest.err
4350
  rm -f conftest.er1
4037
  rm -f conftest.er1
4351
  cat conftest.err >&5
4038
  cat conftest.err >&5
4352
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4039
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4353
  (exit $ac_status); } &&
4040
  (exit $ac_status); } &&
4354
     { ac_try='test -z "$ac_c_werror_flag"
4041
     { ac_try='test -z "$ac_cxx_werror_flag"
4355
             || test ! -s conftest.err'
4042
             || test ! -s conftest.err'
4356
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4043
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4357
  (eval $ac_try) 2>&5
4044
  (eval $ac_try) 2>&5
4358
  ac_status=$?
4045
  ac_status=$?
4359
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4046
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
...
...
4429
  grep -v '^ *+' conftest.er1 >conftest.err
4116
  grep -v '^ *+' conftest.er1 >conftest.err
4430
  rm -f conftest.er1
4117
  rm -f conftest.er1
4431
  cat conftest.err >&5
4118
  cat conftest.err >&5
4432
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4119
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4433
  (exit $ac_status); } &&
4120
  (exit $ac_status); } &&
4434
     { ac_try='test -z "$ac_c_werror_flag"
4121
     { ac_try='test -z "$ac_cxx_werror_flag"
4435
             || test ! -s conftest.err'
4122
             || test ! -s conftest.err'
4436
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4123
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4437
  (eval $ac_try) 2>&5
4124
  (eval $ac_try) 2>&5
4438
  ac_status=$?
4125
  ac_status=$?
4439
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4126
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
...
...
5121
s,@ECHO_C@,$ECHO_C,;t t
4808
s,@ECHO_C@,$ECHO_C,;t t
5122
s,@ECHO_N@,$ECHO_N,;t t
4809
s,@ECHO_N@,$ECHO_N,;t t
5123
s,@ECHO_T@,$ECHO_T,;t t
4810
s,@ECHO_T@,$ECHO_T,;t t
5124
s,@LIBS@,$LIBS,;t t
4811
s,@LIBS@,$LIBS,;t t
5125
s,@aspellProg@,$aspellProg,;t t
4812
s,@aspellProg@,$aspellProg,;t t
5126
s,@CC@,$CC,;t t
4813
s,@CXX@,$CXX,;t t
5127
s,@CFLAGS@,$CFLAGS,;t t
4814
s,@CXXFLAGS@,$CXXFLAGS,;t t
5128
s,@LDFLAGS@,$LDFLAGS,;t t
4815
s,@LDFLAGS@,$LDFLAGS,;t t
5129
s,@CPPFLAGS@,$CPPFLAGS,;t t
4816
s,@CPPFLAGS@,$CPPFLAGS,;t t
5130
s,@ac_ct_CC@,$ac_ct_CC,;t t
4817
s,@ac_ct_CXX@,$ac_ct_CXX,;t t
5131
s,@EXEEXT@,$EXEEXT,;t t
4818
s,@EXEEXT@,$EXEEXT,;t t
5132
s,@OBJEXT@,$OBJEXT,;t t
4819
s,@OBJEXT@,$OBJEXT,;t t
5133
s,@XAPIAN_CONFIG@,$XAPIAN_CONFIG,;t t
4820
s,@XAPIAN_CONFIG@,$XAPIAN_CONFIG,;t t
5134
s,@QMAKE@,$QMAKE,;t t
4821
s,@QMAKE@,$QMAKE,;t t
5135
s,@CPP@,$CPP,;t t
4822
s,@CXXCPP@,$CXXCPP,;t t
5136
s,@X_CFLAGS@,$X_CFLAGS,;t t
4823
s,@X_CFLAGS@,$X_CFLAGS,;t t
5137
s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
4824
s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
5138
s,@X_LIBS@,$X_LIBS,;t t
4825
s,@X_LIBS@,$X_LIBS,;t t
5139
s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
4826
s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
5140
s,@INCICONV@,$INCICONV,;t t
4827
s,@INCICONV@,$INCICONV,;t t