ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
(Generate patch)

Comparing rxvt-unicode/configure (file contents):
Revision 1.151 by sf-exg, Thu Jan 19 11:09:56 2012 UTC vs.
Revision 1.154 by root, Thu May 10 22:42:03 2012 UTC

1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.68. 3# Generated by GNU Autoconf 2.67.
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.)
89IFS=" "" $as_nl" 89IFS=" "" $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.
92as_myself=
93case $0 in #(( 92case $0 in #((
94 *[\\/]* ) as_myself=$0 ;; 93 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96for as_dir in $PATH 95for as_dir in $PATH
97do 96do
213 212
214 if test "x$CONFIG_SHELL" != x; then : 213 if test "x$CONFIG_SHELL" != x; then :
215 # We cannot yet assume a decent shell, so we have to provide a 214 # We cannot yet assume a decent shell, so we have to provide a
216 # neutralization value for shells without unset; and this also 215 # neutralization value for shells without unset; and this also
217 # works around shells that cannot unset nonexistent variables. 216 # works around shells that cannot unset nonexistent variables.
218 # Preserve -v and -x to the replacement shell.
219 BASH_ENV=/dev/null 217 BASH_ENV=/dev/null
220 ENV=/dev/null 218 ENV=/dev/null
221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 219 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222 export CONFIG_SHELL 220 export CONFIG_SHELL
223 case $- in # ((((
224 *v*x* | *x*v* ) as_opts=-vx ;;
225 *v* ) as_opts=-v ;;
226 *x* ) as_opts=-x ;;
227 * ) as_opts= ;;
228 esac
229 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} 221 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
230fi 222fi
231 223
232 if test x$as_have_required = xno; then : 224 if test x$as_have_required = xno; then :
233 $as_echo "$0: This script requires a shell more modern than all" 225 $as_echo "$0: This script requires a shell more modern than all"
234 $as_echo "$0: the shells that I found on your system." 226 $as_echo "$0: the shells that I found on your system."
606PERLPRIVLIBEXP 598PERLPRIVLIBEXP
607PERLFLAGS 599PERLFLAGS
608PERLLIB 600PERLLIB
609PERL 601PERL
610XFT_CONFIG 602XFT_CONFIG
611AFTERIMAGE_LIBS
612AFTERIMAGE_CFLAGS
613afterimage_config
614STARTUP_NOTIFICATION_LIBS 603STARTUP_NOTIFICATION_LIBS
615STARTUP_NOTIFICATION_CFLAGS 604STARTUP_NOTIFICATION_CFLAGS
616PIXBUF_LIBS 605PIXBUF_LIBS
617PIXBUF_CFLAGS 606PIXBUF_CFLAGS
618PKG_CONFIG 607PKG_CONFIG
625CXXCPP 614CXXCPP
626RXVTNAME 615RXVTNAME
627LINKER 616LINKER
628EGREP 617EGREP
629GREP 618GREP
619CPP
630INSTALL_DATA 620INSTALL_DATA
631INSTALL_SCRIPT 621INSTALL_SCRIPT
632INSTALL_PROGRAM 622INSTALL_PROGRAM
633CPP
634ac_ct_CXX 623ac_ct_CXX
635CXXFLAGS 624CXXFLAGS
636CXX 625CXX
637OBJEXT 626OBJEXT
638EXEEXT 627EXEEXT
698enable_256_color 687enable_256_color
699enable_unicode3 688enable_unicode3
700enable_combining 689enable_combining
701enable_xft 690enable_xft
702enable_font_styles 691enable_font_styles
703enable_afterimage
704with_afterimage_config
705enable_pixbuf 692enable_pixbuf
706enable_startup_notification 693enable_startup_notification
707enable_transparency 694enable_transparency
708enable_fading 695enable_fading
709enable_rxvt_scroll 696enable_rxvt_scroll
1153 *) 1140 *)
1154 # FIXME: should be removed in autoconf 3.0. 1141 # FIXME: should be removed in autoconf 3.0.
1155 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1142 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1156 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1143 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1157 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1144 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1158 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" 1145 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1159 ;; 1146 ;;
1160 1147
1161 esac 1148 esac
1162done 1149done
1163 1150
1375 --enable-256-color enable 256-color support 1362 --enable-256-color enable 256-color support
1376 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters 1363 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
1377 --enable-combining enable composition of base and combining characters 1364 --enable-combining enable composition of base and combining characters
1378 --enable-xft enable xft support on systems that have it 1365 --enable-xft enable xft support on systems that have it
1379 --enable-font-styles enable bold and italic support 1366 --enable-font-styles enable bold and italic support
1380 --enable-afterimage enable integration with libAfterImage for background images (deprecated)
1381 --enable-pixbuf enable integration with gdk-pixbuf for background images 1367 --enable-pixbuf enable integration with gdk-pixbuf for background images
1382 --enable-startup-notification enable freedesktop startup notification support 1368 --enable-startup-notification enable freedesktop startup notification support
1383 --enable-transparency enable transparent backgrounds 1369 --enable-transparency enable transparent backgrounds
1384 --enable-fading enable colors fading when off focus 1370 --enable-fading enable colors fading when off focus
1385 --enable-rxvt-scroll enable rxvt style scrollbar 1371 --enable-rxvt-scroll enable rxvt style scrollbar
1407 --enable-lastlog enable lastlog support (requires --enable-utmp) 1393 --enable-lastlog enable lastlog support (requires --enable-utmp)
1408 1394
1409Optional Packages: 1395Optional Packages:
1410 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1396 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1411 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1397 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1412 --with-afterimage-config=DIR use libAfterImage config script in DIR
1413 --with-codesets=CS,... compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all) 1398 --with-codesets=CS,... compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)
1414 --with-res-name=NAME use this as default resource name (default: urxvt) 1399 --with-res-name=NAME use this as default resource name (default: urxvt)
1415 --with-res-class=CLASS use this as the resource class (default: URxvt) 1400 --with-res-class=CLASS use this as the resource class (default: URxvt)
1416 --with-name=NAME set the basename for the installed binaries (default: urxvt) 1401 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1417 --with-term=NAME set the terminal to NAME (default: rxvt) 1402 --with-term=NAME set the terminal to NAME (default: rxvt)
1497 1482
1498test -n "$ac_init_help" && exit $ac_status 1483test -n "$ac_init_help" && exit $ac_status
1499if $ac_init_version; then 1484if $ac_init_version; then
1500 cat <<\_ACEOF 1485 cat <<\_ACEOF
1501configure 1486configure
1502generated by GNU Autoconf 2.68 1487generated by GNU Autoconf 2.67
1503 1488
1504Copyright (C) 2010 Free Software Foundation, Inc. 1489Copyright (C) 2010 Free Software Foundation, Inc.
1505This configure script is free software; the Free Software Foundation 1490This configure script is free software; the Free Software Foundation
1506gives unlimited permission to copy, distribute and modify it. 1491gives unlimited permission to copy, distribute and modify it.
1507_ACEOF 1492_ACEOF
1543 $as_echo "$as_me: failed program was:" >&5 1528 $as_echo "$as_me: failed program was:" >&5
1544sed 's/^/| /' conftest.$ac_ext >&5 1529sed 's/^/| /' conftest.$ac_ext >&5
1545 1530
1546 ac_retval=1 1531 ac_retval=1
1547fi 1532fi
1548 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1533 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1549 as_fn_set_status $ac_retval 1534 as_fn_set_status $ac_retval
1550 1535
1551} # ac_fn_c_try_compile 1536} # ac_fn_c_try_compile
1552 1537
1553# ac_fn_cxx_try_compile LINENO 1538# ac_fn_cxx_try_compile LINENO
1581 $as_echo "$as_me: failed program was:" >&5 1566 $as_echo "$as_me: failed program was:" >&5
1582sed 's/^/| /' conftest.$ac_ext >&5 1567sed 's/^/| /' conftest.$ac_ext >&5
1583 1568
1584 ac_retval=1 1569 ac_retval=1
1585fi 1570fi
1586 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1571 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1587 as_fn_set_status $ac_retval 1572 as_fn_set_status $ac_retval
1588 1573
1589} # ac_fn_cxx_try_compile 1574} # ac_fn_cxx_try_compile
1590 1575
1591# ac_fn_c_try_cpp LINENO 1576# ac_fn_c_try_cpp LINENO
1618 $as_echo "$as_me: failed program was:" >&5 1603 $as_echo "$as_me: failed program was:" >&5
1619sed 's/^/| /' conftest.$ac_ext >&5 1604sed 's/^/| /' conftest.$ac_ext >&5
1620 1605
1621 ac_retval=1 1606 ac_retval=1
1622fi 1607fi
1623 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1608 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1624 as_fn_set_status $ac_retval 1609 as_fn_set_status $ac_retval
1625 1610
1626} # ac_fn_c_try_cpp 1611} # ac_fn_c_try_cpp
1627 1612
1628# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES 1613# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1631# the include files in INCLUDES and setting the cache variable VAR 1616# the include files in INCLUDES and setting the cache variable VAR
1632# accordingly. 1617# accordingly.
1633ac_fn_c_check_header_mongrel () 1618ac_fn_c_check_header_mongrel ()
1634{ 1619{
1635 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1620 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1636 if eval \${$3+:} false; then : 1621 if eval "test \"\${$3+set}\"" = set; then :
1637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1638$as_echo_n "checking for $2... " >&6; } 1623$as_echo_n "checking for $2... " >&6; }
1639if eval \${$3+:} false; then : 1624if eval "test \"\${$3+set}\"" = set; then :
1640 $as_echo_n "(cached) " >&6 1625 $as_echo_n "(cached) " >&6
1641fi 1626fi
1642eval ac_res=\$$3 1627eval ac_res=\$$3
1643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1644$as_echo "$ac_res" >&6; } 1629$as_echo "$ac_res" >&6; }
1697$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1682$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1698 ;; 1683 ;;
1699esac 1684esac
1700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1701$as_echo_n "checking for $2... " >&6; } 1686$as_echo_n "checking for $2... " >&6; }
1702if eval \${$3+:} false; then : 1687if eval "test \"\${$3+set}\"" = set; then :
1703 $as_echo_n "(cached) " >&6 1688 $as_echo_n "(cached) " >&6
1704else 1689else
1705 eval "$3=\$ac_header_compiler" 1690 eval "$3=\$ac_header_compiler"
1706fi 1691fi
1707eval ac_res=\$$3 1692eval ac_res=\$$3
1708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1709$as_echo "$ac_res" >&6; } 1694$as_echo "$ac_res" >&6; }
1710fi 1695fi
1711 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1696 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1712 1697
1713} # ac_fn_c_check_header_mongrel 1698} # ac_fn_c_check_header_mongrel
1714 1699
1715# ac_fn_c_try_run LINENO 1700# ac_fn_c_try_run LINENO
1716# ---------------------- 1701# ----------------------
1747sed 's/^/| /' conftest.$ac_ext >&5 1732sed 's/^/| /' conftest.$ac_ext >&5
1748 1733
1749 ac_retval=$ac_status 1734 ac_retval=$ac_status
1750fi 1735fi
1751 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1736 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1752 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1737 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1753 as_fn_set_status $ac_retval 1738 as_fn_set_status $ac_retval
1754 1739
1755} # ac_fn_c_try_run 1740} # ac_fn_c_try_run
1756 1741
1757# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES 1742# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1761ac_fn_c_check_header_compile () 1746ac_fn_c_check_header_compile ()
1762{ 1747{
1763 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1748 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1765$as_echo_n "checking for $2... " >&6; } 1750$as_echo_n "checking for $2... " >&6; }
1766if eval \${$3+:} false; then : 1751if eval "test \"\${$3+set}\"" = set; then :
1767 $as_echo_n "(cached) " >&6 1752 $as_echo_n "(cached) " >&6
1768else 1753else
1769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1770/* end confdefs.h. */ 1755/* end confdefs.h. */
1771$4 1756$4
1779rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1764rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1780fi 1765fi
1781eval ac_res=\$$3 1766eval ac_res=\$$3
1782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1783$as_echo "$ac_res" >&6; } 1768$as_echo "$ac_res" >&6; }
1784 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1769 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1785 1770
1786} # ac_fn_c_check_header_compile 1771} # ac_fn_c_check_header_compile
1787 1772
1788# ac_fn_c_try_link LINENO 1773# ac_fn_c_try_link LINENO
1789# ----------------------- 1774# -----------------------
1824 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 1809 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1825 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 1810 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1826 # interfere with the next link command; also delete a directory that is 1811 # interfere with the next link command; also delete a directory that is
1827 # left behind by Apple's compiler. We do this before executing the actions. 1812 # left behind by Apple's compiler. We do this before executing the actions.
1828 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1813 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1829 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1814 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1830 as_fn_set_status $ac_retval 1815 as_fn_set_status $ac_retval
1831 1816
1832} # ac_fn_c_try_link 1817} # ac_fn_c_try_link
1833 1818
1834# ac_fn_cxx_try_link LINENO 1819# ac_fn_cxx_try_link LINENO
1870 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 1855 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1871 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 1856 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1872 # interfere with the next link command; also delete a directory that is 1857 # interfere with the next link command; also delete a directory that is
1873 # left behind by Apple's compiler. We do this before executing the actions. 1858 # left behind by Apple's compiler. We do this before executing the actions.
1874 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1859 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1875 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1860 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1876 as_fn_set_status $ac_retval 1861 as_fn_set_status $ac_retval
1877 1862
1878} # ac_fn_cxx_try_link 1863} # ac_fn_cxx_try_link
1879 1864
1880# ac_fn_cxx_try_cpp LINENO 1865# ac_fn_cxx_try_cpp LINENO
1907 $as_echo "$as_me: failed program was:" >&5 1892 $as_echo "$as_me: failed program was:" >&5
1908sed 's/^/| /' conftest.$ac_ext >&5 1893sed 's/^/| /' conftest.$ac_ext >&5
1909 1894
1910 ac_retval=1 1895 ac_retval=1
1911fi 1896fi
1912 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1897 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1913 as_fn_set_status $ac_retval 1898 as_fn_set_status $ac_retval
1914 1899
1915} # ac_fn_cxx_try_cpp 1900} # ac_fn_cxx_try_cpp
1916 1901
1917# ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES 1902# ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES
1920# the include files in INCLUDES and setting the cache variable VAR 1905# the include files in INCLUDES and setting the cache variable VAR
1921# accordingly. 1906# accordingly.
1922ac_fn_cxx_check_header_mongrel () 1907ac_fn_cxx_check_header_mongrel ()
1923{ 1908{
1924 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1909 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1925 if eval \${$3+:} false; then : 1910 if eval "test \"\${$3+set}\"" = set; then :
1926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1927$as_echo_n "checking for $2... " >&6; } 1912$as_echo_n "checking for $2... " >&6; }
1928if eval \${$3+:} false; then : 1913if eval "test \"\${$3+set}\"" = set; then :
1929 $as_echo_n "(cached) " >&6 1914 $as_echo_n "(cached) " >&6
1930fi 1915fi
1931eval ac_res=\$$3 1916eval ac_res=\$$3
1932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1933$as_echo "$ac_res" >&6; } 1918$as_echo "$ac_res" >&6; }
1986$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1971$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1987 ;; 1972 ;;
1988esac 1973esac
1989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1990$as_echo_n "checking for $2... " >&6; } 1975$as_echo_n "checking for $2... " >&6; }
1991if eval \${$3+:} false; then : 1976if eval "test \"\${$3+set}\"" = set; then :
1992 $as_echo_n "(cached) " >&6 1977 $as_echo_n "(cached) " >&6
1993else 1978else
1994 eval "$3=\$ac_header_compiler" 1979 eval "$3=\$ac_header_compiler"
1995fi 1980fi
1996eval ac_res=\$$3 1981eval ac_res=\$$3
1997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1998$as_echo "$ac_res" >&6; } 1983$as_echo "$ac_res" >&6; }
1999fi 1984fi
2000 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1985 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2001 1986
2002} # ac_fn_cxx_check_header_mongrel 1987} # ac_fn_cxx_check_header_mongrel
2003 1988
2004# ac_fn_cxx_check_func LINENO FUNC VAR 1989# ac_fn_cxx_check_func LINENO FUNC VAR
2005# ------------------------------------ 1990# ------------------------------------
2007ac_fn_cxx_check_func () 1992ac_fn_cxx_check_func ()
2008{ 1993{
2009 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1994 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2011$as_echo_n "checking for $2... " >&6; } 1996$as_echo_n "checking for $2... " >&6; }
2012if eval \${$3+:} false; then : 1997if eval "test \"\${$3+set}\"" = set; then :
2013 $as_echo_n "(cached) " >&6 1998 $as_echo_n "(cached) " >&6
2014else 1999else
2015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2016/* end confdefs.h. */ 2001/* end confdefs.h. */
2017/* Define $2 to an innocuous variant, in case <limits.h> declares $2. 2002/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2062 conftest$ac_exeext conftest.$ac_ext 2047 conftest$ac_exeext conftest.$ac_ext
2063fi 2048fi
2064eval ac_res=\$$3 2049eval ac_res=\$$3
2065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2066$as_echo "$ac_res" >&6; } 2051$as_echo "$ac_res" >&6; }
2067 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2052 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2068 2053
2069} # ac_fn_cxx_check_func 2054} # ac_fn_cxx_check_func
2070 2055
2071# ac_fn_cxx_check_type LINENO TYPE VAR INCLUDES 2056# ac_fn_cxx_check_type LINENO TYPE VAR INCLUDES
2072# --------------------------------------------- 2057# ---------------------------------------------
2075ac_fn_cxx_check_type () 2060ac_fn_cxx_check_type ()
2076{ 2061{
2077 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2062 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2079$as_echo_n "checking for $2... " >&6; } 2064$as_echo_n "checking for $2... " >&6; }
2080if eval \${$3+:} false; then : 2065if eval "test \"\${$3+set}\"" = set; then :
2081 $as_echo_n "(cached) " >&6 2066 $as_echo_n "(cached) " >&6
2082else 2067else
2083 eval "$3=no" 2068 eval "$3=no"
2084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2085/* end confdefs.h. */ 2070/* end confdefs.h. */
2116rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2101rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2117fi 2102fi
2118eval ac_res=\$$3 2103eval ac_res=\$$3
2119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2120$as_echo "$ac_res" >&6; } 2105$as_echo "$ac_res" >&6; }
2121 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2106 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2122 2107
2123} # ac_fn_cxx_check_type 2108} # ac_fn_cxx_check_type
2124 2109
2125# ac_fn_c_find_intX_t LINENO BITS VAR 2110# ac_fn_c_find_intX_t LINENO BITS VAR
2126# ----------------------------------- 2111# -----------------------------------
2129ac_fn_c_find_intX_t () 2114ac_fn_c_find_intX_t ()
2130{ 2115{
2131 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2116 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for int$2_t" >&5 2117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for int$2_t" >&5
2133$as_echo_n "checking for int$2_t... " >&6; } 2118$as_echo_n "checking for int$2_t... " >&6; }
2134if eval \${$3+:} false; then : 2119if eval "test \"\${$3+set}\"" = set; then :
2135 $as_echo_n "(cached) " >&6 2120 $as_echo_n "(cached) " >&6
2136else 2121else
2137 eval "$3=no" 2122 eval "$3=no"
2138 # Order is important - never check a type that is potentially smaller 2123 # Order is important - never check a type that is potentially smaller
2139 # than half of the expected target width. 2124 # than half of the expected target width.
2190 done 2175 done
2191fi 2176fi
2192eval ac_res=\$$3 2177eval ac_res=\$$3
2193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2194$as_echo "$ac_res" >&6; } 2179$as_echo "$ac_res" >&6; }
2195 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2180 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2196 2181
2197} # ac_fn_c_find_intX_t 2182} # ac_fn_c_find_intX_t
2198 2183
2199# ac_fn_c_find_uintX_t LINENO BITS VAR 2184# ac_fn_c_find_uintX_t LINENO BITS VAR
2200# ------------------------------------ 2185# ------------------------------------
2203ac_fn_c_find_uintX_t () 2188ac_fn_c_find_uintX_t ()
2204{ 2189{
2205 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2190 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5 2191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
2207$as_echo_n "checking for uint$2_t... " >&6; } 2192$as_echo_n "checking for uint$2_t... " >&6; }
2208if eval \${$3+:} false; then : 2193if eval "test \"\${$3+set}\"" = set; then :
2209 $as_echo_n "(cached) " >&6 2194 $as_echo_n "(cached) " >&6
2210else 2195else
2211 eval "$3=no" 2196 eval "$3=no"
2212 # Order is important - never check a type that is potentially smaller 2197 # Order is important - never check a type that is potentially smaller
2213 # than half of the expected target width. 2198 # than half of the expected target width.
2243 done 2228 done
2244fi 2229fi
2245eval ac_res=\$$3 2230eval ac_res=\$$3
2246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2247$as_echo "$ac_res" >&6; } 2232$as_echo "$ac_res" >&6; }
2248 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2233 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2249 2234
2250} # ac_fn_c_find_uintX_t 2235} # ac_fn_c_find_uintX_t
2251 2236
2252# ac_fn_cxx_try_run LINENO 2237# ac_fn_cxx_try_run LINENO
2253# ------------------------ 2238# ------------------------
2284sed 's/^/| /' conftest.$ac_ext >&5 2269sed 's/^/| /' conftest.$ac_ext >&5
2285 2270
2286 ac_retval=$ac_status 2271 ac_retval=$ac_status
2287fi 2272fi
2288 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 2273 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2289 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2274 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2290 as_fn_set_status $ac_retval 2275 as_fn_set_status $ac_retval
2291 2276
2292} # ac_fn_cxx_try_run 2277} # ac_fn_cxx_try_run
2293cat >config.log <<_ACEOF 2278cat >config.log <<_ACEOF
2294This file contains any messages produced by compilers while 2279This file contains any messages produced by compilers while
2295running configure, to aid debugging if configure makes a mistake. 2280running configure, to aid debugging if configure makes a mistake.
2296 2281
2297It was created by $as_me, which was 2282It was created by $as_me, which was
2298generated by GNU Autoconf 2.68. Invocation command line was 2283generated by GNU Autoconf 2.67. Invocation command line was
2299 2284
2300 $ $0 $@ 2285 $ $0 $@
2301 2286
2302_ACEOF 2287_ACEOF
2303exec 5>>config.log 2288exec 5>>config.log
2551 sed 's/^/| /' "$ac_site_file" >&5 2536 sed 's/^/| /' "$ac_site_file" >&5
2552 . "$ac_site_file" \ 2537 . "$ac_site_file" \
2553 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2538 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2554$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2539$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2555as_fn_error $? "failed to load site script $ac_site_file 2540as_fn_error $? "failed to load site script $ac_site_file
2556See \`config.log' for more details" "$LINENO" 5; } 2541See \`config.log' for more details" "$LINENO" 5 ; }
2557 fi 2542 fi
2558done 2543done
2559 2544
2560if test -r "$cache_file"; then 2545if test -r "$cache_file"; then
2561 # Some versions of bash will fail to source /dev/null (special files 2546 # Some versions of bash will fail to source /dev/null (special files
2680$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 2665$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2681 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 2666 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2682 2667
2683{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 2668{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2684$as_echo_n "checking build system type... " >&6; } 2669$as_echo_n "checking build system type... " >&6; }
2685if ${ac_cv_build+:} false; then : 2670if test "${ac_cv_build+set}" = set; then :
2686 $as_echo_n "(cached) " >&6 2671 $as_echo_n "(cached) " >&6
2687else 2672else
2688 ac_build_alias=$build_alias 2673 ac_build_alias=$build_alias
2689test "x$ac_build_alias" = x && 2674test "x$ac_build_alias" = x &&
2690 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 2675 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2696fi 2681fi
2697{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 2682{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2698$as_echo "$ac_cv_build" >&6; } 2683$as_echo "$ac_cv_build" >&6; }
2699case $ac_cv_build in 2684case $ac_cv_build in
2700*-*-*) ;; 2685*-*-*) ;;
2701*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; 2686*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
2702esac 2687esac
2703build=$ac_cv_build 2688build=$ac_cv_build
2704ac_save_IFS=$IFS; IFS='-' 2689ac_save_IFS=$IFS; IFS='-'
2705set x $ac_cv_build 2690set x $ac_cv_build
2706shift 2691shift
2714case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 2699case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2715 2700
2716 2701
2717{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 2702{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2718$as_echo_n "checking host system type... " >&6; } 2703$as_echo_n "checking host system type... " >&6; }
2719if ${ac_cv_host+:} false; then : 2704if test "${ac_cv_host+set}" = set; then :
2720 $as_echo_n "(cached) " >&6 2705 $as_echo_n "(cached) " >&6
2721else 2706else
2722 if test "x$host_alias" = x; then 2707 if test "x$host_alias" = x; then
2723 ac_cv_host=$ac_cv_build 2708 ac_cv_host=$ac_cv_build
2724else 2709else
2729fi 2714fi
2730{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 2715{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2731$as_echo "$ac_cv_host" >&6; } 2716$as_echo "$ac_cv_host" >&6; }
2732case $ac_cv_host in 2717case $ac_cv_host in
2733*-*-*) ;; 2718*-*-*) ;;
2734*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; 2719*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
2735esac 2720esac
2736host=$ac_cv_host 2721host=$ac_cv_host
2737ac_save_IFS=$IFS; IFS='-' 2722ac_save_IFS=$IFS; IFS='-'
2738set x $ac_cv_host 2723set x $ac_cv_host
2739shift 2724shift
2765if test -n "$ac_tool_prefix"; then 2750if test -n "$ac_tool_prefix"; then
2766 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2751 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2767set dummy ${ac_tool_prefix}gcc; ac_word=$2 2752set dummy ${ac_tool_prefix}gcc; ac_word=$2
2768{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2753{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2769$as_echo_n "checking for $ac_word... " >&6; } 2754$as_echo_n "checking for $ac_word... " >&6; }
2770if ${ac_cv_prog_CC+:} false; then : 2755if test "${ac_cv_prog_CC+set}" = set; then :
2771 $as_echo_n "(cached) " >&6 2756 $as_echo_n "(cached) " >&6
2772else 2757else
2773 if test -n "$CC"; then 2758 if test -n "$CC"; then
2774 ac_cv_prog_CC="$CC" # Let the user override the test. 2759 ac_cv_prog_CC="$CC" # Let the user override the test.
2775else 2760else
2805 ac_ct_CC=$CC 2790 ac_ct_CC=$CC
2806 # Extract the first word of "gcc", so it can be a program name with args. 2791 # Extract the first word of "gcc", so it can be a program name with args.
2807set dummy gcc; ac_word=$2 2792set dummy gcc; ac_word=$2
2808{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2793{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2809$as_echo_n "checking for $ac_word... " >&6; } 2794$as_echo_n "checking for $ac_word... " >&6; }
2810if ${ac_cv_prog_ac_ct_CC+:} false; then : 2795if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2811 $as_echo_n "(cached) " >&6 2796 $as_echo_n "(cached) " >&6
2812else 2797else
2813 if test -n "$ac_ct_CC"; then 2798 if test -n "$ac_ct_CC"; then
2814 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2799 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2815else 2800else
2858 if test -n "$ac_tool_prefix"; then 2843 if test -n "$ac_tool_prefix"; then
2859 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2844 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2860set dummy ${ac_tool_prefix}cc; ac_word=$2 2845set dummy ${ac_tool_prefix}cc; ac_word=$2
2861{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2846{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2862$as_echo_n "checking for $ac_word... " >&6; } 2847$as_echo_n "checking for $ac_word... " >&6; }
2863if ${ac_cv_prog_CC+:} false; then : 2848if test "${ac_cv_prog_CC+set}" = set; then :
2864 $as_echo_n "(cached) " >&6 2849 $as_echo_n "(cached) " >&6
2865else 2850else
2866 if test -n "$CC"; then 2851 if test -n "$CC"; then
2867 ac_cv_prog_CC="$CC" # Let the user override the test. 2852 ac_cv_prog_CC="$CC" # Let the user override the test.
2868else 2853else
2898if test -z "$CC"; then 2883if test -z "$CC"; then
2899 # Extract the first word of "cc", so it can be a program name with args. 2884 # Extract the first word of "cc", so it can be a program name with args.
2900set dummy cc; ac_word=$2 2885set dummy cc; ac_word=$2
2901{ $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
2902$as_echo_n "checking for $ac_word... " >&6; } 2887$as_echo_n "checking for $ac_word... " >&6; }
2903if ${ac_cv_prog_CC+:} false; then : 2888if test "${ac_cv_prog_CC+set}" = set; then :
2904 $as_echo_n "(cached) " >&6 2889 $as_echo_n "(cached) " >&6
2905else 2890else
2906 if test -n "$CC"; then 2891 if test -n "$CC"; then
2907 ac_cv_prog_CC="$CC" # Let the user override the test. 2892 ac_cv_prog_CC="$CC" # Let the user override the test.
2908else 2893else
2957 do 2942 do
2958 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2943 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2959set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2944set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2960{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2945{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2961$as_echo_n "checking for $ac_word... " >&6; } 2946$as_echo_n "checking for $ac_word... " >&6; }
2962if ${ac_cv_prog_CC+:} false; then : 2947if test "${ac_cv_prog_CC+set}" = set; then :
2963 $as_echo_n "(cached) " >&6 2948 $as_echo_n "(cached) " >&6
2964else 2949else
2965 if test -n "$CC"; then 2950 if test -n "$CC"; then
2966 ac_cv_prog_CC="$CC" # Let the user override the test. 2951 ac_cv_prog_CC="$CC" # Let the user override the test.
2967else 2952else
3001do 2986do
3002 # Extract the first word of "$ac_prog", so it can be a program name with args. 2987 # Extract the first word of "$ac_prog", so it can be a program name with args.
3003set dummy $ac_prog; ac_word=$2 2988set dummy $ac_prog; ac_word=$2
3004{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2989{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3005$as_echo_n "checking for $ac_word... " >&6; } 2990$as_echo_n "checking for $ac_word... " >&6; }
3006if ${ac_cv_prog_ac_ct_CC+:} false; then : 2991if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3007 $as_echo_n "(cached) " >&6 2992 $as_echo_n "(cached) " >&6
3008else 2993else
3009 if test -n "$ac_ct_CC"; then 2994 if test -n "$ac_ct_CC"; then
3010 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2995 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3011else 2996else
3056 3041
3057 3042
3058test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3043test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3059$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3044$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3060as_fn_error $? "no acceptable C compiler found in \$PATH 3045as_fn_error $? "no acceptable C compiler found in \$PATH
3061See \`config.log' for more details" "$LINENO" 5; } 3046See \`config.log' for more details" "$LINENO" 5 ; }
3062 3047
3063# Provide some information about the compiler. 3048# Provide some information about the compiler.
3064$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 3049$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3065set X $ac_compile 3050set X $ac_compile
3066ac_compiler=$2 3051ac_compiler=$2
3171sed 's/^/| /' conftest.$ac_ext >&5 3156sed 's/^/| /' conftest.$ac_ext >&5
3172 3157
3173{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3158{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3174$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3159$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3175as_fn_error 77 "C compiler cannot create executables 3160as_fn_error 77 "C compiler cannot create executables
3176See \`config.log' for more details" "$LINENO" 5; } 3161See \`config.log' for more details" "$LINENO" 5 ; }
3177else 3162else
3178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 3163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3179$as_echo "yes" >&6; } 3164$as_echo "yes" >&6; }
3180fi 3165fi
3181{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 3166{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3214done 3199done
3215else 3200else
3216 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3201 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3217$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3202$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3218as_fn_error $? "cannot compute suffix of executables: cannot compile and link 3203as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3219See \`config.log' for more details" "$LINENO" 5; } 3204See \`config.log' for more details" "$LINENO" 5 ; }
3220fi 3205fi
3221rm -f conftest conftest$ac_cv_exeext 3206rm -f conftest conftest$ac_cv_exeext
3222{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 3207{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3223$as_echo "$ac_cv_exeext" >&6; } 3208$as_echo "$ac_cv_exeext" >&6; }
3224 3209
3273 else 3258 else
3274 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3259 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3275$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3260$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3276as_fn_error $? "cannot run C compiled programs. 3261as_fn_error $? "cannot run C compiled programs.
3277If you meant to cross compile, use \`--host'. 3262If you meant to cross compile, use \`--host'.
3278See \`config.log' for more details" "$LINENO" 5; } 3263See \`config.log' for more details" "$LINENO" 5 ; }
3279 fi 3264 fi
3280 fi 3265 fi
3281fi 3266fi
3282{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 3267{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3283$as_echo "$cross_compiling" >&6; } 3268$as_echo "$cross_compiling" >&6; }
3284 3269
3285rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out 3270rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3286ac_clean_files=$ac_clean_files_save 3271ac_clean_files=$ac_clean_files_save
3287{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 3272{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3288$as_echo_n "checking for suffix of object files... " >&6; } 3273$as_echo_n "checking for suffix of object files... " >&6; }
3289if ${ac_cv_objext+:} false; then : 3274if test "${ac_cv_objext+set}" = set; then :
3290 $as_echo_n "(cached) " >&6 3275 $as_echo_n "(cached) " >&6
3291else 3276else
3292 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3293/* end confdefs.h. */ 3278/* end confdefs.h. */
3294 3279
3325sed 's/^/| /' conftest.$ac_ext >&5 3310sed 's/^/| /' conftest.$ac_ext >&5
3326 3311
3327{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3312{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3328$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3313$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3329as_fn_error $? "cannot compute suffix of object files: cannot compile 3314as_fn_error $? "cannot compute suffix of object files: cannot compile
3330See \`config.log' for more details" "$LINENO" 5; } 3315See \`config.log' for more details" "$LINENO" 5 ; }
3331fi 3316fi
3332rm -f conftest.$ac_cv_objext conftest.$ac_ext 3317rm -f conftest.$ac_cv_objext conftest.$ac_ext
3333fi 3318fi
3334{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 3319{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3335$as_echo "$ac_cv_objext" >&6; } 3320$as_echo "$ac_cv_objext" >&6; }
3336OBJEXT=$ac_cv_objext 3321OBJEXT=$ac_cv_objext
3337ac_objext=$OBJEXT 3322ac_objext=$OBJEXT
3338{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 3323{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3339$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 3324$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3340if ${ac_cv_c_compiler_gnu+:} false; then : 3325if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3341 $as_echo_n "(cached) " >&6 3326 $as_echo_n "(cached) " >&6
3342else 3327else
3343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3344/* end confdefs.h. */ 3329/* end confdefs.h. */
3345 3330
3372fi 3357fi
3373ac_test_CFLAGS=${CFLAGS+set} 3358ac_test_CFLAGS=${CFLAGS+set}
3374ac_save_CFLAGS=$CFLAGS 3359ac_save_CFLAGS=$CFLAGS
3375{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 3360{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3376$as_echo_n "checking whether $CC accepts -g... " >&6; } 3361$as_echo_n "checking whether $CC accepts -g... " >&6; }
3377if ${ac_cv_prog_cc_g+:} false; then : 3362if test "${ac_cv_prog_cc_g+set}" = set; then :
3378 $as_echo_n "(cached) " >&6 3363 $as_echo_n "(cached) " >&6
3379else 3364else
3380 ac_save_c_werror_flag=$ac_c_werror_flag 3365 ac_save_c_werror_flag=$ac_c_werror_flag
3381 ac_c_werror_flag=yes 3366 ac_c_werror_flag=yes
3382 ac_cv_prog_cc_g=no 3367 ac_cv_prog_cc_g=no
3450 CFLAGS= 3435 CFLAGS=
3451 fi 3436 fi
3452fi 3437fi
3453{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 3438{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3454$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 3439$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3455if ${ac_cv_prog_cc_c89+:} false; then : 3440if test "${ac_cv_prog_cc_c89+set}" = set; then :
3456 $as_echo_n "(cached) " >&6 3441 $as_echo_n "(cached) " >&6
3457else 3442else
3458 ac_cv_prog_cc_c89=no 3443 ac_cv_prog_cc_c89=no
3459ac_save_CC=$CC 3444ac_save_CC=$CC
3460cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3445cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3561 do 3546 do
3562 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3547 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3563set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3548set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3564{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3549{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3565$as_echo_n "checking for $ac_word... " >&6; } 3550$as_echo_n "checking for $ac_word... " >&6; }
3566if ${ac_cv_prog_CXX+:} false; then : 3551if test "${ac_cv_prog_CXX+set}" = set; then :
3567 $as_echo_n "(cached) " >&6 3552 $as_echo_n "(cached) " >&6
3568else 3553else
3569 if test -n "$CXX"; then 3554 if test -n "$CXX"; then
3570 ac_cv_prog_CXX="$CXX" # Let the user override the test. 3555 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3571else 3556else
3605do 3590do
3606 # Extract the first word of "$ac_prog", so it can be a program name with args. 3591 # Extract the first word of "$ac_prog", so it can be a program name with args.
3607set dummy $ac_prog; ac_word=$2 3592set dummy $ac_prog; ac_word=$2
3608{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3593{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3609$as_echo_n "checking for $ac_word... " >&6; } 3594$as_echo_n "checking for $ac_word... " >&6; }
3610if ${ac_cv_prog_ac_ct_CXX+:} false; then : 3595if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3611 $as_echo_n "(cached) " >&6 3596 $as_echo_n "(cached) " >&6
3612else 3597else
3613 if test -n "$ac_ct_CXX"; then 3598 if test -n "$ac_ct_CXX"; then
3614 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. 3599 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3615else 3600else
3683 test $ac_status = 0; } 3668 test $ac_status = 0; }
3684done 3669done
3685 3670
3686{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 3671{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3687$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 3672$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3688if ${ac_cv_cxx_compiler_gnu+:} false; then : 3673if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3689 $as_echo_n "(cached) " >&6 3674 $as_echo_n "(cached) " >&6
3690else 3675else
3691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3692/* end confdefs.h. */ 3677/* end confdefs.h. */
3693 3678
3720fi 3705fi
3721ac_test_CXXFLAGS=${CXXFLAGS+set} 3706ac_test_CXXFLAGS=${CXXFLAGS+set}
3722ac_save_CXXFLAGS=$CXXFLAGS 3707ac_save_CXXFLAGS=$CXXFLAGS
3723{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 3708{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3724$as_echo_n "checking whether $CXX accepts -g... " >&6; } 3709$as_echo_n "checking whether $CXX accepts -g... " >&6; }
3725if ${ac_cv_prog_cxx_g+:} false; then : 3710if test "${ac_cv_prog_cxx_g+set}" = set; then :
3726 $as_echo_n "(cached) " >&6 3711 $as_echo_n "(cached) " >&6
3727else 3712else
3728 ac_save_cxx_werror_flag=$ac_cxx_werror_flag 3713 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3729 ac_cxx_werror_flag=yes 3714 ac_cxx_werror_flag=yes
3730 ac_cv_prog_cxx_g=no 3715 ac_cv_prog_cxx_g=no
3796 CXXFLAGS="-O2" 3781 CXXFLAGS="-O2"
3797 else 3782 else
3798 CXXFLAGS= 3783 CXXFLAGS=
3799 fi 3784 fi
3800fi 3785fi
3801ac_ext=c
3802ac_cpp='$CPP $CPPFLAGS'
3803ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3804ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3805ac_compiler_gnu=$ac_cv_c_compiler_gnu
3806
3807ac_ext=c
3808ac_cpp='$CPP $CPPFLAGS'
3809ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3810ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3811ac_compiler_gnu=$ac_cv_c_compiler_gnu
3812{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3813$as_echo_n "checking how to run the C preprocessor... " >&6; }
3814# On Suns, sometimes $CPP names a directory.
3815if test -n "$CPP" && test -d "$CPP"; then
3816 CPP=
3817fi
3818if test -z "$CPP"; then
3819 if ${ac_cv_prog_CPP+:} false; then :
3820 $as_echo_n "(cached) " >&6
3821else
3822 # Double quotes because CPP needs to be expanded
3823 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3824 do
3825 ac_preproc_ok=false
3826for ac_c_preproc_warn_flag in '' yes
3827do
3828 # Use a header file that comes with gcc, so configuring glibc
3829 # with a fresh cross-compiler works.
3830 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3831 # <limits.h> exists even on freestanding compilers.
3832 # On the NeXT, cc -E runs the code through the compiler's parser,
3833 # not just through cpp. "Syntax error" is here to catch this case.
3834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3835/* end confdefs.h. */
3836#ifdef __STDC__
3837# include <limits.h>
3838#else
3839# include <assert.h>
3840#endif
3841 Syntax error
3842_ACEOF
3843if ac_fn_c_try_cpp "$LINENO"; then :
3844
3845else
3846 # Broken: fails on valid input.
3847continue
3848fi
3849rm -f conftest.err conftest.i conftest.$ac_ext
3850
3851 # OK, works on sane cases. Now check whether nonexistent headers
3852 # can be detected and how.
3853 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3854/* end confdefs.h. */
3855#include <ac_nonexistent.h>
3856_ACEOF
3857if ac_fn_c_try_cpp "$LINENO"; then :
3858 # Broken: success on invalid input.
3859continue
3860else
3861 # Passes both tests.
3862ac_preproc_ok=:
3863break
3864fi
3865rm -f conftest.err conftest.i conftest.$ac_ext
3866
3867done
3868# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3869rm -f conftest.i conftest.err conftest.$ac_ext
3870if $ac_preproc_ok; then :
3871 break
3872fi
3873
3874 done
3875 ac_cv_prog_CPP=$CPP
3876
3877fi
3878 CPP=$ac_cv_prog_CPP
3879else
3880 ac_cv_prog_CPP=$CPP
3881fi
3882{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3883$as_echo "$CPP" >&6; }
3884ac_preproc_ok=false
3885for ac_c_preproc_warn_flag in '' yes
3886do
3887 # Use a header file that comes with gcc, so configuring glibc
3888 # with a fresh cross-compiler works.
3889 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3890 # <limits.h> exists even on freestanding compilers.
3891 # On the NeXT, cc -E runs the code through the compiler's parser,
3892 # not just through cpp. "Syntax error" is here to catch this case.
3893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3894/* end confdefs.h. */
3895#ifdef __STDC__
3896# include <limits.h>
3897#else
3898# include <assert.h>
3899#endif
3900 Syntax error
3901_ACEOF
3902if ac_fn_c_try_cpp "$LINENO"; then :
3903
3904else
3905 # Broken: fails on valid input.
3906continue
3907fi
3908rm -f conftest.err conftest.i conftest.$ac_ext
3909
3910 # OK, works on sane cases. Now check whether nonexistent headers
3911 # can be detected and how.
3912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3913/* end confdefs.h. */
3914#include <ac_nonexistent.h>
3915_ACEOF
3916if ac_fn_c_try_cpp "$LINENO"; then :
3917 # Broken: success on invalid input.
3918continue
3919else
3920 # Passes both tests.
3921ac_preproc_ok=:
3922break
3923fi
3924rm -f conftest.err conftest.i conftest.$ac_ext
3925
3926done
3927# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3928rm -f conftest.i conftest.err conftest.$ac_ext
3929if $ac_preproc_ok; then :
3930
3931else
3932 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3933$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3934as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3935See \`config.log' for more details" "$LINENO" 5; }
3936fi
3937
3938ac_ext=c 3786ac_ext=c
3939ac_cpp='$CPP $CPPFLAGS' 3787ac_cpp='$CPP $CPPFLAGS'
3940ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3788ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3941ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3789ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3942ac_compiler_gnu=$ac_cv_c_compiler_gnu 3790ac_compiler_gnu=$ac_cv_c_compiler_gnu
3956# ./install, which can be erroneously created by make from ./install.sh. 3804# ./install, which can be erroneously created by make from ./install.sh.
3957# Reject install programs that cannot install multiple files. 3805# Reject install programs that cannot install multiple files.
3958{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 3806{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3959$as_echo_n "checking for a BSD-compatible install... " >&6; } 3807$as_echo_n "checking for a BSD-compatible install... " >&6; }
3960if test -z "$INSTALL"; then 3808if test -z "$INSTALL"; then
3961if ${ac_cv_path_install+:} false; then : 3809if test "${ac_cv_path_install+set}" = set; then :
3962 $as_echo_n "(cached) " >&6 3810 $as_echo_n "(cached) " >&6
3963else 3811else
3964 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3965for as_dir in $PATH 3813for as_dir in $PATH
3966do 3814do
4034 3882
4035test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 3883test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4036 3884
4037 3885
4038 3886
3887ac_ext=c
3888ac_cpp='$CPP $CPPFLAGS'
3889ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3890ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3891ac_compiler_gnu=$ac_cv_c_compiler_gnu
3892{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3893$as_echo_n "checking how to run the C preprocessor... " >&6; }
3894# On Suns, sometimes $CPP names a directory.
3895if test -n "$CPP" && test -d "$CPP"; then
3896 CPP=
3897fi
3898if test -z "$CPP"; then
3899 if test "${ac_cv_prog_CPP+set}" = set; then :
3900 $as_echo_n "(cached) " >&6
3901else
3902 # Double quotes because CPP needs to be expanded
3903 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3904 do
3905 ac_preproc_ok=false
3906for ac_c_preproc_warn_flag in '' yes
3907do
3908 # Use a header file that comes with gcc, so configuring glibc
3909 # with a fresh cross-compiler works.
3910 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3911 # <limits.h> exists even on freestanding compilers.
3912 # On the NeXT, cc -E runs the code through the compiler's parser,
3913 # not just through cpp. "Syntax error" is here to catch this case.
3914 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3915/* end confdefs.h. */
3916#ifdef __STDC__
3917# include <limits.h>
3918#else
3919# include <assert.h>
3920#endif
3921 Syntax error
3922_ACEOF
3923if ac_fn_c_try_cpp "$LINENO"; then :
3924
3925else
3926 # Broken: fails on valid input.
3927continue
3928fi
3929rm -f conftest.err conftest.i conftest.$ac_ext
3930
3931 # OK, works on sane cases. Now check whether nonexistent headers
3932 # can be detected and how.
3933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3934/* end confdefs.h. */
3935#include <ac_nonexistent.h>
3936_ACEOF
3937if ac_fn_c_try_cpp "$LINENO"; then :
3938 # Broken: success on invalid input.
3939continue
3940else
3941 # Passes both tests.
3942ac_preproc_ok=:
3943break
3944fi
3945rm -f conftest.err conftest.i conftest.$ac_ext
3946
3947done
3948# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3949rm -f conftest.i conftest.err conftest.$ac_ext
3950if $ac_preproc_ok; then :
3951 break
3952fi
3953
3954 done
3955 ac_cv_prog_CPP=$CPP
3956
3957fi
3958 CPP=$ac_cv_prog_CPP
3959else
3960 ac_cv_prog_CPP=$CPP
3961fi
3962{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3963$as_echo "$CPP" >&6; }
3964ac_preproc_ok=false
3965for ac_c_preproc_warn_flag in '' yes
3966do
3967 # Use a header file that comes with gcc, so configuring glibc
3968 # with a fresh cross-compiler works.
3969 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3970 # <limits.h> exists even on freestanding compilers.
3971 # On the NeXT, cc -E runs the code through the compiler's parser,
3972 # not just through cpp. "Syntax error" is here to catch this case.
3973 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3974/* end confdefs.h. */
3975#ifdef __STDC__
3976# include <limits.h>
3977#else
3978# include <assert.h>
3979#endif
3980 Syntax error
3981_ACEOF
3982if ac_fn_c_try_cpp "$LINENO"; then :
3983
3984else
3985 # Broken: fails on valid input.
3986continue
3987fi
3988rm -f conftest.err conftest.i conftest.$ac_ext
3989
3990 # OK, works on sane cases. Now check whether nonexistent headers
3991 # can be detected and how.
3992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3993/* end confdefs.h. */
3994#include <ac_nonexistent.h>
3995_ACEOF
3996if ac_fn_c_try_cpp "$LINENO"; then :
3997 # Broken: success on invalid input.
3998continue
3999else
4000 # Passes both tests.
4001ac_preproc_ok=:
4002break
4003fi
4004rm -f conftest.err conftest.i conftest.$ac_ext
4005
4006done
4007# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4008rm -f conftest.i conftest.err conftest.$ac_ext
4009if $ac_preproc_ok; then :
4010
4011else
4012 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4013$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4014as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4015See \`config.log' for more details" "$LINENO" 5 ; }
4016fi
4017
4018ac_ext=c
4019ac_cpp='$CPP $CPPFLAGS'
4020ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4021ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4022ac_compiler_gnu=$ac_cv_c_compiler_gnu
4023
4039 4024
4040{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 4025{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4041$as_echo_n "checking for grep that handles long lines and -e... " >&6; } 4026$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4042if ${ac_cv_path_GREP+:} false; then : 4027if test "${ac_cv_path_GREP+set}" = set; then :
4043 $as_echo_n "(cached) " >&6 4028 $as_echo_n "(cached) " >&6
4044else 4029else
4045 if test -z "$GREP"; then 4030 if test -z "$GREP"; then
4046 ac_path_GREP_found=false 4031 ac_path_GREP_found=false
4047 # Loop through the user's path and test for each of PROGNAME-LIST 4032 # Loop through the user's path and test for each of PROGNAME-LIST
4100 GREP="$ac_cv_path_GREP" 4085 GREP="$ac_cv_path_GREP"
4101 4086
4102 4087
4103{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 4088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4104$as_echo_n "checking for egrep... " >&6; } 4089$as_echo_n "checking for egrep... " >&6; }
4105if ${ac_cv_path_EGREP+:} false; then : 4090if test "${ac_cv_path_EGREP+set}" = set; then :
4106 $as_echo_n "(cached) " >&6 4091 $as_echo_n "(cached) " >&6
4107else 4092else
4108 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 4093 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4109 then ac_cv_path_EGREP="$GREP -E" 4094 then ac_cv_path_EGREP="$GREP -E"
4110 else 4095 else
4167 EGREP="$ac_cv_path_EGREP" 4152 EGREP="$ac_cv_path_EGREP"
4168 4153
4169 4154
4170{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 4155{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4171$as_echo_n "checking for ANSI C header files... " >&6; } 4156$as_echo_n "checking for ANSI C header files... " >&6; }
4172if ${ac_cv_header_stdc+:} false; then : 4157if test "${ac_cv_header_stdc+set}" = set; then :
4173 $as_echo_n "(cached) " >&6 4158 $as_echo_n "(cached) " >&6
4174else 4159else
4175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4176/* end confdefs.h. */ 4161/* end confdefs.h. */
4177#include <stdlib.h> 4162#include <stdlib.h>
4296done 4281done
4297 4282
4298 4283
4299 4284
4300 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" 4285 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4301if test "x$ac_cv_header_minix_config_h" = xyes; then : 4286if test "x$ac_cv_header_minix_config_h" = x""yes; then :
4302 MINIX=yes 4287 MINIX=yes
4303else 4288else
4304 MINIX= 4289 MINIX=
4305fi 4290fi
4306 4291
4318 fi 4303 fi
4319 4304
4320 4305
4321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 4306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4322$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } 4307$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4323if ${ac_cv_safe_to_define___extensions__+:} false; then : 4308if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4324 $as_echo_n "(cached) " >&6 4309 $as_echo_n "(cached) " >&6
4325else 4310else
4326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4327/* end confdefs.h. */ 4312/* end confdefs.h. */
4328 4313
4359 4344
4360 4345
4361 4346
4362{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5 4347{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
4363$as_echo_n "checking for library containing strerror... " >&6; } 4348$as_echo_n "checking for library containing strerror... " >&6; }
4364if ${ac_cv_search_strerror+:} false; then : 4349if test "${ac_cv_search_strerror+set}" = set; then :
4365 $as_echo_n "(cached) " >&6 4350 $as_echo_n "(cached) " >&6
4366else 4351else
4367 ac_func_search_save_LIBS=$LIBS 4352 ac_func_search_save_LIBS=$LIBS
4368cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4353cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4369/* end confdefs.h. */ 4354/* end confdefs.h. */
4393 if ac_fn_c_try_link "$LINENO"; then : 4378 if ac_fn_c_try_link "$LINENO"; then :
4394 ac_cv_search_strerror=$ac_res 4379 ac_cv_search_strerror=$ac_res
4395fi 4380fi
4396rm -f core conftest.err conftest.$ac_objext \ 4381rm -f core conftest.err conftest.$ac_objext \
4397 conftest$ac_exeext 4382 conftest$ac_exeext
4398 if ${ac_cv_search_strerror+:} false; then : 4383 if test "${ac_cv_search_strerror+set}" = set; then :
4399 break 4384 break
4400fi 4385fi
4401done 4386done
4402if ${ac_cv_search_strerror+:} false; then : 4387if test "${ac_cv_search_strerror+set}" = set; then :
4403 4388
4404else 4389else
4405 ac_cv_search_strerror=no 4390 ac_cv_search_strerror=no
4406fi 4391fi
4407rm conftest.$ac_ext 4392rm conftest.$ac_ext
4487 CFLAGS="$CXXFLAGS" 4472 CFLAGS="$CXXFLAGS"
4488fi 4473fi
4489 4474
4490{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing setlocale" >&5 4475{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing setlocale" >&5
4491$as_echo_n "checking for library containing setlocale... " >&6; } 4476$as_echo_n "checking for library containing setlocale... " >&6; }
4492if ${ac_cv_search_setlocale+:} false; then : 4477if test "${ac_cv_search_setlocale+set}" = set; then :
4493 $as_echo_n "(cached) " >&6 4478 $as_echo_n "(cached) " >&6
4494else 4479else
4495 ac_func_search_save_LIBS=$LIBS 4480 ac_func_search_save_LIBS=$LIBS
4496cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4481cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4497/* end confdefs.h. */ 4482/* end confdefs.h. */
4521 if ac_fn_cxx_try_link "$LINENO"; then : 4506 if ac_fn_cxx_try_link "$LINENO"; then :
4522 ac_cv_search_setlocale=$ac_res 4507 ac_cv_search_setlocale=$ac_res
4523fi 4508fi
4524rm -f core conftest.err conftest.$ac_objext \ 4509rm -f core conftest.err conftest.$ac_objext \
4525 conftest$ac_exeext 4510 conftest$ac_exeext
4526 if ${ac_cv_search_setlocale+:} false; then : 4511 if test "${ac_cv_search_setlocale+set}" = set; then :
4527 break 4512 break
4528fi 4513fi
4529done 4514done
4530if ${ac_cv_search_setlocale+:} false; then : 4515if test "${ac_cv_search_setlocale+set}" = set; then :
4531 4516
4532else 4517else
4533 ac_cv_search_setlocale=no 4518 ac_cv_search_setlocale=no
4534fi 4519fi
4535rm conftest.$ac_ext 4520rm conftest.$ac_ext
4544fi 4529fi
4545 4530
4546 4531
4547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5 4532{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
4548$as_echo_n "checking for library containing gethostbyname... " >&6; } 4533$as_echo_n "checking for library containing gethostbyname... " >&6; }
4549if ${ac_cv_search_gethostbyname+:} false; then : 4534if test "${ac_cv_search_gethostbyname+set}" = set; then :
4550 $as_echo_n "(cached) " >&6 4535 $as_echo_n "(cached) " >&6
4551else 4536else
4552 ac_func_search_save_LIBS=$LIBS 4537 ac_func_search_save_LIBS=$LIBS
4553cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4538cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4554/* end confdefs.h. */ 4539/* end confdefs.h. */
4578 if ac_fn_cxx_try_link "$LINENO"; then : 4563 if ac_fn_cxx_try_link "$LINENO"; then :
4579 ac_cv_search_gethostbyname=$ac_res 4564 ac_cv_search_gethostbyname=$ac_res
4580fi 4565fi
4581rm -f core conftest.err conftest.$ac_objext \ 4566rm -f core conftest.err conftest.$ac_objext \
4582 conftest$ac_exeext 4567 conftest$ac_exeext
4583 if ${ac_cv_search_gethostbyname+:} false; then : 4568 if test "${ac_cv_search_gethostbyname+set}" = set; then :
4584 break 4569 break
4585fi 4570fi
4586done 4571done
4587if ${ac_cv_search_gethostbyname+:} false; then : 4572if test "${ac_cv_search_gethostbyname+set}" = set; then :
4588 4573
4589else 4574else
4590 ac_cv_search_gethostbyname=no 4575 ac_cv_search_gethostbyname=no
4591fi 4576fi
4592rm conftest.$ac_ext 4577rm conftest.$ac_ext
4600 4585
4601fi 4586fi
4602 4587
4603{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5 4588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
4604$as_echo_n "checking for library containing socket... " >&6; } 4589$as_echo_n "checking for library containing socket... " >&6; }
4605if ${ac_cv_search_socket+:} false; then : 4590if test "${ac_cv_search_socket+set}" = set; then :
4606 $as_echo_n "(cached) " >&6 4591 $as_echo_n "(cached) " >&6
4607else 4592else
4608 ac_func_search_save_LIBS=$LIBS 4593 ac_func_search_save_LIBS=$LIBS
4609cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4594cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4610/* end confdefs.h. */ 4595/* end confdefs.h. */
4634 if ac_fn_cxx_try_link "$LINENO"; then : 4619 if ac_fn_cxx_try_link "$LINENO"; then :
4635 ac_cv_search_socket=$ac_res 4620 ac_cv_search_socket=$ac_res
4636fi 4621fi
4637rm -f core conftest.err conftest.$ac_objext \ 4622rm -f core conftest.err conftest.$ac_objext \
4638 conftest$ac_exeext 4623 conftest$ac_exeext
4639 if ${ac_cv_search_socket+:} false; then : 4624 if test "${ac_cv_search_socket+set}" = set; then :
4640 break 4625 break
4641fi 4626fi
4642done 4627done
4643if ${ac_cv_search_socket+:} false; then : 4628if test "${ac_cv_search_socket+set}" = set; then :
4644 4629
4645else 4630else
4646 ac_cv_search_socket=no 4631 ac_cv_search_socket=no
4647fi 4632fi
4648rm conftest.$ac_ext 4633rm conftest.$ac_ext
4837 support_styles=$enableval 4822 support_styles=$enableval
4838 fi 4823 fi
4839fi 4824fi
4840 4825
4841 4826
4842# Check whether --enable-afterimage was given.
4843if test "${enable_afterimage+set}" = set; then :
4844 enableval=$enable_afterimage; if test x$enableval = xyes -o x$enableval = xno; then
4845 support_afterimage=$enableval
4846 fi
4847fi
4848
4849
4850
4851# Check whether --with-afterimage_config was given.
4852if test "${with_afterimage_config+set}" = set; then :
4853 withval=$with_afterimage_config; if test "x$withval" != x; then
4854 afterimage_config=$withval/afterimage-config
4855 fi
4856fi
4857
4858
4859# Check whether --enable-pixbuf was given. 4827# Check whether --enable-pixbuf was given.
4860if test "${enable_pixbuf+set}" = set; then : 4828if test "${enable_pixbuf+set}" = set; then :
4861 enableval=$enable_pixbuf; if test x$enableval = xyes -o x$enableval = xno; then 4829 enableval=$enable_pixbuf; if test x$enableval = xyes -o x$enableval = xno; then
4862 support_pixbuf=$enableval 4830 support_pixbuf=$enableval
4863 fi 4831 fi
5152ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5120ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5153ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 5121ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5154{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5 5122{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
5155$as_echo_n "checking how to run the C++ preprocessor... " >&6; } 5123$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
5156if test -z "$CXXCPP"; then 5124if test -z "$CXXCPP"; then
5157 if ${ac_cv_prog_CXXCPP+:} false; then : 5125 if test "${ac_cv_prog_CXXCPP+set}" = set; then :
5158 $as_echo_n "(cached) " >&6 5126 $as_echo_n "(cached) " >&6
5159else 5127else
5160 # Double quotes because CXXCPP needs to be expanded 5128 # Double quotes because CXXCPP needs to be expanded
5161 for CXXCPP in "$CXX -E" "/lib/cpp" 5129 for CXXCPP in "$CXX -E" "/lib/cpp"
5162 do 5130 do
5268 5236
5269else 5237else
5270 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5238 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5271$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5239$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5272as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check 5240as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
5273See \`config.log' for more details" "$LINENO" 5; } 5241See \`config.log' for more details" "$LINENO" 5 ; }
5274fi 5242fi
5275 5243
5276ac_ext=cpp 5244ac_ext=cpp
5277ac_cpp='$CXXCPP $CPPFLAGS' 5245ac_cpp='$CXXCPP $CPPFLAGS'
5278ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5246ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5308 5276
5309 5277
5310for ac_func in clock_gettime 5278for ac_func in clock_gettime
5311do : 5279do :
5312 ac_fn_cxx_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime" 5280 ac_fn_cxx_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime"
5313if test "x$ac_cv_func_clock_gettime" = xyes; then : 5281if test "x$ac_cv_func_clock_gettime" = x""yes; then :
5314 cat >>confdefs.h <<_ACEOF 5282 cat >>confdefs.h <<_ACEOF
5315#define HAVE_CLOCK_GETTIME 1 5283#define HAVE_CLOCK_GETTIME 1
5316_ACEOF 5284_ACEOF
5317 5285
5318else 5286else
5348 conftest$ac_exeext conftest.$ac_ext 5316 conftest$ac_exeext conftest.$ac_ext
5349 fi 5317 fi
5350 if test -z "$LIBEV_M4_AVOID_LIBRT" && test -z "$ac_have_clock_syscall"; then 5318 if test -z "$LIBEV_M4_AVOID_LIBRT" && test -z "$ac_have_clock_syscall"; then
5351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5 5319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5
5352$as_echo_n "checking for clock_gettime in -lrt... " >&6; } 5320$as_echo_n "checking for clock_gettime in -lrt... " >&6; }
5353if ${ac_cv_lib_rt_clock_gettime+:} false; then : 5321if test "${ac_cv_lib_rt_clock_gettime+set}" = set; then :
5354 $as_echo_n "(cached) " >&6 5322 $as_echo_n "(cached) " >&6
5355else 5323else
5356 ac_check_lib_save_LIBS=$LIBS 5324 ac_check_lib_save_LIBS=$LIBS
5357LIBS="-lrt $LIBS" 5325LIBS="-lrt $LIBS"
5358cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5326cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5382 conftest$ac_exeext conftest.$ac_ext 5350 conftest$ac_exeext conftest.$ac_ext
5383LIBS=$ac_check_lib_save_LIBS 5351LIBS=$ac_check_lib_save_LIBS
5384fi 5352fi
5385{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_clock_gettime" >&5 5353{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_clock_gettime" >&5
5386$as_echo "$ac_cv_lib_rt_clock_gettime" >&6; } 5354$as_echo "$ac_cv_lib_rt_clock_gettime" >&6; }
5387if test "x$ac_cv_lib_rt_clock_gettime" = xyes; then : 5355if test "x$ac_cv_lib_rt_clock_gettime" = x""yes; then :
5388 cat >>confdefs.h <<_ACEOF 5356 cat >>confdefs.h <<_ACEOF
5389#define HAVE_LIBRT 1 5357#define HAVE_LIBRT 1
5390_ACEOF 5358_ACEOF
5391 5359
5392 LIBS="-lrt $LIBS" 5360 LIBS="-lrt $LIBS"
5395 5363
5396 unset ac_cv_func_clock_gettime 5364 unset ac_cv_func_clock_gettime
5397 for ac_func in clock_gettime 5365 for ac_func in clock_gettime
5398do : 5366do :
5399 ac_fn_cxx_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime" 5367 ac_fn_cxx_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime"
5400if test "x$ac_cv_func_clock_gettime" = xyes; then : 5368if test "x$ac_cv_func_clock_gettime" = x""yes; then :
5401 cat >>confdefs.h <<_ACEOF 5369 cat >>confdefs.h <<_ACEOF
5402#define HAVE_CLOCK_GETTIME 1 5370#define HAVE_CLOCK_GETTIME 1
5403_ACEOF 5371_ACEOF
5404 5372
5405fi 5373fi
5412 5380
5413 5381
5414for ac_func in nanosleep 5382for ac_func in nanosleep
5415do : 5383do :
5416 ac_fn_cxx_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep" 5384 ac_fn_cxx_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep"
5417if test "x$ac_cv_func_nanosleep" = xyes; then : 5385if test "x$ac_cv_func_nanosleep" = x""yes; then :
5418 cat >>confdefs.h <<_ACEOF 5386 cat >>confdefs.h <<_ACEOF
5419#define HAVE_NANOSLEEP 1 5387#define HAVE_NANOSLEEP 1
5420_ACEOF 5388_ACEOF
5421 5389
5422else 5390else
5423 5391
5424 if test -z "$LIBEV_M4_AVOID_LIBRT"; then 5392 if test -z "$LIBEV_M4_AVOID_LIBRT"; then
5425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lrt" >&5 5393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lrt" >&5
5426$as_echo_n "checking for nanosleep in -lrt... " >&6; } 5394$as_echo_n "checking for nanosleep in -lrt... " >&6; }
5427if ${ac_cv_lib_rt_nanosleep+:} false; then : 5395if test "${ac_cv_lib_rt_nanosleep+set}" = set; then :
5428 $as_echo_n "(cached) " >&6 5396 $as_echo_n "(cached) " >&6
5429else 5397else
5430 ac_check_lib_save_LIBS=$LIBS 5398 ac_check_lib_save_LIBS=$LIBS
5431LIBS="-lrt $LIBS" 5399LIBS="-lrt $LIBS"
5432cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5400cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5456 conftest$ac_exeext conftest.$ac_ext 5424 conftest$ac_exeext conftest.$ac_ext
5457LIBS=$ac_check_lib_save_LIBS 5425LIBS=$ac_check_lib_save_LIBS
5458fi 5426fi
5459{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_nanosleep" >&5 5427{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_nanosleep" >&5
5460$as_echo "$ac_cv_lib_rt_nanosleep" >&6; } 5428$as_echo "$ac_cv_lib_rt_nanosleep" >&6; }
5461if test "x$ac_cv_lib_rt_nanosleep" = xyes; then : 5429if test "x$ac_cv_lib_rt_nanosleep" = x""yes; then :
5462 cat >>confdefs.h <<_ACEOF 5430 cat >>confdefs.h <<_ACEOF
5463#define HAVE_LIBRT 1 5431#define HAVE_LIBRT 1
5464_ACEOF 5432_ACEOF
5465 5433
5466 LIBS="-lrt $LIBS" 5434 LIBS="-lrt $LIBS"
5469 5437
5470 unset ac_cv_func_nanosleep 5438 unset ac_cv_func_nanosleep
5471 for ac_func in nanosleep 5439 for ac_func in nanosleep
5472do : 5440do :
5473 ac_fn_cxx_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep" 5441 ac_fn_cxx_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep"
5474if test "x$ac_cv_func_nanosleep" = xyes; then : 5442if test "x$ac_cv_func_nanosleep" = x""yes; then :
5475 cat >>confdefs.h <<_ACEOF 5443 cat >>confdefs.h <<_ACEOF
5476#define HAVE_NANOSLEEP 1 5444#define HAVE_NANOSLEEP 1
5477_ACEOF 5445_ACEOF
5478 5446
5479fi 5447fi
5488if test -z "$LIBEV_M4_AVOID_LIBM"; then 5456if test -z "$LIBEV_M4_AVOID_LIBM"; then
5489 LIBM=m 5457 LIBM=m
5490fi 5458fi
5491{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing floor" >&5 5459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing floor" >&5
5492$as_echo_n "checking for library containing floor... " >&6; } 5460$as_echo_n "checking for library containing floor... " >&6; }
5493if ${ac_cv_search_floor+:} false; then : 5461if test "${ac_cv_search_floor+set}" = set; then :
5494 $as_echo_n "(cached) " >&6 5462 $as_echo_n "(cached) " >&6
5495else 5463else
5496 ac_func_search_save_LIBS=$LIBS 5464 ac_func_search_save_LIBS=$LIBS
5497cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5465cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5498/* end confdefs.h. */ 5466/* end confdefs.h. */
5522 if ac_fn_cxx_try_link "$LINENO"; then : 5490 if ac_fn_cxx_try_link "$LINENO"; then :
5523 ac_cv_search_floor=$ac_res 5491 ac_cv_search_floor=$ac_res
5524fi 5492fi
5525rm -f core conftest.err conftest.$ac_objext \ 5493rm -f core conftest.err conftest.$ac_objext \
5526 conftest$ac_exeext 5494 conftest$ac_exeext
5527 if ${ac_cv_search_floor+:} false; then : 5495 if test "${ac_cv_search_floor+set}" = set; then :
5528 break 5496 break
5529fi 5497fi
5530done 5498done
5531if ${ac_cv_search_floor+:} false; then : 5499if test "${ac_cv_search_floor+set}" = set; then :
5532 5500
5533else 5501else
5534 ac_cv_search_floor=no 5502 ac_cv_search_floor=no
5535fi 5503fi
5536rm conftest.$ac_ext 5504rm conftest.$ac_ext
5552 5520
5553# Extract the first word of "tic", so it can be a program name with args. 5521# Extract the first word of "tic", so it can be a program name with args.
5554set dummy tic; ac_word=$2 5522set dummy tic; ac_word=$2
5555{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5523{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5556$as_echo_n "checking for $ac_word... " >&6; } 5524$as_echo_n "checking for $ac_word... " >&6; }
5557if ${ac_cv_path_TIC+:} false; then : 5525if test "${ac_cv_path_TIC+set}" = set; then :
5558 $as_echo_n "(cached) " >&6 5526 $as_echo_n "(cached) " >&6
5559else 5527else
5560 case $TIC in 5528 case $TIC in
5561 [\\/]* | ?:[\\/]*) 5529 [\\/]* | ?:[\\/]*)
5562 ac_cv_path_TIC="$TIC" # Let the user override the test with a path. 5530 ac_cv_path_TIC="$TIC" # Let the user override the test with a path.
5605if test "x$with_x" = xno; then 5573if test "x$with_x" = xno; then
5606 # The user explicitly disabled X. 5574 # The user explicitly disabled X.
5607 have_x=disabled 5575 have_x=disabled
5608else 5576else
5609 case $x_includes,$x_libraries in #( 5577 case $x_includes,$x_libraries in #(
5610 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #( 5578 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #(
5611 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then : 5579 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
5612 $as_echo_n "(cached) " >&6 5580 $as_echo_n "(cached) " >&6
5613else 5581else
5614 # One or both of the vars are not set, and there is no cached value. 5582 # One or both of the vars are not set, and there is no cached value.
5615ac_x_includes=no ac_x_libraries=no 5583ac_x_includes=no ac_x_libraries=no
5616rm -f -r conftest.dir 5584rm -f -r conftest.dir
5883if ac_fn_cxx_try_link "$LINENO"; then : 5851if ac_fn_cxx_try_link "$LINENO"; then :
5884 5852
5885else 5853else
5886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 5854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
5887$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } 5855$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
5888if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then : 5856if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
5889 $as_echo_n "(cached) " >&6 5857 $as_echo_n "(cached) " >&6
5890else 5858else
5891 ac_check_lib_save_LIBS=$LIBS 5859 ac_check_lib_save_LIBS=$LIBS
5892LIBS="-ldnet $LIBS" 5860LIBS="-ldnet $LIBS"
5893cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5861cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5917 conftest$ac_exeext conftest.$ac_ext 5885 conftest$ac_exeext conftest.$ac_ext
5918LIBS=$ac_check_lib_save_LIBS 5886LIBS=$ac_check_lib_save_LIBS
5919fi 5887fi
5920{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 5888{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
5921$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } 5889$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
5922if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then : 5890if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
5923 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" 5891 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
5924fi 5892fi
5925 5893
5926 if test $ac_cv_lib_dnet_dnet_ntoa = no; then 5894 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
5927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5 5895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
5928$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; } 5896$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
5929if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then : 5897if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
5930 $as_echo_n "(cached) " >&6 5898 $as_echo_n "(cached) " >&6
5931else 5899else
5932 ac_check_lib_save_LIBS=$LIBS 5900 ac_check_lib_save_LIBS=$LIBS
5933LIBS="-ldnet_stub $LIBS" 5901LIBS="-ldnet_stub $LIBS"
5934cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5902cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5958 conftest$ac_exeext conftest.$ac_ext 5926 conftest$ac_exeext conftest.$ac_ext
5959LIBS=$ac_check_lib_save_LIBS 5927LIBS=$ac_check_lib_save_LIBS
5960fi 5928fi
5961{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 5929{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
5962$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } 5930$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
5963if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then : 5931if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
5964 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" 5932 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
5965fi 5933fi
5966 5934
5967 fi 5935 fi
5968fi 5936fi
5977 # The nsl library prevents programs from opening the X display 5945 # The nsl library prevents programs from opening the X display
5978 # on Irix 5.2, according to T.E. Dickey. 5946 # on Irix 5.2, according to T.E. Dickey.
5979 # The functions gethostbyname, getservbyname, and inet_addr are 5947 # The functions gethostbyname, getservbyname, and inet_addr are
5980 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. 5948 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
5981 ac_fn_cxx_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname" 5949 ac_fn_cxx_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
5982if test "x$ac_cv_func_gethostbyname" = xyes; then : 5950if test "x$ac_cv_func_gethostbyname" = x""yes; then :
5983 5951
5984fi 5952fi
5985 5953
5986 if test $ac_cv_func_gethostbyname = no; then 5954 if test $ac_cv_func_gethostbyname = no; then
5987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5 5955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
5988$as_echo_n "checking for gethostbyname in -lnsl... " >&6; } 5956$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
5989if ${ac_cv_lib_nsl_gethostbyname+:} false; then : 5957if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
5990 $as_echo_n "(cached) " >&6 5958 $as_echo_n "(cached) " >&6
5991else 5959else
5992 ac_check_lib_save_LIBS=$LIBS 5960 ac_check_lib_save_LIBS=$LIBS
5993LIBS="-lnsl $LIBS" 5961LIBS="-lnsl $LIBS"
5994cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5962cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6018 conftest$ac_exeext conftest.$ac_ext 5986 conftest$ac_exeext conftest.$ac_ext
6019LIBS=$ac_check_lib_save_LIBS 5987LIBS=$ac_check_lib_save_LIBS
6020fi 5988fi
6021{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5 5989{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
6022$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; } 5990$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
6023if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then : 5991if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
6024 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" 5992 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
6025fi 5993fi
6026 5994
6027 if test $ac_cv_lib_nsl_gethostbyname = no; then 5995 if test $ac_cv_lib_nsl_gethostbyname = no; then
6028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5 5996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
6029$as_echo_n "checking for gethostbyname in -lbsd... " >&6; } 5997$as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
6030if ${ac_cv_lib_bsd_gethostbyname+:} false; then : 5998if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
6031 $as_echo_n "(cached) " >&6 5999 $as_echo_n "(cached) " >&6
6032else 6000else
6033 ac_check_lib_save_LIBS=$LIBS 6001 ac_check_lib_save_LIBS=$LIBS
6034LIBS="-lbsd $LIBS" 6002LIBS="-lbsd $LIBS"
6035cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6003cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6059 conftest$ac_exeext conftest.$ac_ext 6027 conftest$ac_exeext conftest.$ac_ext
6060LIBS=$ac_check_lib_save_LIBS 6028LIBS=$ac_check_lib_save_LIBS
6061fi 6029fi
6062{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5 6030{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
6063$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; } 6031$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
6064if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then : 6032if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
6065 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" 6033 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
6066fi 6034fi
6067 6035
6068 fi 6036 fi
6069 fi 6037 fi
6074 # on later versions), says Simon Leinen: it contains gethostby* 6042 # on later versions), says Simon Leinen: it contains gethostby*
6075 # variants that don't use the name server (or something). -lsocket 6043 # variants that don't use the name server (or something). -lsocket
6076 # must be given before -lnsl if both are needed. We assume that 6044 # must be given before -lnsl if both are needed. We assume that
6077 # if connect needs -lnsl, so does gethostbyname. 6045 # if connect needs -lnsl, so does gethostbyname.
6078 ac_fn_cxx_check_func "$LINENO" "connect" "ac_cv_func_connect" 6046 ac_fn_cxx_check_func "$LINENO" "connect" "ac_cv_func_connect"
6079if test "x$ac_cv_func_connect" = xyes; then : 6047if test "x$ac_cv_func_connect" = x""yes; then :
6080 6048
6081fi 6049fi
6082 6050
6083 if test $ac_cv_func_connect = no; then 6051 if test $ac_cv_func_connect = no; then
6084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5 6052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
6085$as_echo_n "checking for connect in -lsocket... " >&6; } 6053$as_echo_n "checking for connect in -lsocket... " >&6; }
6086if ${ac_cv_lib_socket_connect+:} false; then : 6054if test "${ac_cv_lib_socket_connect+set}" = set; then :
6087 $as_echo_n "(cached) " >&6 6055 $as_echo_n "(cached) " >&6
6088else 6056else
6089 ac_check_lib_save_LIBS=$LIBS 6057 ac_check_lib_save_LIBS=$LIBS
6090LIBS="-lsocket $X_EXTRA_LIBS $LIBS" 6058LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6091cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6059cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6115 conftest$ac_exeext conftest.$ac_ext 6083 conftest$ac_exeext conftest.$ac_ext
6116LIBS=$ac_check_lib_save_LIBS 6084LIBS=$ac_check_lib_save_LIBS
6117fi 6085fi
6118{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5 6086{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
6119$as_echo "$ac_cv_lib_socket_connect" >&6; } 6087$as_echo "$ac_cv_lib_socket_connect" >&6; }
6120if test "x$ac_cv_lib_socket_connect" = xyes; then : 6088if test "x$ac_cv_lib_socket_connect" = x""yes; then :
6121 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" 6089 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
6122fi 6090fi
6123 6091
6124 fi 6092 fi
6125 6093
6126 # Guillermo Gomez says -lposix is necessary on A/UX. 6094 # Guillermo Gomez says -lposix is necessary on A/UX.
6127 ac_fn_cxx_check_func "$LINENO" "remove" "ac_cv_func_remove" 6095 ac_fn_cxx_check_func "$LINENO" "remove" "ac_cv_func_remove"
6128if test "x$ac_cv_func_remove" = xyes; then : 6096if test "x$ac_cv_func_remove" = x""yes; then :
6129 6097
6130fi 6098fi
6131 6099
6132 if test $ac_cv_func_remove = no; then 6100 if test $ac_cv_func_remove = no; then
6133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5 6101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
6134$as_echo_n "checking for remove in -lposix... " >&6; } 6102$as_echo_n "checking for remove in -lposix... " >&6; }
6135if ${ac_cv_lib_posix_remove+:} false; then : 6103if test "${ac_cv_lib_posix_remove+set}" = set; then :
6136 $as_echo_n "(cached) " >&6 6104 $as_echo_n "(cached) " >&6
6137else 6105else
6138 ac_check_lib_save_LIBS=$LIBS 6106 ac_check_lib_save_LIBS=$LIBS
6139LIBS="-lposix $LIBS" 6107LIBS="-lposix $LIBS"
6140cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6108cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6164 conftest$ac_exeext conftest.$ac_ext 6132 conftest$ac_exeext conftest.$ac_ext
6165LIBS=$ac_check_lib_save_LIBS 6133LIBS=$ac_check_lib_save_LIBS
6166fi 6134fi
6167{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5 6135{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
6168$as_echo "$ac_cv_lib_posix_remove" >&6; } 6136$as_echo "$ac_cv_lib_posix_remove" >&6; }
6169if test "x$ac_cv_lib_posix_remove" = xyes; then : 6137if test "x$ac_cv_lib_posix_remove" = x""yes; then :
6170 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" 6138 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
6171fi 6139fi
6172 6140
6173 fi 6141 fi
6174 6142
6175 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. 6143 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
6176 ac_fn_cxx_check_func "$LINENO" "shmat" "ac_cv_func_shmat" 6144 ac_fn_cxx_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
6177if test "x$ac_cv_func_shmat" = xyes; then : 6145if test "x$ac_cv_func_shmat" = x""yes; then :
6178 6146
6179fi 6147fi
6180 6148
6181 if test $ac_cv_func_shmat = no; then 6149 if test $ac_cv_func_shmat = no; then
6182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5 6150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
6183$as_echo_n "checking for shmat in -lipc... " >&6; } 6151$as_echo_n "checking for shmat in -lipc... " >&6; }
6184if ${ac_cv_lib_ipc_shmat+:} false; then : 6152if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
6185 $as_echo_n "(cached) " >&6 6153 $as_echo_n "(cached) " >&6
6186else 6154else
6187 ac_check_lib_save_LIBS=$LIBS 6155 ac_check_lib_save_LIBS=$LIBS
6188LIBS="-lipc $LIBS" 6156LIBS="-lipc $LIBS"
6189cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6157cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6213 conftest$ac_exeext conftest.$ac_ext 6181 conftest$ac_exeext conftest.$ac_ext
6214LIBS=$ac_check_lib_save_LIBS 6182LIBS=$ac_check_lib_save_LIBS
6215fi 6183fi
6216{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5 6184{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
6217$as_echo "$ac_cv_lib_ipc_shmat" >&6; } 6185$as_echo "$ac_cv_lib_ipc_shmat" >&6; }
6218if test "x$ac_cv_lib_ipc_shmat" = xyes; then : 6186if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
6219 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" 6187 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
6220fi 6188fi
6221 6189
6222 fi 6190 fi
6223 fi 6191 fi
6231 # These have to be linked with before -lX11, unlike the other 6199 # These have to be linked with before -lX11, unlike the other
6232 # libraries we check for below, so use a different variable. 6200 # libraries we check for below, so use a different variable.
6233 # John Interrante, Karl Berry 6201 # John Interrante, Karl Berry
6234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5 6202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
6235$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } 6203$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
6236if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then : 6204if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
6237 $as_echo_n "(cached) " >&6 6205 $as_echo_n "(cached) " >&6
6238else 6206else
6239 ac_check_lib_save_LIBS=$LIBS 6207 ac_check_lib_save_LIBS=$LIBS
6240LIBS="-lICE $X_EXTRA_LIBS $LIBS" 6208LIBS="-lICE $X_EXTRA_LIBS $LIBS"
6241cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6209cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6265 conftest$ac_exeext conftest.$ac_ext 6233 conftest$ac_exeext conftest.$ac_ext
6266LIBS=$ac_check_lib_save_LIBS 6234LIBS=$ac_check_lib_save_LIBS
6267fi 6235fi
6268{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 6236{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
6269$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; } 6237$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
6270if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then : 6238if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
6271 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" 6239 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
6272fi 6240fi
6273 6241
6274 LDFLAGS=$ac_save_LDFLAGS 6242 LDFLAGS=$ac_save_LDFLAGS
6275 6243
6285 support_pixbuf=no 6253 support_pixbuf=no
6286 # Extract the first word of "pkg-config", so it can be a program name with args. 6254 # Extract the first word of "pkg-config", so it can be a program name with args.
6287set dummy pkg-config; ac_word=$2 6255set dummy pkg-config; ac_word=$2
6288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6256{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6289$as_echo_n "checking for $ac_word... " >&6; } 6257$as_echo_n "checking for $ac_word... " >&6; }
6290if ${ac_cv_path_PKG_CONFIG+:} false; then : 6258if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
6291 $as_echo_n "(cached) " >&6 6259 $as_echo_n "(cached) " >&6
6292else 6260else
6293 case $PKG_CONFIG in 6261 case $PKG_CONFIG in
6294 [\\/]* | ?:[\\/]*) 6262 [\\/]* | ?:[\\/]*)
6295 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 6263 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
6334 6302
6335 if test x$support_pixbuf = xyes; then 6303 if test x$support_pixbuf = xyes; then
6336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 6304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6337$as_echo "ok" >&6; } 6305$as_echo "ok" >&6; }
6338 image_lib=gdk-pixbuf 6306 image_lib=gdk-pixbuf
6339 support_afterimage=no
6340 6307
6341$as_echo "#define HAVE_PIXBUF 1" >>confdefs.h 6308$as_echo "#define HAVE_PIXBUF 1" >>confdefs.h
6342 6309
6343 6310
6344$as_echo "#define BG_IMAGE_FROM_FILE 1" >>confdefs.h 6311$as_echo "#define BG_IMAGE_FROM_FILE 1" >>confdefs.h
6359 support_startup_notification=no 6326 support_startup_notification=no
6360 # Extract the first word of "pkg-config", so it can be a program name with args. 6327 # Extract the first word of "pkg-config", so it can be a program name with args.
6361set dummy pkg-config; ac_word=$2 6328set dummy pkg-config; ac_word=$2
6362{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6329{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6363$as_echo_n "checking for $ac_word... " >&6; } 6330$as_echo_n "checking for $ac_word... " >&6; }
6364if ${ac_cv_path_PKG_CONFIG+:} false; then : 6331if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
6365 $as_echo_n "(cached) " >&6 6332 $as_echo_n "(cached) " >&6
6366else 6333else
6367 case $PKG_CONFIG in 6334 case $PKG_CONFIG in
6368 [\\/]* | ?:[\\/]*) 6335 [\\/]* | ?:[\\/]*)
6369 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 6336 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
6419fi 6386fi
6420 6387
6421 6388
6422 6389
6423 6390
6424AFTERIMAGE_CFLAGS=
6425AFTERIMAGE_LIBS=
6426
6427if test x$support_afterimage = xyes; then
6428 support_afterimage=no
6429
6430 if test "x$afterimage_config" = "x" ; then
6431 # Extract the first word of "afterimage-config", so it can be a program name with args.
6432set dummy afterimage-config; ac_word=$2
6433{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6434$as_echo_n "checking for $ac_word... " >&6; }
6435if ${ac_cv_path_afterimage_config+:} false; then :
6436 $as_echo_n "(cached) " >&6
6437else
6438 case $afterimage_config in
6439 [\\/]* | ?:[\\/]*)
6440 ac_cv_path_afterimage_config="$afterimage_config" # Let the user override the test with a path.
6441 ;;
6442 *)
6443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6444for as_dir in $PATH
6445do
6446 IFS=$as_save_IFS
6447 test -z "$as_dir" && as_dir=.
6448 for ac_exec_ext in '' $ac_executable_extensions; do
6449 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6450 ac_cv_path_afterimage_config="$as_dir/$ac_word$ac_exec_ext"
6451 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6452 break 2
6453 fi
6454done
6455 done
6456IFS=$as_save_IFS
6457
6458 test -z "$ac_cv_path_afterimage_config" && ac_cv_path_afterimage_config="no"
6459 ;;
6460esac
6461fi
6462afterimage_config=$ac_cv_path_afterimage_config
6463if test -n "$afterimage_config"; then
6464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $afterimage_config" >&5
6465$as_echo "$afterimage_config" >&6; }
6466else
6467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6468$as_echo "no" >&6; }
6469fi
6470
6471
6472 fi
6473 if test "x$afterimage_config" != "xno" ; then
6474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libAfterImage version >= 1.15" >&5
6475$as_echo_n "checking for libAfterImage version >= 1.15... " >&6; }
6476 AFTERIMAGE_VERSION=`$afterimage_config --version`
6477 if test -n "$AFTERIMAGE_VERSION" ; then
6478 AFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
6479 AFTERIMAGE_LIBS=`$afterimage_config --libs`
6480 if test "x$AFTERIMAGE_LIBS" != "x"; then
6481 libai_ver_major=`echo $AFTERIMAGE_VERSION | cut -f 1 -d .`
6482 libai_ver_minor=`echo $AFTERIMAGE_VERSION | cut -f 2 -d .`
6483 if test $libai_ver_major -gt 1 -o \( $libai_ver_major -eq 1 -a $libai_ver_minor -ge 15 \); then
6484 support_afterimage=yes
6485 fi
6486 fi
6487 fi
6488 if test "x$support_afterimage" = "xyes"; then
6489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AFTERIMAGE_LIBS" >&5
6490$as_echo "$AFTERIMAGE_LIBS" >&6; }
6491 image_lib=libafterimage
6492
6493$as_echo "#define HAVE_AFTERIMAGE 1" >>confdefs.h
6494
6495
6496$as_echo "#define BG_IMAGE_FROM_FILE 1" >>confdefs.h
6497
6498 else
6499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6500$as_echo "no" >&6; }
6501 AFTERIMAGE_CFLAGS=
6502 AFTERIMAGE_LIBS=
6503 fi
6504 fi
6505fi
6506
6507
6508
6509
6510for ac_header in \ 6391for ac_header in \
6511 sys/byteorder.h \ 6392 sys/byteorder.h \
6512 sys/ioctl.h \ 6393 sys/ioctl.h \
6513 sys/sockio.h \ 6394 sys/sockio.h \
6514 sys/strredir.h \ 6395 sys/strredir.h \
6515 stdint.h \ 6396 stdint.h \
6516 wchar.h \ 6397 wchar.h \
6517 cwchar \
6518 6398
6519do : 6399do :
6520 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 6400 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6521ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 6401ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6522if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 6402if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6529done 6409done
6530 6410
6531 6411
6532{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XLIB_ILLEGAL_ACCESS" >&5 6412{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XLIB_ILLEGAL_ACCESS" >&5
6533$as_echo_n "checking for XLIB_ILLEGAL_ACCESS... " >&6; } 6413$as_echo_n "checking for XLIB_ILLEGAL_ACCESS... " >&6; }
6534if ${rxvt_cv_xlib_illegal_access+:} false; then : 6414if test "${rxvt_cv_xlib_illegal_access+set}" = set; then :
6535 $as_echo_n "(cached) " >&6 6415 $as_echo_n "(cached) " >&6
6536else 6416else
6537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6538/* end confdefs.h. */ 6418/* end confdefs.h. */
6539 6419
6566$as_echo "#define XLIB_ILLEGAL_ACCESS 1" >>confdefs.h 6446$as_echo "#define XLIB_ILLEGAL_ACCESS 1" >>confdefs.h
6567 6447
6568fi 6448fi
6569 6449
6570ac_fn_cxx_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default" 6450ac_fn_cxx_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
6571if test "x$ac_cv_type_mode_t" = xyes; then : 6451if test "x$ac_cv_type_mode_t" = x""yes; then :
6572 6452
6573else 6453else
6574 6454
6575cat >>confdefs.h <<_ACEOF 6455cat >>confdefs.h <<_ACEOF
6576#define mode_t int 6456#define mode_t int
6577_ACEOF 6457_ACEOF
6578 6458
6579fi 6459fi
6580 6460
6581ac_fn_cxx_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" 6461ac_fn_cxx_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
6582if test "x$ac_cv_type_pid_t" = xyes; then : 6462if test "x$ac_cv_type_pid_t" = x""yes; then :
6583 6463
6584else 6464else
6585 6465
6586cat >>confdefs.h <<_ACEOF 6466cat >>confdefs.h <<_ACEOF
6587#define pid_t int 6467#define pid_t int
6589 6469
6590fi 6470fi
6591 6471
6592{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5 6472{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
6593$as_echo_n "checking for uid_t in sys/types.h... " >&6; } 6473$as_echo_n "checking for uid_t in sys/types.h... " >&6; }
6594if ${ac_cv_type_uid_t+:} false; then : 6474if test "${ac_cv_type_uid_t+set}" = set; then :
6595 $as_echo_n "(cached) " >&6 6475 $as_echo_n "(cached) " >&6
6596else 6476else
6597 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6598/* end confdefs.h. */ 6478/* end confdefs.h. */
6599#include <sys/types.h> 6479#include <sys/types.h>
6669 6549
6670 6550
6671for ac_func in unsetenv 6551for ac_func in unsetenv
6672do : 6552do :
6673 ac_fn_cxx_check_func "$LINENO" "unsetenv" "ac_cv_func_unsetenv" 6553 ac_fn_cxx_check_func "$LINENO" "unsetenv" "ac_cv_func_unsetenv"
6674if test "x$ac_cv_func_unsetenv" = xyes; then : 6554if test "x$ac_cv_func_unsetenv" = x""yes; then :
6675 cat >>confdefs.h <<_ACEOF 6555 cat >>confdefs.h <<_ACEOF
6676#define HAVE_UNSETENV 1 6556#define HAVE_UNSETENV 1
6677_ACEOF 6557_ACEOF
6678 6558
6679fi 6559fi
6743 6623
6744 6624
6745for ac_header in lastlog.h 6625for ac_header in lastlog.h
6746do : 6626do :
6747 ac_fn_cxx_check_header_mongrel "$LINENO" "lastlog.h" "ac_cv_header_lastlog_h" "$ac_includes_default" 6627 ac_fn_cxx_check_header_mongrel "$LINENO" "lastlog.h" "ac_cv_header_lastlog_h" "$ac_includes_default"
6748if test "x$ac_cv_header_lastlog_h" = xyes; then : 6628if test "x$ac_cv_header_lastlog_h" = x""yes; then :
6749 cat >>confdefs.h <<_ACEOF 6629 cat >>confdefs.h <<_ACEOF
6750#define HAVE_LASTLOG_H 1 6630#define HAVE_LASTLOG_H 1
6751_ACEOF 6631_ACEOF
6752 6632
6753fi 6633fi
6765 6645
6766 6646
6767for ac_header in utmp.h 6647for ac_header in utmp.h
6768do : 6648do :
6769 ac_fn_cxx_check_header_mongrel "$LINENO" "utmp.h" "ac_cv_header_utmp_h" "$ac_includes_default" 6649 ac_fn_cxx_check_header_mongrel "$LINENO" "utmp.h" "ac_cv_header_utmp_h" "$ac_includes_default"
6770if test "x$ac_cv_header_utmp_h" = xyes; then : 6650if test "x$ac_cv_header_utmp_h" = x""yes; then :
6771 cat >>confdefs.h <<_ACEOF 6651 cat >>confdefs.h <<_ACEOF
6772#define HAVE_UTMP_H 1 6652#define HAVE_UTMP_H 1
6773_ACEOF 6653_ACEOF
6774 ac_fn_cxx_check_type "$LINENO" "struct utmp" "ac_cv_type_struct_utmp" " 6654 ac_fn_cxx_check_type "$LINENO" "struct utmp" "ac_cv_type_struct_utmp" "
6775#include <sys/types.h> 6655#include <sys/types.h>
6776#include <utmp.h> 6656#include <utmp.h>
6777 6657
6778" 6658"
6779if test "x$ac_cv_type_struct_utmp" = xyes; then : 6659if test "x$ac_cv_type_struct_utmp" = x""yes; then :
6780 6660
6781cat >>confdefs.h <<_ACEOF 6661cat >>confdefs.h <<_ACEOF
6782#define HAVE_STRUCT_UTMP 1 6662#define HAVE_STRUCT_UTMP 1
6783_ACEOF 6663_ACEOF
6784 6664
6794ac_fn_cxx_check_member () 6674ac_fn_cxx_check_member ()
6795{ 6675{
6796 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 6676 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
6797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 6677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
6798$as_echo_n "checking for $2.$3... " >&6; } 6678$as_echo_n "checking for $2.$3... " >&6; }
6799if eval \${$4+:} false; then : 6679if eval "test \"\${$4+set}\"" = set; then :
6800 $as_echo_n "(cached) " >&6 6680 $as_echo_n "(cached) " >&6
6801else 6681else
6802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6803/* end confdefs.h. */ 6683/* end confdefs.h. */
6804$5 6684$5
6838rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6718rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6839fi 6719fi
6840eval ac_res=\$$4 6720eval ac_res=\$$4
6841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 6721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6842$as_echo "$ac_res" >&6; } 6722$as_echo "$ac_res" >&6; }
6843 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 6723 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
6844 6724
6845} # ac_fn_cxx_check_member 6725} # ac_fn_cxx_check_member
6846ac_fn_cxx_check_member "$LINENO" "struct utmp" "ut_host" "ac_cv_member_struct_utmp_ut_host" " 6726ac_fn_cxx_check_member "$LINENO" "struct utmp" "ut_host" "ac_cv_member_struct_utmp_ut_host" "
6847#include <sys/types.h> 6727#include <sys/types.h>
6848#include <utmp.h> 6728#include <utmp.h>
6849 6729
6850" 6730"
6851if test "x$ac_cv_member_struct_utmp_ut_host" = xyes; then : 6731if test "x$ac_cv_member_struct_utmp_ut_host" = x""yes; then :
6852 6732
6853$as_echo "#define HAVE_UTMP_HOST 1" >>confdefs.h 6733$as_echo "#define HAVE_UTMP_HOST 1" >>confdefs.h
6854 6734
6855fi 6735fi
6856 6736
6858ac_fn_cxx_check_member "$LINENO" "struct utmp" "ut_pid" "ac_cv_member_struct_utmp_ut_pid" " 6738ac_fn_cxx_check_member "$LINENO" "struct utmp" "ut_pid" "ac_cv_member_struct_utmp_ut_pid" "
6859#include <sys/types.h> 6739#include <sys/types.h>
6860#include <utmp.h> 6740#include <utmp.h>
6861 6741
6862" 6742"
6863if test "x$ac_cv_member_struct_utmp_ut_pid" = xyes; then : 6743if test "x$ac_cv_member_struct_utmp_ut_pid" = x""yes; then :
6864 6744
6865$as_echo "#define HAVE_UTMP_PID 1" >>confdefs.h 6745$as_echo "#define HAVE_UTMP_PID 1" >>confdefs.h
6866 6746
6867fi 6747fi
6868 6748
6873 6753
6874 6754
6875for ac_header in utmpx.h 6755for ac_header in utmpx.h
6876do : 6756do :
6877 ac_fn_cxx_check_header_mongrel "$LINENO" "utmpx.h" "ac_cv_header_utmpx_h" "$ac_includes_default" 6757 ac_fn_cxx_check_header_mongrel "$LINENO" "utmpx.h" "ac_cv_header_utmpx_h" "$ac_includes_default"
6878if test "x$ac_cv_header_utmpx_h" = xyes; then : 6758if test "x$ac_cv_header_utmpx_h" = x""yes; then :
6879 cat >>confdefs.h <<_ACEOF 6759 cat >>confdefs.h <<_ACEOF
6880#define HAVE_UTMPX_H 1 6760#define HAVE_UTMPX_H 1
6881_ACEOF 6761_ACEOF
6882 ac_fn_cxx_check_type "$LINENO" "struct utmpx" "ac_cv_type_struct_utmpx" " 6762 ac_fn_cxx_check_type "$LINENO" "struct utmpx" "ac_cv_type_struct_utmpx" "
6883#include <sys/types.h> 6763#include <sys/types.h>
6884#include <utmpx.h> 6764#include <utmpx.h>
6885 6765
6886" 6766"
6887if test "x$ac_cv_type_struct_utmpx" = xyes; then : 6767if test "x$ac_cv_type_struct_utmpx" = x""yes; then :
6888 6768
6889cat >>confdefs.h <<_ACEOF 6769cat >>confdefs.h <<_ACEOF
6890#define HAVE_STRUCT_UTMPX 1 6770#define HAVE_STRUCT_UTMPX 1
6891_ACEOF 6771_ACEOF
6892 6772
6897ac_fn_cxx_check_member "$LINENO" "struct utmpx" "ut_host" "ac_cv_member_struct_utmpx_ut_host" " 6777ac_fn_cxx_check_member "$LINENO" "struct utmpx" "ut_host" "ac_cv_member_struct_utmpx_ut_host" "
6898#include <sys/types.h> 6778#include <sys/types.h>
6899#include <utmpx.h> 6779#include <utmpx.h>
6900 6780
6901" 6781"
6902if test "x$ac_cv_member_struct_utmpx_ut_host" = xyes; then : 6782if test "x$ac_cv_member_struct_utmpx_ut_host" = x""yes; then :
6903 6783
6904$as_echo "#define HAVE_UTMPX_HOST 1" >>confdefs.h 6784$as_echo "#define HAVE_UTMPX_HOST 1" >>confdefs.h
6905 6785
6906fi 6786fi
6907 6787
6916#ifdef HAVE_LASTLOG_H 6796#ifdef HAVE_LASTLOG_H
6917#include <lastlog.h> 6797#include <lastlog.h>
6918#endif 6798#endif
6919 6799
6920" 6800"
6921if test "x$ac_cv_type_struct_lastlog" = xyes; then : 6801if test "x$ac_cv_type_struct_lastlog" = x""yes; then :
6922 6802
6923cat >>confdefs.h <<_ACEOF 6803cat >>confdefs.h <<_ACEOF
6924#define HAVE_STRUCT_LASTLOG 1 6804#define HAVE_STRUCT_LASTLOG 1
6925_ACEOF 6805_ACEOF
6926 6806
6934#ifdef HAVE_LASTLOG_H 6814#ifdef HAVE_LASTLOG_H
6935#include <lastlog.h> 6815#include <lastlog.h>
6936#endif 6816#endif
6937 6817
6938" 6818"
6939if test "x$ac_cv_type_struct_lastlogx" = xyes; then : 6819if test "x$ac_cv_type_struct_lastlogx" = x""yes; then :
6940 6820
6941cat >>confdefs.h <<_ACEOF 6821cat >>confdefs.h <<_ACEOF
6942#define HAVE_STRUCT_LASTLOGX 1 6822#define HAVE_STRUCT_LASTLOGX 1
6943_ACEOF 6823_ACEOF
6944 6824
6947 6827
6948 6828
6949 6829
6950{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a fallback location of utmp" >&5 6830{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a fallback location of utmp" >&5
6951$as_echo_n "checking for a fallback location of utmp... " >&6; } 6831$as_echo_n "checking for a fallback location of utmp... " >&6; }
6952if ${pt_cv_path_utmp+:} false; then : 6832if test "${pt_cv_path_utmp+set}" = set; then :
6953 $as_echo_n "(cached) " >&6 6833 $as_echo_n "(cached) " >&6
6954else 6834else
6955 6835
6956if test "$cross_compiling" != yes; then 6836if test "$cross_compiling" != yes; then
6957 for file in "/var/run/utmp" "/var/adm/utmp" "/etc/utmp" "/usr/etc/utmp" "/usr/adm/utmp"; do 6837 for file in "/var/run/utmp" "/var/adm/utmp" "/etc/utmp" "/usr/etc/utmp" "/usr/adm/utmp"; do
6976fi 6856fi
6977 6857
6978 6858
6979{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a fallback location of wtmp" >&5 6859{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a fallback location of wtmp" >&5
6980$as_echo_n "checking for a fallback location of wtmp... " >&6; } 6860$as_echo_n "checking for a fallback location of wtmp... " >&6; }
6981if ${pt_cv_path_wtmp+:} false; then : 6861if test "${pt_cv_path_wtmp+set}" = set; then :
6982 $as_echo_n "(cached) " >&6 6862 $as_echo_n "(cached) " >&6
6983else 6863else
6984 6864
6985if test "$cross_compiling" != yes; then 6865if test "$cross_compiling" != yes; then
6986 for file in "/var/log/wtmp" "/var/adm/wtmp" "/etc/wtmp" "/usr/etc/wtmp" "/usr/adm/wtmp"; do 6866 for file in "/var/log/wtmp" "/var/adm/wtmp" "/etc/wtmp" "/usr/etc/wtmp" "/usr/adm/wtmp"; do
7004$as_echo "$as_me: WARNING: Define PT_WTMP_FILE in config.h manually" >&2;} 6884$as_echo "$as_me: WARNING: Define PT_WTMP_FILE in config.h manually" >&2;}
7005fi 6885fi
7006 6886
7007{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a fallback location of wtmpx" >&5 6887{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a fallback location of wtmpx" >&5
7008$as_echo_n "checking for a fallback location of wtmpx... " >&6; } 6888$as_echo_n "checking for a fallback location of wtmpx... " >&6; }
7009if ${pt_cv_path_wtmpx+:} false; then : 6889if test "${pt_cv_path_wtmpx+set}" = set; then :
7010 $as_echo_n "(cached) " >&6 6890 $as_echo_n "(cached) " >&6
7011else 6891else
7012 6892
7013if test "$cross_compiling" != yes; then 6893if test "$cross_compiling" != yes; then
7014 for file in "/var/log/wtmpx" "/var/adm/wtmpx"; do 6894 for file in "/var/log/wtmpx" "/var/adm/wtmpx"; do
7032$as_echo "$as_me: WARNING: Define PT_WTMPX_FILE in config.h manually" >&2;} 6912$as_echo "$as_me: WARNING: Define PT_WTMPX_FILE in config.h manually" >&2;}
7033fi 6913fi
7034 6914
7035{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a fallback location of lastlog" >&5 6915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a fallback location of lastlog" >&5
7036$as_echo_n "checking for a fallback location of lastlog... " >&6; } 6916$as_echo_n "checking for a fallback location of lastlog... " >&6; }
7037if ${pt_cv_path_lastlog+:} false; then : 6917if test "${pt_cv_path_lastlog+set}" = set; then :
7038 $as_echo_n "(cached) " >&6 6918 $as_echo_n "(cached) " >&6
7039else 6919else
7040 6920
7041if test "$cross_compiling" != yes; then 6921if test "$cross_compiling" != yes; then
7042 for file in "/var/log/lastlog" "/var/adm/lastlog"; do 6922 for file in "/var/log/lastlog" "/var/adm/lastlog"; do
7060$as_echo "$as_me: WARNING: Define PT_LASTLOG_FILE in config.h manually" >&2;} 6940$as_echo "$as_me: WARNING: Define PT_LASTLOG_FILE in config.h manually" >&2;}
7061fi 6941fi
7062 6942
7063{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a fallback location of lastlogx" >&5 6943{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a fallback location of lastlogx" >&5
7064$as_echo_n "checking for a fallback location of lastlogx... " >&6; } 6944$as_echo_n "checking for a fallback location of lastlogx... " >&6; }
7065if ${pt_cv_path_lastlogx+:} false; then : 6945if test "${pt_cv_path_lastlogx+set}" = set; then :
7066 $as_echo_n "(cached) " >&6 6946 $as_echo_n "(cached) " >&6
7067else 6947else
7068 6948
7069if test "$cross_compiling" != yes; then 6949if test "$cross_compiling" != yes; then
7070 for file in "/var/log/lastlogx" "/var/adm/lastlogx"; do 6950 for file in "/var/log/lastlogx" "/var/adm/lastlogx"; do
7096CFLAGS="$CFLAGS $X_CFLAGS" 6976CFLAGS="$CFLAGS $X_CFLAGS"
7097LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 6977LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
7098if test x$support_xim = xyes; then 6978if test x$support_xim = xyes; then
7099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working Xlocale" >&5 6979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working Xlocale" >&5
7100$as_echo_n "checking for working Xlocale... " >&6; } 6980$as_echo_n "checking for working Xlocale... " >&6; }
7101if ${rxvt_cv_func_xlocale+:} false; then : 6981if test "${rxvt_cv_func_xlocale+set}" = set; then :
7102 $as_echo_n "(cached) " >&6 6982 $as_echo_n "(cached) " >&6
7103else 6983else
7104 if test "$cross_compiling" = yes; then : 6984 if test "$cross_compiling" = yes; then :
7105 : 6985 :
7106else 6986else
7134 7014
7135$as_echo "#define USE_XIM 1" >>confdefs.h 7015$as_echo "#define USE_XIM 1" >>confdefs.h
7136 7016
7137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken XIM callback" >&5 7017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken XIM callback" >&5
7138$as_echo_n "checking for broken XIM callback... " >&6; } 7018$as_echo_n "checking for broken XIM callback... " >&6; }
7139if ${rxvt_cv_broken_ximcb+:} false; then : 7019if test "${rxvt_cv_broken_ximcb+set}" = set; then :
7140 $as_echo_n "(cached) " >&6 7020 $as_echo_n "(cached) " >&6
7141else 7021else
7142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7143/* end confdefs.h. */ 7023/* end confdefs.h. */
7144 7024
7170 fi 7050 fi
7171fi 7051fi
7172 7052
7173{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working X setlocale" >&5 7053{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working X setlocale" >&5
7174$as_echo_n "checking for working X setlocale... " >&6; } 7054$as_echo_n "checking for working X setlocale... " >&6; }
7175if ${rxvt_cv_func_xsetlocale+:} false; then : 7055if test "${rxvt_cv_func_xsetlocale+set}" = set; then :
7176 $as_echo_n "(cached) " >&6 7056 $as_echo_n "(cached) " >&6
7177else 7057else
7178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7179/* end confdefs.h. */ 7059/* end confdefs.h. */
7180#define X_LOCALE 1 7060#define X_LOCALE 1
7203 7083
7204fi 7084fi
7205LIBS=$save_LIBS 7085LIBS=$save_LIBS
7206CFLAGS=$save_CFLAGS 7086CFLAGS=$save_CFLAGS
7207 7087
7208{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working plain setlocale" >&5
7209$as_echo_n "checking for working plain setlocale... " >&6; }
7210if ${rxvt_cv_func_setlocale+:} false; then :
7211 $as_echo_n "(cached) " >&6
7212else
7213 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7214/* end confdefs.h. */
7215#include <clocale>
7216int
7217main ()
7218{
7219setlocale(LC_CTYPE, "");
7220 ;
7221 return 0;
7222}
7223_ACEOF
7224if ac_fn_cxx_try_link "$LINENO"; then :
7225 rxvt_cv_func_setlocale=yes
7226else
7227 rxvt_cv_func_setlocale=no
7228fi
7229rm -f core conftest.err conftest.$ac_objext \
7230 conftest$ac_exeext conftest.$ac_ext
7231fi
7232{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $rxvt_cv_func_setlocale" >&5
7233$as_echo "$rxvt_cv_func_setlocale" >&6; }
7234if test x$rxvt_cv_func_setlocale = xyes; then
7235
7236$as_echo "#define HAVE_SETLOCALE 1" >>confdefs.h
7237
7238fi
7239
7240{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working nl_langinfo" >&5 7088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working nl_langinfo" >&5
7241$as_echo_n "checking for working nl_langinfo... " >&6; } 7089$as_echo_n "checking for working nl_langinfo... " >&6; }
7242if ${rxvt_cv_func_nl_langinfo+:} false; then : 7090if test "${rxvt_cv_func_nl_langinfo+set}" = set; then :
7243 $as_echo_n "(cached) " >&6 7091 $as_echo_n "(cached) " >&6
7244else 7092else
7245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7093 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7246/* end confdefs.h. */ 7094/* end confdefs.h. */
7247#include <langinfo.h> 7095#include <langinfo.h>
7275 7123
7276$as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h 7124$as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h
7277 7125
7278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing sendmsg" >&5 7126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing sendmsg" >&5
7279$as_echo_n "checking for library containing sendmsg... " >&6; } 7127$as_echo_n "checking for library containing sendmsg... " >&6; }
7280if ${ac_cv_search_sendmsg+:} false; then : 7128if test "${ac_cv_search_sendmsg+set}" = set; then :
7281 $as_echo_n "(cached) " >&6 7129 $as_echo_n "(cached) " >&6
7282else 7130else
7283 ac_func_search_save_LIBS=$LIBS 7131 ac_func_search_save_LIBS=$LIBS
7284cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7132cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7285/* end confdefs.h. */ 7133/* end confdefs.h. */
7309 if ac_fn_cxx_try_link "$LINENO"; then : 7157 if ac_fn_cxx_try_link "$LINENO"; then :
7310 ac_cv_search_sendmsg=$ac_res 7158 ac_cv_search_sendmsg=$ac_res
7311fi 7159fi
7312rm -f core conftest.err conftest.$ac_objext \ 7160rm -f core conftest.err conftest.$ac_objext \
7313 conftest$ac_exeext 7161 conftest$ac_exeext
7314 if ${ac_cv_search_sendmsg+:} false; then : 7162 if test "${ac_cv_search_sendmsg+set}" = set; then :
7315 break 7163 break
7316fi 7164fi
7317done 7165done
7318if ${ac_cv_search_sendmsg+:} false; then : 7166if test "${ac_cv_search_sendmsg+set}" = set; then :
7319 7167
7320else 7168else
7321 ac_cv_search_sendmsg=no 7169 ac_cv_search_sendmsg=no
7322fi 7170fi
7323rm conftest.$ac_ext 7171rm conftest.$ac_ext
7334 ;; 7182 ;;
7335esac 7183esac
7336 7184
7337{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for unix-compliant filehandle passing ability" >&5 7185{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for unix-compliant filehandle passing ability" >&5
7338$as_echo_n "checking for unix-compliant filehandle passing ability... " >&6; } 7186$as_echo_n "checking for unix-compliant filehandle passing ability... " >&6; }
7339if ${pt_cv_can_pass_fds+:} false; then : 7187if test "${pt_cv_can_pass_fds+set}" = set; then :
7340 $as_echo_n "(cached) " >&6 7188 $as_echo_n "(cached) " >&6
7341else 7189else
7342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7343/* end confdefs.h. */ 7191/* end confdefs.h. */
7344 7192
7345#include <cstddef> // broken bsds (is that redundant?) need this 7193#include <stddef.h> // broken bsds (is that redundant?) need this
7346#include <sys/types.h> 7194#include <sys/types.h>
7347#include <sys/socket.h> 7195#include <sys/socket.h>
7348#include <sys/uio.h> 7196#include <sys/uio.h>
7349 7197
7350int 7198int
7402for ac_header in \ 7250for ac_header in \
7403 pty.h \ 7251 pty.h \
7404 util.h \ 7252 util.h \
7405 libutil.h \ 7253 libutil.h \
7406 sys/ioctl.h \ 7254 sys/ioctl.h \
7407 sys/stropts.h \
7408 stropts.h \ 7255 stropts.h \
7409 7256
7410do : 7257do :
7411 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 7258 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7412ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 7259ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
7471 conftest$ac_exeext conftest.$ac_ext 7318 conftest$ac_exeext conftest.$ac_ext
7472 7319
7473if test -z "$unix98_pty"; then 7320if test -z "$unix98_pty"; then
7474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing openpty" >&5 7321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing openpty" >&5
7475$as_echo_n "checking for library containing openpty... " >&6; } 7322$as_echo_n "checking for library containing openpty... " >&6; }
7476if ${ac_cv_search_openpty+:} false; then : 7323if test "${ac_cv_search_openpty+set}" = set; then :
7477 $as_echo_n "(cached) " >&6 7324 $as_echo_n "(cached) " >&6
7478else 7325else
7479 ac_func_search_save_LIBS=$LIBS 7326 ac_func_search_save_LIBS=$LIBS
7480cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7327cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7481/* end confdefs.h. */ 7328/* end confdefs.h. */
7505 if ac_fn_cxx_try_link "$LINENO"; then : 7352 if ac_fn_cxx_try_link "$LINENO"; then :
7506 ac_cv_search_openpty=$ac_res 7353 ac_cv_search_openpty=$ac_res
7507fi 7354fi
7508rm -f core conftest.err conftest.$ac_objext \ 7355rm -f core conftest.err conftest.$ac_objext \
7509 conftest$ac_exeext 7356 conftest$ac_exeext
7510 if ${ac_cv_search_openpty+:} false; then : 7357 if test "${ac_cv_search_openpty+set}" = set; then :
7511 break 7358 break
7512fi 7359fi
7513done 7360done
7514if ${ac_cv_search_openpty+:} false; then : 7361if test "${ac_cv_search_openpty+set}" = set; then :
7515 7362
7516else 7363else
7517 ac_cv_search_openpty=no 7364 ac_cv_search_openpty=no
7518fi 7365fi
7519rm conftest.$ac_ext 7366rm conftest.$ac_ext
7533 7380
7534 7381
7535 7382
7536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for tty group" >&5 7383{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for tty group" >&5
7537$as_echo_n "checking for tty group... " >&6; } 7384$as_echo_n "checking for tty group... " >&6; }
7538if ${pt_cv_tty_group+:} false; then : 7385if test "${pt_cv_tty_group+set}" = set; then :
7539 $as_echo_n "(cached) " >&6 7386 $as_echo_n "(cached) " >&6
7540else 7387else
7541 if test "$cross_compiling" = yes; then : 7388 if test "$cross_compiling" = yes; then :
7542 pt_cv_tty_group=no 7389 pt_cv_tty_group=no
7543else 7390else
7587 rxvt_have_xrender=no 7434 rxvt_have_xrender=no
7588 # Extract the first word of "pkg-config", so it can be a program name with args. 7435 # Extract the first word of "pkg-config", so it can be a program name with args.
7589set dummy pkg-config; ac_word=$2 7436set dummy pkg-config; ac_word=$2
7590{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7591$as_echo_n "checking for $ac_word... " >&6; } 7438$as_echo_n "checking for $ac_word... " >&6; }
7592if ${ac_cv_path_PKG_CONFIG+:} false; then : 7439if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
7593 $as_echo_n "(cached) " >&6 7440 $as_echo_n "(cached) " >&6
7594else 7441else
7595 case $PKG_CONFIG in 7442 case $PKG_CONFIG in
7596 [\\/]* | ?:[\\/]*) 7443 [\\/]* | ?:[\\/]*)
7597 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 7444 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
7632 rxvt_have_xrender=yes 7479 rxvt_have_xrender=yes
7633 7480
7634 save_LIBS="$LIBS" 7481 save_LIBS="$LIBS"
7635 LIBS="$LIBS $X_LIBS" 7482 LIBS="$LIBS $X_LIBS"
7636 ac_fn_cxx_check_header_mongrel "$LINENO" "X11/extensions/Xrender.h" "ac_cv_header_X11_extensions_Xrender_h" "$ac_includes_default" 7483 ac_fn_cxx_check_header_mongrel "$LINENO" "X11/extensions/Xrender.h" "ac_cv_header_X11_extensions_Xrender_h" "$ac_includes_default"
7637if test "x$ac_cv_header_X11_extensions_Xrender_h" = xyes; then : 7484if test "x$ac_cv_header_X11_extensions_Xrender_h" = x""yes; then :
7638 7485
7639else 7486else
7640 rxvt_have_xrender=no 7487 rxvt_have_xrender=no
7641fi 7488fi
7642 7489
7643 7490
7644 ac_fn_cxx_check_func "$LINENO" "XRenderFindStandardFormat" "ac_cv_func_XRenderFindStandardFormat" 7491 ac_fn_cxx_check_func "$LINENO" "XRenderFindStandardFormat" "ac_cv_func_XRenderFindStandardFormat"
7645if test "x$ac_cv_func_XRenderFindStandardFormat" = xyes; then : 7492if test "x$ac_cv_func_XRenderFindStandardFormat" = x""yes; then :
7646 7493
7647else 7494else
7648 rxvt_have_xrender=no 7495 rxvt_have_xrender=no
7649fi 7496fi
7650 7497
7655if test x$support_xft = xyes && test x$rxvt_have_xrender = xyes; then 7502if test x$support_xft = xyes && test x$rxvt_have_xrender = xyes; then
7656 # Extract the first word of "pkg-config", so it can be a program name with args. 7503 # Extract the first word of "pkg-config", so it can be a program name with args.
7657set dummy pkg-config; ac_word=$2 7504set dummy pkg-config; ac_word=$2
7658{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7505{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7659$as_echo_n "checking for $ac_word... " >&6; } 7506$as_echo_n "checking for $ac_word... " >&6; }
7660if ${ac_cv_path_PKG_CONFIG+:} false; then : 7507if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
7661 $as_echo_n "(cached) " >&6 7508 $as_echo_n "(cached) " >&6
7662else 7509else
7663 case $PKG_CONFIG in 7510 case $PKG_CONFIG in
7664 [\\/]* | ?:[\\/]*) 7511 [\\/]* | ?:[\\/]*)
7665 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 7512 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
7700 else 7547 else
7701 # Extract the first word of "xft-config", so it can be a program name with args. 7548 # Extract the first word of "xft-config", so it can be a program name with args.
7702set dummy xft-config; ac_word=$2 7549set dummy xft-config; ac_word=$2
7703{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7550{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7704$as_echo_n "checking for $ac_word... " >&6; } 7551$as_echo_n "checking for $ac_word... " >&6; }
7705if ${ac_cv_path_XFT_CONFIG+:} false; then : 7552if test "${ac_cv_path_XFT_CONFIG+set}" = set; then :
7706 $as_echo_n "(cached) " >&6 7553 $as_echo_n "(cached) " >&6
7707else 7554else
7708 case $XFT_CONFIG in 7555 case $XFT_CONFIG in
7709 [\\/]* | ?:[\\/]*) 7556 [\\/]* | ?:[\\/]*)
7710 ac_cv_path_XFT_CONFIG="$XFT_CONFIG" # Let the user override the test with a path. 7557 ac_cv_path_XFT_CONFIG="$XFT_CONFIG" # Let the user override the test with a path.
7753 save_LIBS="$LIBS" 7600 save_LIBS="$LIBS"
7754 LIBS="$LIBS $X_LIBS" 7601 LIBS="$LIBS $X_LIBS"
7755 for ac_header in X11/Xft/Xft.h 7602 for ac_header in X11/Xft/Xft.h
7756do : 7603do :
7757 ac_fn_cxx_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default" 7604 ac_fn_cxx_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default"
7758if test "x$ac_cv_header_X11_Xft_Xft_h" = xyes; then : 7605if test "x$ac_cv_header_X11_Xft_Xft_h" = x""yes; then :
7759 cat >>confdefs.h <<_ACEOF 7606 cat >>confdefs.h <<_ACEOF
7760#define HAVE_X11_XFT_XFT_H 1 7607#define HAVE_X11_XFT_XFT_H 1
7761_ACEOF 7608_ACEOF
7762 7609
7763else 7610else
7766 7613
7767done 7614done
7768 7615
7769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftDrawString32 in -lXft" >&5 7616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftDrawString32 in -lXft" >&5
7770$as_echo_n "checking for XftDrawString32 in -lXft... " >&6; } 7617$as_echo_n "checking for XftDrawString32 in -lXft... " >&6; }
7771if ${ac_cv_lib_Xft_XftDrawString32+:} false; then : 7618if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then :
7772 $as_echo_n "(cached) " >&6 7619 $as_echo_n "(cached) " >&6
7773else 7620else
7774 ac_check_lib_save_LIBS=$LIBS 7621 ac_check_lib_save_LIBS=$LIBS
7775LIBS="-lXft $LIBS" 7622LIBS="-lXft $LIBS"
7776cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7623cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7800 conftest$ac_exeext conftest.$ac_ext 7647 conftest$ac_exeext conftest.$ac_ext
7801LIBS=$ac_check_lib_save_LIBS 7648LIBS=$ac_check_lib_save_LIBS
7802fi 7649fi
7803{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftDrawString32" >&5 7650{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftDrawString32" >&5
7804$as_echo "$ac_cv_lib_Xft_XftDrawString32" >&6; } 7651$as_echo "$ac_cv_lib_Xft_XftDrawString32" >&6; }
7805if test "x$ac_cv_lib_Xft_XftDrawString32" = xyes; then : 7652if test "x$ac_cv_lib_Xft_XftDrawString32" = x""yes; then :
7806 : 7653 :
7807else 7654else
7808 support_xft=no 7655 support_xft=no
7809fi 7656fi
7810 7657
7811 for ac_header in fontconfig/fontconfig.h 7658 for ac_header in fontconfig/fontconfig.h
7812do : 7659do :
7813 ac_fn_cxx_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default" 7660 ac_fn_cxx_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
7814if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then : 7661if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
7815 cat >>confdefs.h <<_ACEOF 7662 cat >>confdefs.h <<_ACEOF
7816#define HAVE_FONTCONFIG_FONTCONFIG_H 1 7663#define HAVE_FONTCONFIG_FONTCONFIG_H 1
7817_ACEOF 7664_ACEOF
7818 7665
7819else 7666else
7822 7669
7823done 7670done
7824 7671
7825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FcPatternGet in -lfontconfig" >&5 7672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FcPatternGet in -lfontconfig" >&5
7826$as_echo_n "checking for FcPatternGet in -lfontconfig... " >&6; } 7673$as_echo_n "checking for FcPatternGet in -lfontconfig... " >&6; }
7827if ${ac_cv_lib_fontconfig_FcPatternGet+:} false; then : 7674if test "${ac_cv_lib_fontconfig_FcPatternGet+set}" = set; then :
7828 $as_echo_n "(cached) " >&6 7675 $as_echo_n "(cached) " >&6
7829else 7676else
7830 ac_check_lib_save_LIBS=$LIBS 7677 ac_check_lib_save_LIBS=$LIBS
7831LIBS="-lfontconfig $LIBS" 7678LIBS="-lfontconfig $LIBS"
7832cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7679cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7856 conftest$ac_exeext conftest.$ac_ext 7703 conftest$ac_exeext conftest.$ac_ext
7857LIBS=$ac_check_lib_save_LIBS 7704LIBS=$ac_check_lib_save_LIBS
7858fi 7705fi
7859{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fontconfig_FcPatternGet" >&5 7706{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fontconfig_FcPatternGet" >&5
7860$as_echo "$ac_cv_lib_fontconfig_FcPatternGet" >&6; } 7707$as_echo "$ac_cv_lib_fontconfig_FcPatternGet" >&6; }
7861if test "x$ac_cv_lib_fontconfig_FcPatternGet" = xyes; then : 7708if test "x$ac_cv_lib_fontconfig_FcPatternGet" = x""yes; then :
7862 : 7709 :
7863else 7710else
7864 support_xft=no 7711 support_xft=no
7865fi 7712fi
7866 7713
8005if test x$support_perl = xyes; then 7852if test x$support_perl = xyes; then
8006 # Extract the first word of "perl5", so it can be a program name with args. 7853 # Extract the first word of "perl5", so it can be a program name with args.
8007set dummy perl5; ac_word=$2 7854set dummy perl5; ac_word=$2
8008{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7855{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8009$as_echo_n "checking for $ac_word... " >&6; } 7856$as_echo_n "checking for $ac_word... " >&6; }
8010if ${ac_cv_path_PERL+:} false; then : 7857if test "${ac_cv_path_PERL+set}" = set; then :
8011 $as_echo_n "(cached) " >&6 7858 $as_echo_n "(cached) " >&6
8012else 7859else
8013 case $PERL in 7860 case $PERL in
8014 [\\/]* | ?:[\\/]*) 7861 [\\/]* | ?:[\\/]*)
8015 ac_cv_path_PERL="$PERL" # Let the user override the test with a path. 7862 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
8028 fi 7875 fi
8029done 7876done
8030 done 7877 done
8031IFS=$as_save_IFS 7878IFS=$as_save_IFS
8032 7879
8033 ;; 7880 test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="perl"
8034esac
8035fi
8036PERL=$ac_cv_path_PERL
8037if test -n "$PERL"; then
8038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
8039$as_echo "$PERL" >&6; }
8040else
8041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8042$as_echo "no" >&6; }
8043fi
8044
8045
8046 # Extract the first word of "perl", so it can be a program name with args.
8047set dummy perl; ac_word=$2
8048{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8049$as_echo_n "checking for $ac_word... " >&6; }
8050if ${ac_cv_path_PERL+:} false; then :
8051 $as_echo_n "(cached) " >&6
8052else
8053 case $PERL in
8054 [\\/]* | ?:[\\/]*)
8055 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
8056 ;;
8057 *)
8058 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8059for as_dir in $PATH
8060do
8061 IFS=$as_save_IFS
8062 test -z "$as_dir" && as_dir=.
8063 for ac_exec_ext in '' $ac_executable_extensions; do
8064 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8065 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
8066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8067 break 2
8068 fi
8069done
8070 done
8071IFS=$as_save_IFS
8072
8073 ;; 7881 ;;
8074esac 7882esac
8075fi 7883fi
8076PERL=$ac_cv_path_PERL 7884PERL=$ac_cv_path_PERL
8077if test -n "$PERL"; then 7885if test -n "$PERL"; then
8209 t end 8017 t end
8210 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 8018 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
8211 :end' >>confcache 8019 :end' >>confcache
8212if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 8020if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
8213 if test -w "$cache_file"; then 8021 if test -w "$cache_file"; then
8214 if test "x$cache_file" != "x/dev/null"; then 8022 test "x$cache_file" != "x/dev/null" &&
8215 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 8023 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
8216$as_echo "$as_me: updating cache $cache_file" >&6;} 8024$as_echo "$as_me: updating cache $cache_file" >&6;}
8217 if test ! -f "$cache_file" || test -h "$cache_file"; then
8218 cat confcache >"$cache_file" 8025 cat confcache >$cache_file
8219 else
8220 case $cache_file in #(
8221 */* | ?:*)
8222 mv -f confcache "$cache_file"$$ &&
8223 mv -f "$cache_file"$$ "$cache_file" ;; #(
8224 *)
8225 mv -f confcache "$cache_file" ;;
8226 esac
8227 fi
8228 fi
8229 else 8026 else
8230 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 8027 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
8231$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 8028$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
8232 fi 8029 fi
8233fi 8030fi
8255 8052
8256LTLIBOBJS=$ac_ltlibobjs 8053LTLIBOBJS=$ac_ltlibobjs
8257 8054
8258 8055
8259 8056
8260: "${CONFIG_STATUS=./config.status}" 8057: ${CONFIG_STATUS=./config.status}
8261ac_write_fail=0 8058ac_write_fail=0
8262ac_clean_files_save=$ac_clean_files 8059ac_clean_files_save=$ac_clean_files
8263ac_clean_files="$ac_clean_files $CONFIG_STATUS" 8060ac_clean_files="$ac_clean_files $CONFIG_STATUS"
8264{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 8061{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
8265$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 8062$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
8356# (If _AS_PATH_WALK were called with IFS unset, it would disable word 8153# (If _AS_PATH_WALK were called with IFS unset, it would disable word
8357# splitting by setting IFS to empty value.) 8154# splitting by setting IFS to empty value.)
8358IFS=" "" $as_nl" 8155IFS=" "" $as_nl"
8359 8156
8360# Find who we are. Look in the path if we contain no directory separator. 8157# Find who we are. Look in the path if we contain no directory separator.
8361as_myself=
8362case $0 in #(( 8158case $0 in #((
8363 *[\\/]* ) as_myself=$0 ;; 8159 *[\\/]* ) as_myself=$0 ;;
8364 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8160 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8365for as_dir in $PATH 8161for as_dir in $PATH
8366do 8162do
8664# Save the log message, to keep $0 and so on meaningful, and to 8460# Save the log message, to keep $0 and so on meaningful, and to
8665# report actual input values of CONFIG_FILES etc. instead of their 8461# report actual input values of CONFIG_FILES etc. instead of their
8666# values after options handling. 8462# values after options handling.
8667ac_log=" 8463ac_log="
8668This file was extended by $as_me, which was 8464This file was extended by $as_me, which was
8669generated by GNU Autoconf 2.68. Invocation command line was 8465generated by GNU Autoconf 2.67. Invocation command line was
8670 8466
8671 CONFIG_FILES = $CONFIG_FILES 8467 CONFIG_FILES = $CONFIG_FILES
8672 CONFIG_HEADERS = $CONFIG_HEADERS 8468 CONFIG_HEADERS = $CONFIG_HEADERS
8673 CONFIG_LINKS = $CONFIG_LINKS 8469 CONFIG_LINKS = $CONFIG_LINKS
8674 CONFIG_COMMANDS = $CONFIG_COMMANDS 8470 CONFIG_COMMANDS = $CONFIG_COMMANDS
8726_ACEOF 8522_ACEOF
8727cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8523cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8728ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 8524ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
8729ac_cs_version="\\ 8525ac_cs_version="\\
8730config.status 8526config.status
8731configured by $0, generated by GNU Autoconf 2.68, 8527configured by $0, generated by GNU Autoconf 2.67,
8732 with options \\"\$ac_cs_config\\" 8528 with options \\"\$ac_cs_config\\"
8733 8529
8734Copyright (C) 2010 Free Software Foundation, Inc. 8530Copyright (C) 2010 Free Software Foundation, Inc.
8735This config.status script is free software; the Free Software Foundation 8531This config.status script is free software; the Free Software Foundation
8736gives unlimited permission to copy, distribute and modify it." 8532gives unlimited permission to copy, distribute and modify it."
8852 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;; 8648 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;;
8853 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 8649 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
8854 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 8650 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
8855 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 8651 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
8856 8652
8857 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 8653 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
8858 esac 8654 esac
8859done 8655done
8860 8656
8861 8657
8862# If the user did not use the arguments to specify the items to instantiate, 8658# If the user did not use the arguments to specify the items to instantiate,
8874# Hook for its removal unless debugging. 8670# Hook for its removal unless debugging.
8875# Note that there is a small window in which the directory will not be cleaned: 8671# Note that there is a small window in which the directory will not be cleaned:
8876# after its creation but before its name has been assigned to `$tmp'. 8672# after its creation but before its name has been assigned to `$tmp'.
8877$debug || 8673$debug ||
8878{ 8674{
8879 tmp= ac_tmp= 8675 tmp=
8880 trap 'exit_status=$? 8676 trap 'exit_status=$?
8881 : "${ac_tmp:=$tmp}"
8882 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status 8677 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
8883' 0 8678' 0
8884 trap 'as_fn_exit 1' 1 2 13 15 8679 trap 'as_fn_exit 1' 1 2 13 15
8885} 8680}
8886# Create a (secure) tmp directory for tmp files. 8681# Create a (secure) tmp directory for tmp files.
8887 8682
8888{ 8683{
8889 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 8684 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
8890 test -d "$tmp" 8685 test -n "$tmp" && test -d "$tmp"
8891} || 8686} ||
8892{ 8687{
8893 tmp=./conf$$-$RANDOM 8688 tmp=./conf$$-$RANDOM
8894 (umask 077 && mkdir "$tmp") 8689 (umask 077 && mkdir "$tmp")
8895} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 8690} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
8896ac_tmp=$tmp
8897 8691
8898# Set up the scripts for CONFIG_FILES section. 8692# Set up the scripts for CONFIG_FILES section.
8899# No need to generate them if there are no CONFIG_FILES. 8693# No need to generate them if there are no CONFIG_FILES.
8900# This happens for instance with `./config.status config.h'. 8694# This happens for instance with `./config.status config.h'.
8901if test -n "$CONFIG_FILES"; then 8695if test -n "$CONFIG_FILES"; then
8913 ac_cs_awk_cr='\\r' 8707 ac_cs_awk_cr='\\r'
8914else 8708else
8915 ac_cs_awk_cr=$ac_cr 8709 ac_cs_awk_cr=$ac_cr
8916fi 8710fi
8917 8711
8918echo 'BEGIN {' >"$ac_tmp/subs1.awk" && 8712echo 'BEGIN {' >"$tmp/subs1.awk" &&
8919_ACEOF 8713_ACEOF
8920 8714
8921 8715
8922{ 8716{
8923 echo "cat >conf$$subs.awk <<_ACEOF" && 8717 echo "cat >conf$$subs.awk <<_ACEOF" &&
8941 fi 8735 fi
8942done 8736done
8943rm -f conf$$subs.sh 8737rm -f conf$$subs.sh
8944 8738
8945cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8739cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8946cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && 8740cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
8947_ACEOF 8741_ACEOF
8948sed -n ' 8742sed -n '
8949h 8743h
8950s/^/S["/; s/!.*/"]=/ 8744s/^/S["/; s/!.*/"]=/
8951p 8745p
8989} 8783}
8990' >>$CONFIG_STATUS || ac_write_fail=1 8784' >>$CONFIG_STATUS || ac_write_fail=1
8991rm -f conf$$subs.awk 8785rm -f conf$$subs.awk
8992cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8786cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8993_ACAWK 8787_ACAWK
8994cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && 8788cat >>"\$tmp/subs1.awk" <<_ACAWK &&
8995 for (key in S) S_is_set[key] = 1 8789 for (key in S) S_is_set[key] = 1
8996 FS = "" 8790 FS = ""
8997 8791
8998} 8792}
8999{ 8793{
9021cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 8815cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9022if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 8816if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
9023 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 8817 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
9024else 8818else
9025 cat 8819 cat
9026fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ 8820fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
9027 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 8821 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
9028_ACEOF 8822_ACEOF
9029 8823
9030# VPATH may cause trouble with some makes, so we remove sole $(srcdir), 8824# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
9031# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and 8825# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
9055 8849
9056# Set up the scripts for CONFIG_HEADERS section. 8850# Set up the scripts for CONFIG_HEADERS section.
9057# No need to generate them if there are no CONFIG_HEADERS. 8851# No need to generate them if there are no CONFIG_HEADERS.
9058# This happens for instance with `./config.status Makefile'. 8852# This happens for instance with `./config.status Makefile'.
9059if test -n "$CONFIG_HEADERS"; then 8853if test -n "$CONFIG_HEADERS"; then
9060cat >"$ac_tmp/defines.awk" <<\_ACAWK || 8854cat >"$tmp/defines.awk" <<\_ACAWK ||
9061BEGIN { 8855BEGIN {
9062_ACEOF 8856_ACEOF
9063 8857
9064# Transform confdefs.h into an awk script `defines.awk', embedded as 8858# Transform confdefs.h into an awk script `defines.awk', embedded as
9065# here-document in config.status, that substitutes the proper values into 8859# here-document in config.status, that substitutes the proper values into
9067 8861
9068# Create a delimiter string that does not exist in confdefs.h, to ease 8862# Create a delimiter string that does not exist in confdefs.h, to ease
9069# handling of long lines. 8863# handling of long lines.
9070ac_delim='%!_!# ' 8864ac_delim='%!_!# '
9071for ac_last_try in false false :; do 8865for ac_last_try in false false :; do
9072 ac_tt=`sed -n "/$ac_delim/p" confdefs.h` 8866 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
9073 if test -z "$ac_tt"; then 8867 if test -z "$ac_t"; then
9074 break 8868 break
9075 elif $ac_last_try; then 8869 elif $ac_last_try; then
9076 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 8870 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
9077 else 8871 else
9078 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 8872 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
9169 case $ac_tag in 8963 case $ac_tag in
9170 :[FHLC]) ac_mode=$ac_tag; continue;; 8964 :[FHLC]) ac_mode=$ac_tag; continue;;
9171 esac 8965 esac
9172 case $ac_mode$ac_tag in 8966 case $ac_mode$ac_tag in
9173 :[FHL]*:*);; 8967 :[FHL]*:*);;
9174 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; 8968 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
9175 :[FH]-) ac_tag=-:-;; 8969 :[FH]-) ac_tag=-:-;;
9176 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 8970 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
9177 esac 8971 esac
9178 ac_save_IFS=$IFS 8972 ac_save_IFS=$IFS
9179 IFS=: 8973 IFS=:
9188 :[FH]) 8982 :[FH])
9189 ac_file_inputs= 8983 ac_file_inputs=
9190 for ac_f 8984 for ac_f
9191 do 8985 do
9192 case $ac_f in 8986 case $ac_f in
9193 -) ac_f="$ac_tmp/stdin";; 8987 -) ac_f="$tmp/stdin";;
9194 *) # Look for the file first in the build tree, then in the source tree 8988 *) # Look for the file first in the build tree, then in the source tree
9195 # (if the path is not absolute). The absolute path cannot be DOS-style, 8989 # (if the path is not absolute). The absolute path cannot be DOS-style,
9196 # because $ac_f cannot contain `:'. 8990 # because $ac_f cannot contain `:'.
9197 test -f "$ac_f" || 8991 test -f "$ac_f" ||
9198 case $ac_f in 8992 case $ac_f in
9199 [\\/$]*) false;; 8993 [\\/$]*) false;;
9200 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 8994 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
9201 esac || 8995 esac ||
9202 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; 8996 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
9203 esac 8997 esac
9204 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 8998 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
9205 as_fn_append ac_file_inputs " '$ac_f'" 8999 as_fn_append ac_file_inputs " '$ac_f'"
9206 done 9000 done
9207 9001
9223 sed 's/[\\\\&|]/\\\\&/g'`;; #( 9017 sed 's/[\\\\&|]/\\\\&/g'`;; #(
9224 *) ac_sed_conf_input=$configure_input;; 9018 *) ac_sed_conf_input=$configure_input;;
9225 esac 9019 esac
9226 9020
9227 case $ac_tag in 9021 case $ac_tag in
9228 *:-:* | *:-) cat >"$ac_tmp/stdin" \ 9022 *:-:* | *:-) cat >"$tmp/stdin" \
9229 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 9023 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
9230 esac 9024 esac
9231 ;; 9025 ;;
9232 esac 9026 esac
9233 9027
9234 ac_dir=`$as_dirname -- "$ac_file" || 9028 ac_dir=`$as_dirname -- "$ac_file" ||
9354s&@abs_builddir@&$ac_abs_builddir&;t t 9148s&@abs_builddir@&$ac_abs_builddir&;t t
9355s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 9149s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
9356s&@INSTALL@&$ac_INSTALL&;t t 9150s&@INSTALL@&$ac_INSTALL&;t t
9357$ac_datarootdir_hack 9151$ac_datarootdir_hack
9358" 9152"
9359eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ 9153eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
9360 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9154 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9361 9155
9362test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 9156test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
9363 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 9157 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
9364 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 9158 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
9365 "$ac_tmp/out"`; test -z "$ac_out"; } &&
9366 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 9159 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
9367which seems to be undefined. Please make sure it is defined" >&5 9160which seems to be undefined. Please make sure it is defined" >&5
9368$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 9161$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
9369which seems to be undefined. Please make sure it is defined" >&2;} 9162which seems to be undefined. Please make sure it is defined" >&2;}
9370 9163
9371 rm -f "$ac_tmp/stdin" 9164 rm -f "$tmp/stdin"
9372 case $ac_file in 9165 case $ac_file in
9373 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; 9166 -) cat "$tmp/out" && rm -f "$tmp/out";;
9374 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; 9167 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
9375 esac \ 9168 esac \
9376 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9169 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9377 ;; 9170 ;;
9378 :H) 9171 :H)
9379 # 9172 #
9380 # CONFIG_HEADER 9173 # CONFIG_HEADER
9381 # 9174 #
9382 if test x"$ac_file" != x-; then 9175 if test x"$ac_file" != x-; then
9383 { 9176 {
9384 $as_echo "/* $configure_input */" \ 9177 $as_echo "/* $configure_input */" \
9385 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" 9178 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
9386 } >"$ac_tmp/config.h" \ 9179 } >"$tmp/config.h" \
9387 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9180 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9388 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then 9181 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
9389 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 9182 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
9390$as_echo "$as_me: $ac_file is unchanged" >&6;} 9183$as_echo "$as_me: $ac_file is unchanged" >&6;}
9391 else 9184 else
9392 rm -f "$ac_file" 9185 rm -f "$ac_file"
9393 mv "$ac_tmp/config.h" "$ac_file" \ 9186 mv "$tmp/config.h" "$ac_file" \
9394 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9187 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9395 fi 9188 fi
9396 else 9189 else
9397 $as_echo "/* $configure_input */" \ 9190 $as_echo "/* $configure_input */" \
9398 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ 9191 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
9399 || as_fn_error $? "could not create -" "$LINENO" 5 9192 || as_fn_error $? "could not create -" "$LINENO" 5
9400 fi 9193 fi
9401 ;; 9194 ;;
9402 9195
9403 9196

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines