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

Comparing rxvt-unicode/configure (file contents):
Revision 1.149 by sf-exg, Sun Nov 27 15:18:44 2011 UTC vs.
Revision 1.150 by root, Sun Dec 18 02:23:11 2011 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."
1153 *) 1145 *)
1154 # FIXME: should be removed in autoconf 3.0. 1146 # FIXME: should be removed in autoconf 3.0.
1155 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1147 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1156 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1148 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1157 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1149 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1158 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" 1150 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1159 ;; 1151 ;;
1160 1152
1161 esac 1153 esac
1162done 1154done
1163 1155
1375 --enable-256-color enable 256-color support 1367 --enable-256-color enable 256-color support
1376 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters 1368 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
1377 --enable-combining enable composition of base and combining characters 1369 --enable-combining enable composition of base and combining characters
1378 --enable-xft enable xft support on systems that have it 1370 --enable-xft enable xft support on systems that have it
1379 --enable-font-styles enable bold and italic support 1371 --enable-font-styles enable bold and italic support
1380 --enable-afterimage enable integration with libAfterImage for background images 1372 --enable-afterimage enable integration with libAfterImage for background images (deprecated)
1381 --enable-pixbuf enable integration with gdk-pixbuf for background images 1373 --enable-pixbuf enable integration with gdk-pixbuf for background images
1382 --enable-startup-notification enable freedesktop startup notification support 1374 --enable-startup-notification enable freedesktop startup notification support
1383 --enable-transparency enable transparent backgrounds 1375 --enable-transparency enable transparent backgrounds
1384 --enable-fading enable colors fading when off focus 1376 --enable-fading enable colors fading when off focus
1385 --enable-rxvt-scroll enable rxvt style scrollbar 1377 --enable-rxvt-scroll enable rxvt style scrollbar
1497 1489
1498test -n "$ac_init_help" && exit $ac_status 1490test -n "$ac_init_help" && exit $ac_status
1499if $ac_init_version; then 1491if $ac_init_version; then
1500 cat <<\_ACEOF 1492 cat <<\_ACEOF
1501configure 1493configure
1502generated by GNU Autoconf 2.68 1494generated by GNU Autoconf 2.67
1503 1495
1504Copyright (C) 2010 Free Software Foundation, Inc. 1496Copyright (C) 2010 Free Software Foundation, Inc.
1505This configure script is free software; the Free Software Foundation 1497This configure script is free software; the Free Software Foundation
1506gives unlimited permission to copy, distribute and modify it. 1498gives unlimited permission to copy, distribute and modify it.
1507_ACEOF 1499_ACEOF
1543 $as_echo "$as_me: failed program was:" >&5 1535 $as_echo "$as_me: failed program was:" >&5
1544sed 's/^/| /' conftest.$ac_ext >&5 1536sed 's/^/| /' conftest.$ac_ext >&5
1545 1537
1546 ac_retval=1 1538 ac_retval=1
1547fi 1539fi
1548 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1540 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1549 as_fn_set_status $ac_retval 1541 as_fn_set_status $ac_retval
1550 1542
1551} # ac_fn_c_try_compile 1543} # ac_fn_c_try_compile
1552 1544
1553# ac_fn_cxx_try_compile LINENO 1545# ac_fn_cxx_try_compile LINENO
1581 $as_echo "$as_me: failed program was:" >&5 1573 $as_echo "$as_me: failed program was:" >&5
1582sed 's/^/| /' conftest.$ac_ext >&5 1574sed 's/^/| /' conftest.$ac_ext >&5
1583 1575
1584 ac_retval=1 1576 ac_retval=1
1585fi 1577fi
1586 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1578 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1587 as_fn_set_status $ac_retval 1579 as_fn_set_status $ac_retval
1588 1580
1589} # ac_fn_cxx_try_compile 1581} # ac_fn_cxx_try_compile
1590 1582
1591# ac_fn_c_try_cpp LINENO 1583# ac_fn_c_try_cpp LINENO
1618 $as_echo "$as_me: failed program was:" >&5 1610 $as_echo "$as_me: failed program was:" >&5
1619sed 's/^/| /' conftest.$ac_ext >&5 1611sed 's/^/| /' conftest.$ac_ext >&5
1620 1612
1621 ac_retval=1 1613 ac_retval=1
1622fi 1614fi
1623 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1615 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1624 as_fn_set_status $ac_retval 1616 as_fn_set_status $ac_retval
1625 1617
1626} # ac_fn_c_try_cpp 1618} # ac_fn_c_try_cpp
1627 1619
1628# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES 1620# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1631# the include files in INCLUDES and setting the cache variable VAR 1623# the include files in INCLUDES and setting the cache variable VAR
1632# accordingly. 1624# accordingly.
1633ac_fn_c_check_header_mongrel () 1625ac_fn_c_check_header_mongrel ()
1634{ 1626{
1635 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1627 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1636 if eval \${$3+:} false; then : 1628 if eval "test \"\${$3+set}\"" = set; then :
1637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1638$as_echo_n "checking for $2... " >&6; } 1630$as_echo_n "checking for $2... " >&6; }
1639if eval \${$3+:} false; then : 1631if eval "test \"\${$3+set}\"" = set; then :
1640 $as_echo_n "(cached) " >&6 1632 $as_echo_n "(cached) " >&6
1641fi 1633fi
1642eval ac_res=\$$3 1634eval ac_res=\$$3
1643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1644$as_echo "$ac_res" >&6; } 1636$as_echo "$ac_res" >&6; }
1697$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1689$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1698 ;; 1690 ;;
1699esac 1691esac
1700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1701$as_echo_n "checking for $2... " >&6; } 1693$as_echo_n "checking for $2... " >&6; }
1702if eval \${$3+:} false; then : 1694if eval "test \"\${$3+set}\"" = set; then :
1703 $as_echo_n "(cached) " >&6 1695 $as_echo_n "(cached) " >&6
1704else 1696else
1705 eval "$3=\$ac_header_compiler" 1697 eval "$3=\$ac_header_compiler"
1706fi 1698fi
1707eval ac_res=\$$3 1699eval ac_res=\$$3
1708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1709$as_echo "$ac_res" >&6; } 1701$as_echo "$ac_res" >&6; }
1710fi 1702fi
1711 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1703 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1712 1704
1713} # ac_fn_c_check_header_mongrel 1705} # ac_fn_c_check_header_mongrel
1714 1706
1715# ac_fn_c_try_run LINENO 1707# ac_fn_c_try_run LINENO
1716# ---------------------- 1708# ----------------------
1747sed 's/^/| /' conftest.$ac_ext >&5 1739sed 's/^/| /' conftest.$ac_ext >&5
1748 1740
1749 ac_retval=$ac_status 1741 ac_retval=$ac_status
1750fi 1742fi
1751 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1743 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1752 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1744 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1753 as_fn_set_status $ac_retval 1745 as_fn_set_status $ac_retval
1754 1746
1755} # ac_fn_c_try_run 1747} # ac_fn_c_try_run
1756 1748
1757# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES 1749# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1761ac_fn_c_check_header_compile () 1753ac_fn_c_check_header_compile ()
1762{ 1754{
1763 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1755 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 1756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1765$as_echo_n "checking for $2... " >&6; } 1757$as_echo_n "checking for $2... " >&6; }
1766if eval \${$3+:} false; then : 1758if eval "test \"\${$3+set}\"" = set; then :
1767 $as_echo_n "(cached) " >&6 1759 $as_echo_n "(cached) " >&6
1768else 1760else
1769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1761 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1770/* end confdefs.h. */ 1762/* end confdefs.h. */
1771$4 1763$4
1779rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1771rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1780fi 1772fi
1781eval ac_res=\$$3 1773eval ac_res=\$$3
1782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1783$as_echo "$ac_res" >&6; } 1775$as_echo "$ac_res" >&6; }
1784 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1776 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1785 1777
1786} # ac_fn_c_check_header_compile 1778} # ac_fn_c_check_header_compile
1787 1779
1788# ac_fn_c_try_link LINENO 1780# ac_fn_c_try_link LINENO
1789# ----------------------- 1781# -----------------------
1824 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 1816 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1825 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 1817 # 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 1818 # 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. 1819 # left behind by Apple's compiler. We do this before executing the actions.
1828 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1820 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1829 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1821 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1830 as_fn_set_status $ac_retval 1822 as_fn_set_status $ac_retval
1831 1823
1832} # ac_fn_c_try_link 1824} # ac_fn_c_try_link
1833 1825
1834# ac_fn_cxx_try_link LINENO 1826# ac_fn_cxx_try_link LINENO
1870 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 1862 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1871 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 1863 # 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 1864 # 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. 1865 # left behind by Apple's compiler. We do this before executing the actions.
1874 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1866 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1875 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1867 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1876 as_fn_set_status $ac_retval 1868 as_fn_set_status $ac_retval
1877 1869
1878} # ac_fn_cxx_try_link 1870} # ac_fn_cxx_try_link
1879 1871
1880# ac_fn_cxx_try_cpp LINENO 1872# ac_fn_cxx_try_cpp LINENO
1907 $as_echo "$as_me: failed program was:" >&5 1899 $as_echo "$as_me: failed program was:" >&5
1908sed 's/^/| /' conftest.$ac_ext >&5 1900sed 's/^/| /' conftest.$ac_ext >&5
1909 1901
1910 ac_retval=1 1902 ac_retval=1
1911fi 1903fi
1912 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1904 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1913 as_fn_set_status $ac_retval 1905 as_fn_set_status $ac_retval
1914 1906
1915} # ac_fn_cxx_try_cpp 1907} # ac_fn_cxx_try_cpp
1916 1908
1917# ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES 1909# ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES
1920# the include files in INCLUDES and setting the cache variable VAR 1912# the include files in INCLUDES and setting the cache variable VAR
1921# accordingly. 1913# accordingly.
1922ac_fn_cxx_check_header_mongrel () 1914ac_fn_cxx_check_header_mongrel ()
1923{ 1915{
1924 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1916 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1925 if eval \${$3+:} false; then : 1917 if eval "test \"\${$3+set}\"" = set; then :
1926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1927$as_echo_n "checking for $2... " >&6; } 1919$as_echo_n "checking for $2... " >&6; }
1928if eval \${$3+:} false; then : 1920if eval "test \"\${$3+set}\"" = set; then :
1929 $as_echo_n "(cached) " >&6 1921 $as_echo_n "(cached) " >&6
1930fi 1922fi
1931eval ac_res=\$$3 1923eval ac_res=\$$3
1932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1933$as_echo "$ac_res" >&6; } 1925$as_echo "$ac_res" >&6; }
1986$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1978$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1987 ;; 1979 ;;
1988esac 1980esac
1989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1990$as_echo_n "checking for $2... " >&6; } 1982$as_echo_n "checking for $2... " >&6; }
1991if eval \${$3+:} false; then : 1983if eval "test \"\${$3+set}\"" = set; then :
1992 $as_echo_n "(cached) " >&6 1984 $as_echo_n "(cached) " >&6
1993else 1985else
1994 eval "$3=\$ac_header_compiler" 1986 eval "$3=\$ac_header_compiler"
1995fi 1987fi
1996eval ac_res=\$$3 1988eval ac_res=\$$3
1997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1998$as_echo "$ac_res" >&6; } 1990$as_echo "$ac_res" >&6; }
1999fi 1991fi
2000 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1992 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2001 1993
2002} # ac_fn_cxx_check_header_mongrel 1994} # ac_fn_cxx_check_header_mongrel
2003 1995
2004# ac_fn_cxx_check_func LINENO FUNC VAR 1996# ac_fn_cxx_check_func LINENO FUNC VAR
2005# ------------------------------------ 1997# ------------------------------------
2007ac_fn_cxx_check_func () 1999ac_fn_cxx_check_func ()
2008{ 2000{
2009 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2001 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 2002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2011$as_echo_n "checking for $2... " >&6; } 2003$as_echo_n "checking for $2... " >&6; }
2012if eval \${$3+:} false; then : 2004if eval "test \"\${$3+set}\"" = set; then :
2013 $as_echo_n "(cached) " >&6 2005 $as_echo_n "(cached) " >&6
2014else 2006else
2015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2016/* end confdefs.h. */ 2008/* end confdefs.h. */
2017/* Define $2 to an innocuous variant, in case <limits.h> declares $2. 2009/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2062 conftest$ac_exeext conftest.$ac_ext 2054 conftest$ac_exeext conftest.$ac_ext
2063fi 2055fi
2064eval ac_res=\$$3 2056eval ac_res=\$$3
2065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2066$as_echo "$ac_res" >&6; } 2058$as_echo "$ac_res" >&6; }
2067 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2059 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2068 2060
2069} # ac_fn_cxx_check_func 2061} # ac_fn_cxx_check_func
2070 2062
2071# ac_fn_cxx_check_type LINENO TYPE VAR INCLUDES 2063# ac_fn_cxx_check_type LINENO TYPE VAR INCLUDES
2072# --------------------------------------------- 2064# ---------------------------------------------
2075ac_fn_cxx_check_type () 2067ac_fn_cxx_check_type ()
2076{ 2068{
2077 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2069 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 2070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2079$as_echo_n "checking for $2... " >&6; } 2071$as_echo_n "checking for $2... " >&6; }
2080if eval \${$3+:} false; then : 2072if eval "test \"\${$3+set}\"" = set; then :
2081 $as_echo_n "(cached) " >&6 2073 $as_echo_n "(cached) " >&6
2082else 2074else
2083 eval "$3=no" 2075 eval "$3=no"
2084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2085/* end confdefs.h. */ 2077/* end confdefs.h. */
2116rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2108rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2117fi 2109fi
2118eval ac_res=\$$3 2110eval ac_res=\$$3
2119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2120$as_echo "$ac_res" >&6; } 2112$as_echo "$ac_res" >&6; }
2121 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2113 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2122 2114
2123} # ac_fn_cxx_check_type 2115} # ac_fn_cxx_check_type
2124 2116
2125# ac_fn_c_find_intX_t LINENO BITS VAR 2117# ac_fn_c_find_intX_t LINENO BITS VAR
2126# ----------------------------------- 2118# -----------------------------------
2129ac_fn_c_find_intX_t () 2121ac_fn_c_find_intX_t ()
2130{ 2122{
2131 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2123 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 2124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for int$2_t" >&5
2133$as_echo_n "checking for int$2_t... " >&6; } 2125$as_echo_n "checking for int$2_t... " >&6; }
2134if eval \${$3+:} false; then : 2126if eval "test \"\${$3+set}\"" = set; then :
2135 $as_echo_n "(cached) " >&6 2127 $as_echo_n "(cached) " >&6
2136else 2128else
2137 eval "$3=no" 2129 eval "$3=no"
2138 # Order is important - never check a type that is potentially smaller 2130 # Order is important - never check a type that is potentially smaller
2139 # than half of the expected target width. 2131 # than half of the expected target width.
2190 done 2182 done
2191fi 2183fi
2192eval ac_res=\$$3 2184eval ac_res=\$$3
2193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2194$as_echo "$ac_res" >&6; } 2186$as_echo "$ac_res" >&6; }
2195 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2187 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2196 2188
2197} # ac_fn_c_find_intX_t 2189} # ac_fn_c_find_intX_t
2198 2190
2199# ac_fn_c_find_uintX_t LINENO BITS VAR 2191# ac_fn_c_find_uintX_t LINENO BITS VAR
2200# ------------------------------------ 2192# ------------------------------------
2203ac_fn_c_find_uintX_t () 2195ac_fn_c_find_uintX_t ()
2204{ 2196{
2205 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2197 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 2198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
2207$as_echo_n "checking for uint$2_t... " >&6; } 2199$as_echo_n "checking for uint$2_t... " >&6; }
2208if eval \${$3+:} false; then : 2200if eval "test \"\${$3+set}\"" = set; then :
2209 $as_echo_n "(cached) " >&6 2201 $as_echo_n "(cached) " >&6
2210else 2202else
2211 eval "$3=no" 2203 eval "$3=no"
2212 # Order is important - never check a type that is potentially smaller 2204 # Order is important - never check a type that is potentially smaller
2213 # than half of the expected target width. 2205 # than half of the expected target width.
2243 done 2235 done
2244fi 2236fi
2245eval ac_res=\$$3 2237eval ac_res=\$$3
2246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2247$as_echo "$ac_res" >&6; } 2239$as_echo "$ac_res" >&6; }
2248 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2240 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2249 2241
2250} # ac_fn_c_find_uintX_t 2242} # ac_fn_c_find_uintX_t
2251 2243
2252# ac_fn_cxx_try_run LINENO 2244# ac_fn_cxx_try_run LINENO
2253# ------------------------ 2245# ------------------------
2284sed 's/^/| /' conftest.$ac_ext >&5 2276sed 's/^/| /' conftest.$ac_ext >&5
2285 2277
2286 ac_retval=$ac_status 2278 ac_retval=$ac_status
2287fi 2279fi
2288 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 2280 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2289 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2281 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2290 as_fn_set_status $ac_retval 2282 as_fn_set_status $ac_retval
2291 2283
2292} # ac_fn_cxx_try_run 2284} # ac_fn_cxx_try_run
2293cat >config.log <<_ACEOF 2285cat >config.log <<_ACEOF
2294This file contains any messages produced by compilers while 2286This file contains any messages produced by compilers while
2295running configure, to aid debugging if configure makes a mistake. 2287running configure, to aid debugging if configure makes a mistake.
2296 2288
2297It was created by $as_me, which was 2289It was created by $as_me, which was
2298generated by GNU Autoconf 2.68. Invocation command line was 2290generated by GNU Autoconf 2.67. Invocation command line was
2299 2291
2300 $ $0 $@ 2292 $ $0 $@
2301 2293
2302_ACEOF 2294_ACEOF
2303exec 5>>config.log 2295exec 5>>config.log
2551 sed 's/^/| /' "$ac_site_file" >&5 2543 sed 's/^/| /' "$ac_site_file" >&5
2552 . "$ac_site_file" \ 2544 . "$ac_site_file" \
2553 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2545 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2554$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2546$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2555as_fn_error $? "failed to load site script $ac_site_file 2547as_fn_error $? "failed to load site script $ac_site_file
2556See \`config.log' for more details" "$LINENO" 5; } 2548See \`config.log' for more details" "$LINENO" 5 ; }
2557 fi 2549 fi
2558done 2550done
2559 2551
2560if test -r "$cache_file"; then 2552if test -r "$cache_file"; then
2561 # Some versions of bash will fail to source /dev/null (special files 2553 # Some versions of bash will fail to source /dev/null (special files
2680$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 2672$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 2673 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2682 2674
2683{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 2675{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2684$as_echo_n "checking build system type... " >&6; } 2676$as_echo_n "checking build system type... " >&6; }
2685if ${ac_cv_build+:} false; then : 2677if test "${ac_cv_build+set}" = set; then :
2686 $as_echo_n "(cached) " >&6 2678 $as_echo_n "(cached) " >&6
2687else 2679else
2688 ac_build_alias=$build_alias 2680 ac_build_alias=$build_alias
2689test "x$ac_build_alias" = x && 2681test "x$ac_build_alias" = x &&
2690 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 2682 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2696fi 2688fi
2697{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 2689{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2698$as_echo "$ac_cv_build" >&6; } 2690$as_echo "$ac_cv_build" >&6; }
2699case $ac_cv_build in 2691case $ac_cv_build in
2700*-*-*) ;; 2692*-*-*) ;;
2701*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; 2693*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
2702esac 2694esac
2703build=$ac_cv_build 2695build=$ac_cv_build
2704ac_save_IFS=$IFS; IFS='-' 2696ac_save_IFS=$IFS; IFS='-'
2705set x $ac_cv_build 2697set x $ac_cv_build
2706shift 2698shift
2714case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 2706case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2715 2707
2716 2708
2717{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 2709{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2718$as_echo_n "checking host system type... " >&6; } 2710$as_echo_n "checking host system type... " >&6; }
2719if ${ac_cv_host+:} false; then : 2711if test "${ac_cv_host+set}" = set; then :
2720 $as_echo_n "(cached) " >&6 2712 $as_echo_n "(cached) " >&6
2721else 2713else
2722 if test "x$host_alias" = x; then 2714 if test "x$host_alias" = x; then
2723 ac_cv_host=$ac_cv_build 2715 ac_cv_host=$ac_cv_build
2724else 2716else
2729fi 2721fi
2730{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 2722{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2731$as_echo "$ac_cv_host" >&6; } 2723$as_echo "$ac_cv_host" >&6; }
2732case $ac_cv_host in 2724case $ac_cv_host in
2733*-*-*) ;; 2725*-*-*) ;;
2734*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; 2726*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
2735esac 2727esac
2736host=$ac_cv_host 2728host=$ac_cv_host
2737ac_save_IFS=$IFS; IFS='-' 2729ac_save_IFS=$IFS; IFS='-'
2738set x $ac_cv_host 2730set x $ac_cv_host
2739shift 2731shift
2765if test -n "$ac_tool_prefix"; then 2757if 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. 2758 # 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 2759set dummy ${ac_tool_prefix}gcc; ac_word=$2
2768{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2760{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2769$as_echo_n "checking for $ac_word... " >&6; } 2761$as_echo_n "checking for $ac_word... " >&6; }
2770if ${ac_cv_prog_CC+:} false; then : 2762if test "${ac_cv_prog_CC+set}" = set; then :
2771 $as_echo_n "(cached) " >&6 2763 $as_echo_n "(cached) " >&6
2772else 2764else
2773 if test -n "$CC"; then 2765 if test -n "$CC"; then
2774 ac_cv_prog_CC="$CC" # Let the user override the test. 2766 ac_cv_prog_CC="$CC" # Let the user override the test.
2775else 2767else
2805 ac_ct_CC=$CC 2797 ac_ct_CC=$CC
2806 # Extract the first word of "gcc", so it can be a program name with args. 2798 # Extract the first word of "gcc", so it can be a program name with args.
2807set dummy gcc; ac_word=$2 2799set dummy gcc; ac_word=$2
2808{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2800{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2809$as_echo_n "checking for $ac_word... " >&6; } 2801$as_echo_n "checking for $ac_word... " >&6; }
2810if ${ac_cv_prog_ac_ct_CC+:} false; then : 2802if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2811 $as_echo_n "(cached) " >&6 2803 $as_echo_n "(cached) " >&6
2812else 2804else
2813 if test -n "$ac_ct_CC"; then 2805 if test -n "$ac_ct_CC"; then
2814 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2806 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2815else 2807else
2858 if test -n "$ac_tool_prefix"; then 2850 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. 2851 # 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 2852set dummy ${ac_tool_prefix}cc; ac_word=$2
2861{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2853{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2862$as_echo_n "checking for $ac_word... " >&6; } 2854$as_echo_n "checking for $ac_word... " >&6; }
2863if ${ac_cv_prog_CC+:} false; then : 2855if test "${ac_cv_prog_CC+set}" = set; then :
2864 $as_echo_n "(cached) " >&6 2856 $as_echo_n "(cached) " >&6
2865else 2857else
2866 if test -n "$CC"; then 2858 if test -n "$CC"; then
2867 ac_cv_prog_CC="$CC" # Let the user override the test. 2859 ac_cv_prog_CC="$CC" # Let the user override the test.
2868else 2860else
2898if test -z "$CC"; then 2890if test -z "$CC"; then
2899 # Extract the first word of "cc", so it can be a program name with args. 2891 # Extract the first word of "cc", so it can be a program name with args.
2900set dummy cc; ac_word=$2 2892set dummy cc; ac_word=$2
2901{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2893{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2902$as_echo_n "checking for $ac_word... " >&6; } 2894$as_echo_n "checking for $ac_word... " >&6; }
2903if ${ac_cv_prog_CC+:} false; then : 2895if test "${ac_cv_prog_CC+set}" = set; then :
2904 $as_echo_n "(cached) " >&6 2896 $as_echo_n "(cached) " >&6
2905else 2897else
2906 if test -n "$CC"; then 2898 if test -n "$CC"; then
2907 ac_cv_prog_CC="$CC" # Let the user override the test. 2899 ac_cv_prog_CC="$CC" # Let the user override the test.
2908else 2900else
2957 do 2949 do
2958 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2950 # 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 2951set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2960{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2952{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2961$as_echo_n "checking for $ac_word... " >&6; } 2953$as_echo_n "checking for $ac_word... " >&6; }
2962if ${ac_cv_prog_CC+:} false; then : 2954if test "${ac_cv_prog_CC+set}" = set; then :
2963 $as_echo_n "(cached) " >&6 2955 $as_echo_n "(cached) " >&6
2964else 2956else
2965 if test -n "$CC"; then 2957 if test -n "$CC"; then
2966 ac_cv_prog_CC="$CC" # Let the user override the test. 2958 ac_cv_prog_CC="$CC" # Let the user override the test.
2967else 2959else
3001do 2993do
3002 # Extract the first word of "$ac_prog", so it can be a program name with args. 2994 # Extract the first word of "$ac_prog", so it can be a program name with args.
3003set dummy $ac_prog; ac_word=$2 2995set dummy $ac_prog; ac_word=$2
3004{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2996{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3005$as_echo_n "checking for $ac_word... " >&6; } 2997$as_echo_n "checking for $ac_word... " >&6; }
3006if ${ac_cv_prog_ac_ct_CC+:} false; then : 2998if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3007 $as_echo_n "(cached) " >&6 2999 $as_echo_n "(cached) " >&6
3008else 3000else
3009 if test -n "$ac_ct_CC"; then 3001 if test -n "$ac_ct_CC"; then
3010 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 3002 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3011else 3003else
3056 3048
3057 3049
3058test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3050test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3059$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3051$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3060as_fn_error $? "no acceptable C compiler found in \$PATH 3052as_fn_error $? "no acceptable C compiler found in \$PATH
3061See \`config.log' for more details" "$LINENO" 5; } 3053See \`config.log' for more details" "$LINENO" 5 ; }
3062 3054
3063# Provide some information about the compiler. 3055# Provide some information about the compiler.
3064$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 3056$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3065set X $ac_compile 3057set X $ac_compile
3066ac_compiler=$2 3058ac_compiler=$2
3171sed 's/^/| /' conftest.$ac_ext >&5 3163sed 's/^/| /' conftest.$ac_ext >&5
3172 3164
3173{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3165{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3174$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3166$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3175as_fn_error 77 "C compiler cannot create executables 3167as_fn_error 77 "C compiler cannot create executables
3176See \`config.log' for more details" "$LINENO" 5; } 3168See \`config.log' for more details" "$LINENO" 5 ; }
3177else 3169else
3178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 3170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3179$as_echo "yes" >&6; } 3171$as_echo "yes" >&6; }
3180fi 3172fi
3181{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 3173{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3214done 3206done
3215else 3207else
3216 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3208 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3217$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3209$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3218as_fn_error $? "cannot compute suffix of executables: cannot compile and link 3210as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3219See \`config.log' for more details" "$LINENO" 5; } 3211See \`config.log' for more details" "$LINENO" 5 ; }
3220fi 3212fi
3221rm -f conftest conftest$ac_cv_exeext 3213rm -f conftest conftest$ac_cv_exeext
3222{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 3214{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3223$as_echo "$ac_cv_exeext" >&6; } 3215$as_echo "$ac_cv_exeext" >&6; }
3224 3216
3273 else 3265 else
3274 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3266 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3275$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3267$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3276as_fn_error $? "cannot run C compiled programs. 3268as_fn_error $? "cannot run C compiled programs.
3277If you meant to cross compile, use \`--host'. 3269If you meant to cross compile, use \`--host'.
3278See \`config.log' for more details" "$LINENO" 5; } 3270See \`config.log' for more details" "$LINENO" 5 ; }
3279 fi 3271 fi
3280 fi 3272 fi
3281fi 3273fi
3282{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 3274{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3283$as_echo "$cross_compiling" >&6; } 3275$as_echo "$cross_compiling" >&6; }
3284 3276
3285rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out 3277rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3286ac_clean_files=$ac_clean_files_save 3278ac_clean_files=$ac_clean_files_save
3287{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 3279{ $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; } 3280$as_echo_n "checking for suffix of object files... " >&6; }
3289if ${ac_cv_objext+:} false; then : 3281if test "${ac_cv_objext+set}" = set; then :
3290 $as_echo_n "(cached) " >&6 3282 $as_echo_n "(cached) " >&6
3291else 3283else
3292 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3293/* end confdefs.h. */ 3285/* end confdefs.h. */
3294 3286
3325sed 's/^/| /' conftest.$ac_ext >&5 3317sed 's/^/| /' conftest.$ac_ext >&5
3326 3318
3327{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3319{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3328$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3320$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3329as_fn_error $? "cannot compute suffix of object files: cannot compile 3321as_fn_error $? "cannot compute suffix of object files: cannot compile
3330See \`config.log' for more details" "$LINENO" 5; } 3322See \`config.log' for more details" "$LINENO" 5 ; }
3331fi 3323fi
3332rm -f conftest.$ac_cv_objext conftest.$ac_ext 3324rm -f conftest.$ac_cv_objext conftest.$ac_ext
3333fi 3325fi
3334{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 3326{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3335$as_echo "$ac_cv_objext" >&6; } 3327$as_echo "$ac_cv_objext" >&6; }
3336OBJEXT=$ac_cv_objext 3328OBJEXT=$ac_cv_objext
3337ac_objext=$OBJEXT 3329ac_objext=$OBJEXT
3338{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 3330{ $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; } 3331$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3340if ${ac_cv_c_compiler_gnu+:} false; then : 3332if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3341 $as_echo_n "(cached) " >&6 3333 $as_echo_n "(cached) " >&6
3342else 3334else
3343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3344/* end confdefs.h. */ 3336/* end confdefs.h. */
3345 3337
3372fi 3364fi
3373ac_test_CFLAGS=${CFLAGS+set} 3365ac_test_CFLAGS=${CFLAGS+set}
3374ac_save_CFLAGS=$CFLAGS 3366ac_save_CFLAGS=$CFLAGS
3375{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 3367{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3376$as_echo_n "checking whether $CC accepts -g... " >&6; } 3368$as_echo_n "checking whether $CC accepts -g... " >&6; }
3377if ${ac_cv_prog_cc_g+:} false; then : 3369if test "${ac_cv_prog_cc_g+set}" = set; then :
3378 $as_echo_n "(cached) " >&6 3370 $as_echo_n "(cached) " >&6
3379else 3371else
3380 ac_save_c_werror_flag=$ac_c_werror_flag 3372 ac_save_c_werror_flag=$ac_c_werror_flag
3381 ac_c_werror_flag=yes 3373 ac_c_werror_flag=yes
3382 ac_cv_prog_cc_g=no 3374 ac_cv_prog_cc_g=no
3450 CFLAGS= 3442 CFLAGS=
3451 fi 3443 fi
3452fi 3444fi
3453{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 3445{ $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; } 3446$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3455if ${ac_cv_prog_cc_c89+:} false; then : 3447if test "${ac_cv_prog_cc_c89+set}" = set; then :
3456 $as_echo_n "(cached) " >&6 3448 $as_echo_n "(cached) " >&6
3457else 3449else
3458 ac_cv_prog_cc_c89=no 3450 ac_cv_prog_cc_c89=no
3459ac_save_CC=$CC 3451ac_save_CC=$CC
3460cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3452cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3561 do 3553 do
3562 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3554 # 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 3555set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3564{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3556{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3565$as_echo_n "checking for $ac_word... " >&6; } 3557$as_echo_n "checking for $ac_word... " >&6; }
3566if ${ac_cv_prog_CXX+:} false; then : 3558if test "${ac_cv_prog_CXX+set}" = set; then :
3567 $as_echo_n "(cached) " >&6 3559 $as_echo_n "(cached) " >&6
3568else 3560else
3569 if test -n "$CXX"; then 3561 if test -n "$CXX"; then
3570 ac_cv_prog_CXX="$CXX" # Let the user override the test. 3562 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3571else 3563else
3605do 3597do
3606 # Extract the first word of "$ac_prog", so it can be a program name with args. 3598 # Extract the first word of "$ac_prog", so it can be a program name with args.
3607set dummy $ac_prog; ac_word=$2 3599set dummy $ac_prog; ac_word=$2
3608{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3600{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3609$as_echo_n "checking for $ac_word... " >&6; } 3601$as_echo_n "checking for $ac_word... " >&6; }
3610if ${ac_cv_prog_ac_ct_CXX+:} false; then : 3602if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3611 $as_echo_n "(cached) " >&6 3603 $as_echo_n "(cached) " >&6
3612else 3604else
3613 if test -n "$ac_ct_CXX"; then 3605 if test -n "$ac_ct_CXX"; then
3614 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. 3606 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3615else 3607else
3683 test $ac_status = 0; } 3675 test $ac_status = 0; }
3684done 3676done
3685 3677
3686{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 3678{ $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; } 3679$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3688if ${ac_cv_cxx_compiler_gnu+:} false; then : 3680if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3689 $as_echo_n "(cached) " >&6 3681 $as_echo_n "(cached) " >&6
3690else 3682else
3691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3692/* end confdefs.h. */ 3684/* end confdefs.h. */
3693 3685
3720fi 3712fi
3721ac_test_CXXFLAGS=${CXXFLAGS+set} 3713ac_test_CXXFLAGS=${CXXFLAGS+set}
3722ac_save_CXXFLAGS=$CXXFLAGS 3714ac_save_CXXFLAGS=$CXXFLAGS
3723{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 3715{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3724$as_echo_n "checking whether $CXX accepts -g... " >&6; } 3716$as_echo_n "checking whether $CXX accepts -g... " >&6; }
3725if ${ac_cv_prog_cxx_g+:} false; then : 3717if test "${ac_cv_prog_cxx_g+set}" = set; then :
3726 $as_echo_n "(cached) " >&6 3718 $as_echo_n "(cached) " >&6
3727else 3719else
3728 ac_save_cxx_werror_flag=$ac_cxx_werror_flag 3720 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3729 ac_cxx_werror_flag=yes 3721 ac_cxx_werror_flag=yes
3730 ac_cv_prog_cxx_g=no 3722 ac_cv_prog_cxx_g=no
3814# On Suns, sometimes $CPP names a directory. 3806# On Suns, sometimes $CPP names a directory.
3815if test -n "$CPP" && test -d "$CPP"; then 3807if test -n "$CPP" && test -d "$CPP"; then
3816 CPP= 3808 CPP=
3817fi 3809fi
3818if test -z "$CPP"; then 3810if test -z "$CPP"; then
3819 if ${ac_cv_prog_CPP+:} false; then : 3811 if test "${ac_cv_prog_CPP+set}" = set; then :
3820 $as_echo_n "(cached) " >&6 3812 $as_echo_n "(cached) " >&6
3821else 3813else
3822 # Double quotes because CPP needs to be expanded 3814 # Double quotes because CPP needs to be expanded
3823 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 3815 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3824 do 3816 do
3930 3922
3931else 3923else
3932 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3924 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3933$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3925$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3934as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 3926as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3935See \`config.log' for more details" "$LINENO" 5; } 3927See \`config.log' for more details" "$LINENO" 5 ; }
3936fi 3928fi
3937 3929
3938ac_ext=c 3930ac_ext=c
3939ac_cpp='$CPP $CPPFLAGS' 3931ac_cpp='$CPP $CPPFLAGS'
3940ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3932ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3956# ./install, which can be erroneously created by make from ./install.sh. 3948# ./install, which can be erroneously created by make from ./install.sh.
3957# Reject install programs that cannot install multiple files. 3949# Reject install programs that cannot install multiple files.
3958{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 3950{ $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; } 3951$as_echo_n "checking for a BSD-compatible install... " >&6; }
3960if test -z "$INSTALL"; then 3952if test -z "$INSTALL"; then
3961if ${ac_cv_path_install+:} false; then : 3953if test "${ac_cv_path_install+set}" = set; then :
3962 $as_echo_n "(cached) " >&6 3954 $as_echo_n "(cached) " >&6
3963else 3955else
3964 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3956 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3965for as_dir in $PATH 3957for as_dir in $PATH
3966do 3958do
4037 4029
4038 4030
4039 4031
4040{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 4032{ $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; } 4033$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4042if ${ac_cv_path_GREP+:} false; then : 4034if test "${ac_cv_path_GREP+set}" = set; then :
4043 $as_echo_n "(cached) " >&6 4035 $as_echo_n "(cached) " >&6
4044else 4036else
4045 if test -z "$GREP"; then 4037 if test -z "$GREP"; then
4046 ac_path_GREP_found=false 4038 ac_path_GREP_found=false
4047 # Loop through the user's path and test for each of PROGNAME-LIST 4039 # Loop through the user's path and test for each of PROGNAME-LIST
4100 GREP="$ac_cv_path_GREP" 4092 GREP="$ac_cv_path_GREP"
4101 4093
4102 4094
4103{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 4095{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4104$as_echo_n "checking for egrep... " >&6; } 4096$as_echo_n "checking for egrep... " >&6; }
4105if ${ac_cv_path_EGREP+:} false; then : 4097if test "${ac_cv_path_EGREP+set}" = set; then :
4106 $as_echo_n "(cached) " >&6 4098 $as_echo_n "(cached) " >&6
4107else 4099else
4108 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 4100 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4109 then ac_cv_path_EGREP="$GREP -E" 4101 then ac_cv_path_EGREP="$GREP -E"
4110 else 4102 else
4167 EGREP="$ac_cv_path_EGREP" 4159 EGREP="$ac_cv_path_EGREP"
4168 4160
4169 4161
4170{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 4162{ $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; } 4163$as_echo_n "checking for ANSI C header files... " >&6; }
4172if ${ac_cv_header_stdc+:} false; then : 4164if test "${ac_cv_header_stdc+set}" = set; then :
4173 $as_echo_n "(cached) " >&6 4165 $as_echo_n "(cached) " >&6
4174else 4166else
4175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4167 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4176/* end confdefs.h. */ 4168/* end confdefs.h. */
4177#include <stdlib.h> 4169#include <stdlib.h>
4296done 4288done
4297 4289
4298 4290
4299 4291
4300 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" 4292 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 : 4293if test "x$ac_cv_header_minix_config_h" = x""yes; then :
4302 MINIX=yes 4294 MINIX=yes
4303else 4295else
4304 MINIX= 4296 MINIX=
4305fi 4297fi
4306 4298
4318 fi 4310 fi
4319 4311
4320 4312
4321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 4313 { $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; } 4314$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4323if ${ac_cv_safe_to_define___extensions__+:} false; then : 4315if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4324 $as_echo_n "(cached) " >&6 4316 $as_echo_n "(cached) " >&6
4325else 4317else
4326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4327/* end confdefs.h. */ 4319/* end confdefs.h. */
4328 4320
4359 4351
4360 4352
4361 4353
4362{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5 4354{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
4363$as_echo_n "checking for library containing strerror... " >&6; } 4355$as_echo_n "checking for library containing strerror... " >&6; }
4364if ${ac_cv_search_strerror+:} false; then : 4356if test "${ac_cv_search_strerror+set}" = set; then :
4365 $as_echo_n "(cached) " >&6 4357 $as_echo_n "(cached) " >&6
4366else 4358else
4367 ac_func_search_save_LIBS=$LIBS 4359 ac_func_search_save_LIBS=$LIBS
4368cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4360cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4369/* end confdefs.h. */ 4361/* end confdefs.h. */
4393 if ac_fn_c_try_link "$LINENO"; then : 4385 if ac_fn_c_try_link "$LINENO"; then :
4394 ac_cv_search_strerror=$ac_res 4386 ac_cv_search_strerror=$ac_res
4395fi 4387fi
4396rm -f core conftest.err conftest.$ac_objext \ 4388rm -f core conftest.err conftest.$ac_objext \
4397 conftest$ac_exeext 4389 conftest$ac_exeext
4398 if ${ac_cv_search_strerror+:} false; then : 4390 if test "${ac_cv_search_strerror+set}" = set; then :
4399 break 4391 break
4400fi 4392fi
4401done 4393done
4402if ${ac_cv_search_strerror+:} false; then : 4394if test "${ac_cv_search_strerror+set}" = set; then :
4403 4395
4404else 4396else
4405 ac_cv_search_strerror=no 4397 ac_cv_search_strerror=no
4406fi 4398fi
4407rm conftest.$ac_ext 4399rm conftest.$ac_ext
4495 ;; 4487 ;;
4496esac 4488esac
4497 4489
4498{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing setlocale" >&5 4490{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing setlocale" >&5
4499$as_echo_n "checking for library containing setlocale... " >&6; } 4491$as_echo_n "checking for library containing setlocale... " >&6; }
4500if ${ac_cv_search_setlocale+:} false; then : 4492if test "${ac_cv_search_setlocale+set}" = set; then :
4501 $as_echo_n "(cached) " >&6 4493 $as_echo_n "(cached) " >&6
4502else 4494else
4503 ac_func_search_save_LIBS=$LIBS 4495 ac_func_search_save_LIBS=$LIBS
4504cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4496cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4505/* end confdefs.h. */ 4497/* end confdefs.h. */
4529 if ac_fn_cxx_try_link "$LINENO"; then : 4521 if ac_fn_cxx_try_link "$LINENO"; then :
4530 ac_cv_search_setlocale=$ac_res 4522 ac_cv_search_setlocale=$ac_res
4531fi 4523fi
4532rm -f core conftest.err conftest.$ac_objext \ 4524rm -f core conftest.err conftest.$ac_objext \
4533 conftest$ac_exeext 4525 conftest$ac_exeext
4534 if ${ac_cv_search_setlocale+:} false; then : 4526 if test "${ac_cv_search_setlocale+set}" = set; then :
4535 break 4527 break
4536fi 4528fi
4537done 4529done
4538if ${ac_cv_search_setlocale+:} false; then : 4530if test "${ac_cv_search_setlocale+set}" = set; then :
4539 4531
4540else 4532else
4541 ac_cv_search_setlocale=no 4533 ac_cv_search_setlocale=no
4542fi 4534fi
4543rm conftest.$ac_ext 4535rm conftest.$ac_ext
4552fi 4544fi
4553 4545
4554 4546
4555{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5 4547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
4556$as_echo_n "checking for library containing gethostbyname... " >&6; } 4548$as_echo_n "checking for library containing gethostbyname... " >&6; }
4557if ${ac_cv_search_gethostbyname+:} false; then : 4549if test "${ac_cv_search_gethostbyname+set}" = set; then :
4558 $as_echo_n "(cached) " >&6 4550 $as_echo_n "(cached) " >&6
4559else 4551else
4560 ac_func_search_save_LIBS=$LIBS 4552 ac_func_search_save_LIBS=$LIBS
4561cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4553cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4562/* end confdefs.h. */ 4554/* end confdefs.h. */
4586 if ac_fn_cxx_try_link "$LINENO"; then : 4578 if ac_fn_cxx_try_link "$LINENO"; then :
4587 ac_cv_search_gethostbyname=$ac_res 4579 ac_cv_search_gethostbyname=$ac_res
4588fi 4580fi
4589rm -f core conftest.err conftest.$ac_objext \ 4581rm -f core conftest.err conftest.$ac_objext \
4590 conftest$ac_exeext 4582 conftest$ac_exeext
4591 if ${ac_cv_search_gethostbyname+:} false; then : 4583 if test "${ac_cv_search_gethostbyname+set}" = set; then :
4592 break 4584 break
4593fi 4585fi
4594done 4586done
4595if ${ac_cv_search_gethostbyname+:} false; then : 4587if test "${ac_cv_search_gethostbyname+set}" = set; then :
4596 4588
4597else 4589else
4598 ac_cv_search_gethostbyname=no 4590 ac_cv_search_gethostbyname=no
4599fi 4591fi
4600rm conftest.$ac_ext 4592rm conftest.$ac_ext
4608 4600
4609fi 4601fi
4610 4602
4611{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5 4603{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
4612$as_echo_n "checking for library containing socket... " >&6; } 4604$as_echo_n "checking for library containing socket... " >&6; }
4613if ${ac_cv_search_socket+:} false; then : 4605if test "${ac_cv_search_socket+set}" = set; then :
4614 $as_echo_n "(cached) " >&6 4606 $as_echo_n "(cached) " >&6
4615else 4607else
4616 ac_func_search_save_LIBS=$LIBS 4608 ac_func_search_save_LIBS=$LIBS
4617cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4609cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4618/* end confdefs.h. */ 4610/* end confdefs.h. */
4642 if ac_fn_cxx_try_link "$LINENO"; then : 4634 if ac_fn_cxx_try_link "$LINENO"; then :
4643 ac_cv_search_socket=$ac_res 4635 ac_cv_search_socket=$ac_res
4644fi 4636fi
4645rm -f core conftest.err conftest.$ac_objext \ 4637rm -f core conftest.err conftest.$ac_objext \
4646 conftest$ac_exeext 4638 conftest$ac_exeext
4647 if ${ac_cv_search_socket+:} false; then : 4639 if test "${ac_cv_search_socket+set}" = set; then :
4648 break 4640 break
4649fi 4641fi
4650done 4642done
4651if ${ac_cv_search_socket+:} false; then : 4643if test "${ac_cv_search_socket+set}" = set; then :
4652 4644
4653else 4645else
4654 ac_cv_search_socket=no 4646 ac_cv_search_socket=no
4655fi 4647fi
4656rm conftest.$ac_ext 4648rm conftest.$ac_ext
4678support_scroll_next=yes 4670support_scroll_next=yes
4679support_scroll_xterm=yes 4671support_scroll_xterm=yes
4680support_xim=yes 4672support_xim=yes
4681support_pixbuf=yes 4673support_pixbuf=yes
4682support_startup_notification=yes 4674support_startup_notification=yes
4683support_afterimage=yes
4684support_xft=yes 4675support_xft=yes
4685support_unicode3=no 4676support_unicode3=no
4686support_combining=yes 4677support_combining=yes
4687support_8bitctrls=no 4678support_8bitctrls=no
4688support_iso14755=yes 4679support_iso14755=yes
4711 support_utmp=no 4702 support_utmp=no
4712 support_wtmp=no 4703 support_wtmp=no
4713 support_xim=no 4704 support_xim=no
4714 support_pixbuf=no 4705 support_pixbuf=no
4715 support_startup_notification=no 4706 support_startup_notification=no
4716 support_afterimage=no
4717 support_xft=no 4707 support_xft=no
4718 support_unicode3=no 4708 support_unicode3=no
4719 support_combining=no 4709 support_combining=no
4720 support_8bitctrls=no 4710 support_8bitctrls=no
4721 support_iso14755=no 4711 support_iso14755=no
4740 support_utmp=yes 4730 support_utmp=yes
4741 support_wtmp=yes 4731 support_wtmp=yes
4742 support_xim=yes 4732 support_xim=yes
4743 support_pixbuf=yes 4733 support_pixbuf=yes
4744 support_startup_notification=yes 4734 support_startup_notification=yes
4745 support_afterimage=yes
4746 support_xft=yes 4735 support_xft=yes
4747 support_unicode3=yes 4736 support_unicode3=yes
4748 support_combining=yes 4737 support_combining=yes
4749 #support_8bitctrls=yes 4738 #support_8bitctrls=yes
4750 support_iso14755=yes 4739 support_iso14755=yes
4754 fi 4743 fi
4755 4744
4756fi 4745fi
4757 4746
4758 4747
4759ASSERTIONS=no 4748support_assertions=no
4760# Check whether --enable-assert was given. 4749# Check whether --enable-assert was given.
4761if test "${enable_assert+set}" = set; then : 4750if test "${enable_assert+set}" = set; then :
4762 enableval=$enable_assert; if test x$enableval = xyes; then 4751 enableval=$enable_assert; if test x$enableval = xyes; then
4763 ASSERTIONS=yes 4752 support_assertions=yes
4764 fi 4753 fi
4765fi 4754fi
4766 4755
4767if test x$ASSERTIONS = xno; then 4756if test x$support_assertions = xno; then
4768 4757
4769$as_echo "#define NDEBUG 1" >>confdefs.h 4758$as_echo "#define NDEBUG 1" >>confdefs.h
4770 4759
4771fi 4760fi
4772 4761
4773WARNINGS=no 4762support_warnings=no
4774# Check whether --enable-warnings was given. 4763# Check whether --enable-warnings was given.
4775if test "${enable_warnings+set}" = set; then : 4764if test "${enable_warnings+set}" = set; then :
4776 enableval=$enable_warnings; if test x$enableval = xyes; then 4765 enableval=$enable_warnings; if test x$enableval = xyes; then
4777 WARNINGS=yes 4766 support_warnings=yes
4778 fi 4767 fi
4779fi 4768fi
4780 4769
4781if test x$GXX = xyes; then 4770if test x$GXX = xyes; then
4782 if test $WARNINGS = yes; then 4771 if test $support_warnings = yes; then
4783 save_CXXFLAGS="$CXXFLAGS" 4772 save_CXXFLAGS="$CXXFLAGS"
4784 CXXFLAGS="$CXXFLAGS -Wall -Wno-sign-compare -Wno-reorder -Wno-non-virtual-dtor" 4773 CXXFLAGS="$CXXFLAGS -Wall -Wno-sign-compare -Wno-reorder -Wno-unused-value"
4785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4786/* end confdefs.h. */ 4775/* end confdefs.h. */
4787 4776
4788int 4777int
4789main () 4778main ()
5163ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5152ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5164ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 5153ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5165{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5 5154{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
5166$as_echo_n "checking how to run the C++ preprocessor... " >&6; } 5155$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
5167if test -z "$CXXCPP"; then 5156if test -z "$CXXCPP"; then
5168 if ${ac_cv_prog_CXXCPP+:} false; then : 5157 if test "${ac_cv_prog_CXXCPP+set}" = set; then :
5169 $as_echo_n "(cached) " >&6 5158 $as_echo_n "(cached) " >&6
5170else 5159else
5171 # Double quotes because CXXCPP needs to be expanded 5160 # Double quotes because CXXCPP needs to be expanded
5172 for CXXCPP in "$CXX -E" "/lib/cpp" 5161 for CXXCPP in "$CXX -E" "/lib/cpp"
5173 do 5162 do
5279 5268
5280else 5269else
5281 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5270 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5282$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5271$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5283as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check 5272as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
5284See \`config.log' for more details" "$LINENO" 5; } 5273See \`config.log' for more details" "$LINENO" 5 ; }
5285fi 5274fi
5286 5275
5287ac_ext=cpp 5276ac_ext=cpp
5288ac_cpp='$CXXCPP $CPPFLAGS' 5277ac_cpp='$CXXCPP $CPPFLAGS'
5289ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5278ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5319 5308
5320 5309
5321for ac_func in clock_gettime 5310for ac_func in clock_gettime
5322do : 5311do :
5323 ac_fn_cxx_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime" 5312 ac_fn_cxx_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime"
5324if test "x$ac_cv_func_clock_gettime" = xyes; then : 5313if test "x$ac_cv_func_clock_gettime" = x""yes; then :
5325 cat >>confdefs.h <<_ACEOF 5314 cat >>confdefs.h <<_ACEOF
5326#define HAVE_CLOCK_GETTIME 1 5315#define HAVE_CLOCK_GETTIME 1
5327_ACEOF 5316_ACEOF
5328 5317
5329else 5318else
5359 conftest$ac_exeext conftest.$ac_ext 5348 conftest$ac_exeext conftest.$ac_ext
5360 fi 5349 fi
5361 if test -z "$LIBEV_M4_AVOID_LIBRT" && test -z "$ac_have_clock_syscall"; then 5350 if test -z "$LIBEV_M4_AVOID_LIBRT" && test -z "$ac_have_clock_syscall"; then
5362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5 5351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5
5363$as_echo_n "checking for clock_gettime in -lrt... " >&6; } 5352$as_echo_n "checking for clock_gettime in -lrt... " >&6; }
5364if ${ac_cv_lib_rt_clock_gettime+:} false; then : 5353if test "${ac_cv_lib_rt_clock_gettime+set}" = set; then :
5365 $as_echo_n "(cached) " >&6 5354 $as_echo_n "(cached) " >&6
5366else 5355else
5367 ac_check_lib_save_LIBS=$LIBS 5356 ac_check_lib_save_LIBS=$LIBS
5368LIBS="-lrt $LIBS" 5357LIBS="-lrt $LIBS"
5369cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5358cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5393 conftest$ac_exeext conftest.$ac_ext 5382 conftest$ac_exeext conftest.$ac_ext
5394LIBS=$ac_check_lib_save_LIBS 5383LIBS=$ac_check_lib_save_LIBS
5395fi 5384fi
5396{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_clock_gettime" >&5 5385{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_clock_gettime" >&5
5397$as_echo "$ac_cv_lib_rt_clock_gettime" >&6; } 5386$as_echo "$ac_cv_lib_rt_clock_gettime" >&6; }
5398if test "x$ac_cv_lib_rt_clock_gettime" = xyes; then : 5387if test "x$ac_cv_lib_rt_clock_gettime" = x""yes; then :
5399 cat >>confdefs.h <<_ACEOF 5388 cat >>confdefs.h <<_ACEOF
5400#define HAVE_LIBRT 1 5389#define HAVE_LIBRT 1
5401_ACEOF 5390_ACEOF
5402 5391
5403 LIBS="-lrt $LIBS" 5392 LIBS="-lrt $LIBS"
5406 5395
5407 unset ac_cv_func_clock_gettime 5396 unset ac_cv_func_clock_gettime
5408 for ac_func in clock_gettime 5397 for ac_func in clock_gettime
5409do : 5398do :
5410 ac_fn_cxx_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime" 5399 ac_fn_cxx_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime"
5411if test "x$ac_cv_func_clock_gettime" = xyes; then : 5400if test "x$ac_cv_func_clock_gettime" = x""yes; then :
5412 cat >>confdefs.h <<_ACEOF 5401 cat >>confdefs.h <<_ACEOF
5413#define HAVE_CLOCK_GETTIME 1 5402#define HAVE_CLOCK_GETTIME 1
5414_ACEOF 5403_ACEOF
5415 5404
5416fi 5405fi
5423 5412
5424 5413
5425for ac_func in nanosleep 5414for ac_func in nanosleep
5426do : 5415do :
5427 ac_fn_cxx_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep" 5416 ac_fn_cxx_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep"
5428if test "x$ac_cv_func_nanosleep" = xyes; then : 5417if test "x$ac_cv_func_nanosleep" = x""yes; then :
5429 cat >>confdefs.h <<_ACEOF 5418 cat >>confdefs.h <<_ACEOF
5430#define HAVE_NANOSLEEP 1 5419#define HAVE_NANOSLEEP 1
5431_ACEOF 5420_ACEOF
5432 5421
5433else 5422else
5434 5423
5435 if test -z "$LIBEV_M4_AVOID_LIBRT"; then 5424 if test -z "$LIBEV_M4_AVOID_LIBRT"; then
5436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lrt" >&5 5425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lrt" >&5
5437$as_echo_n "checking for nanosleep in -lrt... " >&6; } 5426$as_echo_n "checking for nanosleep in -lrt... " >&6; }
5438if ${ac_cv_lib_rt_nanosleep+:} false; then : 5427if test "${ac_cv_lib_rt_nanosleep+set}" = set; then :
5439 $as_echo_n "(cached) " >&6 5428 $as_echo_n "(cached) " >&6
5440else 5429else
5441 ac_check_lib_save_LIBS=$LIBS 5430 ac_check_lib_save_LIBS=$LIBS
5442LIBS="-lrt $LIBS" 5431LIBS="-lrt $LIBS"
5443cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5432cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5467 conftest$ac_exeext conftest.$ac_ext 5456 conftest$ac_exeext conftest.$ac_ext
5468LIBS=$ac_check_lib_save_LIBS 5457LIBS=$ac_check_lib_save_LIBS
5469fi 5458fi
5470{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_nanosleep" >&5 5459{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_nanosleep" >&5
5471$as_echo "$ac_cv_lib_rt_nanosleep" >&6; } 5460$as_echo "$ac_cv_lib_rt_nanosleep" >&6; }
5472if test "x$ac_cv_lib_rt_nanosleep" = xyes; then : 5461if test "x$ac_cv_lib_rt_nanosleep" = x""yes; then :
5473 cat >>confdefs.h <<_ACEOF 5462 cat >>confdefs.h <<_ACEOF
5474#define HAVE_LIBRT 1 5463#define HAVE_LIBRT 1
5475_ACEOF 5464_ACEOF
5476 5465
5477 LIBS="-lrt $LIBS" 5466 LIBS="-lrt $LIBS"
5480 5469
5481 unset ac_cv_func_nanosleep 5470 unset ac_cv_func_nanosleep
5482 for ac_func in nanosleep 5471 for ac_func in nanosleep
5483do : 5472do :
5484 ac_fn_cxx_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep" 5473 ac_fn_cxx_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep"
5485if test "x$ac_cv_func_nanosleep" = xyes; then : 5474if test "x$ac_cv_func_nanosleep" = x""yes; then :
5486 cat >>confdefs.h <<_ACEOF 5475 cat >>confdefs.h <<_ACEOF
5487#define HAVE_NANOSLEEP 1 5476#define HAVE_NANOSLEEP 1
5488_ACEOF 5477_ACEOF
5489 5478
5490fi 5479fi
5499if test -z "$LIBEV_M4_AVOID_LIBM"; then 5488if test -z "$LIBEV_M4_AVOID_LIBM"; then
5500 LIBM=m 5489 LIBM=m
5501fi 5490fi
5502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing floor" >&5 5491{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing floor" >&5
5503$as_echo_n "checking for library containing floor... " >&6; } 5492$as_echo_n "checking for library containing floor... " >&6; }
5504if ${ac_cv_search_floor+:} false; then : 5493if test "${ac_cv_search_floor+set}" = set; then :
5505 $as_echo_n "(cached) " >&6 5494 $as_echo_n "(cached) " >&6
5506else 5495else
5507 ac_func_search_save_LIBS=$LIBS 5496 ac_func_search_save_LIBS=$LIBS
5508cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5497cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5509/* end confdefs.h. */ 5498/* end confdefs.h. */
5533 if ac_fn_cxx_try_link "$LINENO"; then : 5522 if ac_fn_cxx_try_link "$LINENO"; then :
5534 ac_cv_search_floor=$ac_res 5523 ac_cv_search_floor=$ac_res
5535fi 5524fi
5536rm -f core conftest.err conftest.$ac_objext \ 5525rm -f core conftest.err conftest.$ac_objext \
5537 conftest$ac_exeext 5526 conftest$ac_exeext
5538 if ${ac_cv_search_floor+:} false; then : 5527 if test "${ac_cv_search_floor+set}" = set; then :
5539 break 5528 break
5540fi 5529fi
5541done 5530done
5542if ${ac_cv_search_floor+:} false; then : 5531if test "${ac_cv_search_floor+set}" = set; then :
5543 5532
5544else 5533else
5545 ac_cv_search_floor=no 5534 ac_cv_search_floor=no
5546fi 5535fi
5547rm conftest.$ac_ext 5536rm conftest.$ac_ext
5563 5552
5564# Extract the first word of "tic", so it can be a program name with args. 5553# Extract the first word of "tic", so it can be a program name with args.
5565set dummy tic; ac_word=$2 5554set dummy tic; ac_word=$2
5566{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5555{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5567$as_echo_n "checking for $ac_word... " >&6; } 5556$as_echo_n "checking for $ac_word... " >&6; }
5568if ${ac_cv_path_TIC+:} false; then : 5557if test "${ac_cv_path_TIC+set}" = set; then :
5569 $as_echo_n "(cached) " >&6 5558 $as_echo_n "(cached) " >&6
5570else 5559else
5571 case $TIC in 5560 case $TIC in
5572 [\\/]* | ?:[\\/]*) 5561 [\\/]* | ?:[\\/]*)
5573 ac_cv_path_TIC="$TIC" # Let the user override the test with a path. 5562 ac_cv_path_TIC="$TIC" # Let the user override the test with a path.
5616if test "x$with_x" = xno; then 5605if test "x$with_x" = xno; then
5617 # The user explicitly disabled X. 5606 # The user explicitly disabled X.
5618 have_x=disabled 5607 have_x=disabled
5619else 5608else
5620 case $x_includes,$x_libraries in #( 5609 case $x_includes,$x_libraries in #(
5621 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #( 5610 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #(
5622 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then : 5611 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
5623 $as_echo_n "(cached) " >&6 5612 $as_echo_n "(cached) " >&6
5624else 5613else
5625 # One or both of the vars are not set, and there is no cached value. 5614 # One or both of the vars are not set, and there is no cached value.
5626ac_x_includes=no ac_x_libraries=no 5615ac_x_includes=no ac_x_libraries=no
5627rm -f -r conftest.dir 5616rm -f -r conftest.dir
5894if ac_fn_cxx_try_link "$LINENO"; then : 5883if ac_fn_cxx_try_link "$LINENO"; then :
5895 5884
5896else 5885else
5897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 5886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
5898$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } 5887$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
5899if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then : 5888if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
5900 $as_echo_n "(cached) " >&6 5889 $as_echo_n "(cached) " >&6
5901else 5890else
5902 ac_check_lib_save_LIBS=$LIBS 5891 ac_check_lib_save_LIBS=$LIBS
5903LIBS="-ldnet $LIBS" 5892LIBS="-ldnet $LIBS"
5904cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5893cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5928 conftest$ac_exeext conftest.$ac_ext 5917 conftest$ac_exeext conftest.$ac_ext
5929LIBS=$ac_check_lib_save_LIBS 5918LIBS=$ac_check_lib_save_LIBS
5930fi 5919fi
5931{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 5920{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
5932$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } 5921$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
5933if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then : 5922if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
5934 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" 5923 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
5935fi 5924fi
5936 5925
5937 if test $ac_cv_lib_dnet_dnet_ntoa = no; then 5926 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
5938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5 5927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
5939$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; } 5928$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
5940if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then : 5929if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
5941 $as_echo_n "(cached) " >&6 5930 $as_echo_n "(cached) " >&6
5942else 5931else
5943 ac_check_lib_save_LIBS=$LIBS 5932 ac_check_lib_save_LIBS=$LIBS
5944LIBS="-ldnet_stub $LIBS" 5933LIBS="-ldnet_stub $LIBS"
5945cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5934cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5969 conftest$ac_exeext conftest.$ac_ext 5958 conftest$ac_exeext conftest.$ac_ext
5970LIBS=$ac_check_lib_save_LIBS 5959LIBS=$ac_check_lib_save_LIBS
5971fi 5960fi
5972{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 5961{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
5973$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } 5962$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
5974if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then : 5963if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
5975 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" 5964 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
5976fi 5965fi
5977 5966
5978 fi 5967 fi
5979fi 5968fi
5988 # The nsl library prevents programs from opening the X display 5977 # The nsl library prevents programs from opening the X display
5989 # on Irix 5.2, according to T.E. Dickey. 5978 # on Irix 5.2, according to T.E. Dickey.
5990 # The functions gethostbyname, getservbyname, and inet_addr are 5979 # The functions gethostbyname, getservbyname, and inet_addr are
5991 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. 5980 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
5992 ac_fn_cxx_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname" 5981 ac_fn_cxx_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
5993if test "x$ac_cv_func_gethostbyname" = xyes; then : 5982if test "x$ac_cv_func_gethostbyname" = x""yes; then :
5994 5983
5995fi 5984fi
5996 5985
5997 if test $ac_cv_func_gethostbyname = no; then 5986 if test $ac_cv_func_gethostbyname = no; then
5998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5 5987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
5999$as_echo_n "checking for gethostbyname in -lnsl... " >&6; } 5988$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
6000if ${ac_cv_lib_nsl_gethostbyname+:} false; then : 5989if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
6001 $as_echo_n "(cached) " >&6 5990 $as_echo_n "(cached) " >&6
6002else 5991else
6003 ac_check_lib_save_LIBS=$LIBS 5992 ac_check_lib_save_LIBS=$LIBS
6004LIBS="-lnsl $LIBS" 5993LIBS="-lnsl $LIBS"
6005cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5994cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6029 conftest$ac_exeext conftest.$ac_ext 6018 conftest$ac_exeext conftest.$ac_ext
6030LIBS=$ac_check_lib_save_LIBS 6019LIBS=$ac_check_lib_save_LIBS
6031fi 6020fi
6032{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5 6021{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
6033$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; } 6022$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
6034if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then : 6023if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
6035 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" 6024 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
6036fi 6025fi
6037 6026
6038 if test $ac_cv_lib_nsl_gethostbyname = no; then 6027 if test $ac_cv_lib_nsl_gethostbyname = no; then
6039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5 6028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
6040$as_echo_n "checking for gethostbyname in -lbsd... " >&6; } 6029$as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
6041if ${ac_cv_lib_bsd_gethostbyname+:} false; then : 6030if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
6042 $as_echo_n "(cached) " >&6 6031 $as_echo_n "(cached) " >&6
6043else 6032else
6044 ac_check_lib_save_LIBS=$LIBS 6033 ac_check_lib_save_LIBS=$LIBS
6045LIBS="-lbsd $LIBS" 6034LIBS="-lbsd $LIBS"
6046cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6035cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6070 conftest$ac_exeext conftest.$ac_ext 6059 conftest$ac_exeext conftest.$ac_ext
6071LIBS=$ac_check_lib_save_LIBS 6060LIBS=$ac_check_lib_save_LIBS
6072fi 6061fi
6073{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5 6062{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
6074$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; } 6063$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
6075if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then : 6064if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
6076 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" 6065 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
6077fi 6066fi
6078 6067
6079 fi 6068 fi
6080 fi 6069 fi
6085 # on later versions), says Simon Leinen: it contains gethostby* 6074 # on later versions), says Simon Leinen: it contains gethostby*
6086 # variants that don't use the name server (or something). -lsocket 6075 # variants that don't use the name server (or something). -lsocket
6087 # must be given before -lnsl if both are needed. We assume that 6076 # must be given before -lnsl if both are needed. We assume that
6088 # if connect needs -lnsl, so does gethostbyname. 6077 # if connect needs -lnsl, so does gethostbyname.
6089 ac_fn_cxx_check_func "$LINENO" "connect" "ac_cv_func_connect" 6078 ac_fn_cxx_check_func "$LINENO" "connect" "ac_cv_func_connect"
6090if test "x$ac_cv_func_connect" = xyes; then : 6079if test "x$ac_cv_func_connect" = x""yes; then :
6091 6080
6092fi 6081fi
6093 6082
6094 if test $ac_cv_func_connect = no; then 6083 if test $ac_cv_func_connect = no; then
6095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5 6084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
6096$as_echo_n "checking for connect in -lsocket... " >&6; } 6085$as_echo_n "checking for connect in -lsocket... " >&6; }
6097if ${ac_cv_lib_socket_connect+:} false; then : 6086if test "${ac_cv_lib_socket_connect+set}" = set; then :
6098 $as_echo_n "(cached) " >&6 6087 $as_echo_n "(cached) " >&6
6099else 6088else
6100 ac_check_lib_save_LIBS=$LIBS 6089 ac_check_lib_save_LIBS=$LIBS
6101LIBS="-lsocket $X_EXTRA_LIBS $LIBS" 6090LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6102cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6091cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6126 conftest$ac_exeext conftest.$ac_ext 6115 conftest$ac_exeext conftest.$ac_ext
6127LIBS=$ac_check_lib_save_LIBS 6116LIBS=$ac_check_lib_save_LIBS
6128fi 6117fi
6129{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5 6118{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
6130$as_echo "$ac_cv_lib_socket_connect" >&6; } 6119$as_echo "$ac_cv_lib_socket_connect" >&6; }
6131if test "x$ac_cv_lib_socket_connect" = xyes; then : 6120if test "x$ac_cv_lib_socket_connect" = x""yes; then :
6132 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" 6121 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
6133fi 6122fi
6134 6123
6135 fi 6124 fi
6136 6125
6137 # Guillermo Gomez says -lposix is necessary on A/UX. 6126 # Guillermo Gomez says -lposix is necessary on A/UX.
6138 ac_fn_cxx_check_func "$LINENO" "remove" "ac_cv_func_remove" 6127 ac_fn_cxx_check_func "$LINENO" "remove" "ac_cv_func_remove"
6139if test "x$ac_cv_func_remove" = xyes; then : 6128if test "x$ac_cv_func_remove" = x""yes; then :
6140 6129
6141fi 6130fi
6142 6131
6143 if test $ac_cv_func_remove = no; then 6132 if test $ac_cv_func_remove = no; then
6144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5 6133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
6145$as_echo_n "checking for remove in -lposix... " >&6; } 6134$as_echo_n "checking for remove in -lposix... " >&6; }
6146if ${ac_cv_lib_posix_remove+:} false; then : 6135if test "${ac_cv_lib_posix_remove+set}" = set; then :
6147 $as_echo_n "(cached) " >&6 6136 $as_echo_n "(cached) " >&6
6148else 6137else
6149 ac_check_lib_save_LIBS=$LIBS 6138 ac_check_lib_save_LIBS=$LIBS
6150LIBS="-lposix $LIBS" 6139LIBS="-lposix $LIBS"
6151cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6140cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6175 conftest$ac_exeext conftest.$ac_ext 6164 conftest$ac_exeext conftest.$ac_ext
6176LIBS=$ac_check_lib_save_LIBS 6165LIBS=$ac_check_lib_save_LIBS
6177fi 6166fi
6178{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5 6167{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
6179$as_echo "$ac_cv_lib_posix_remove" >&6; } 6168$as_echo "$ac_cv_lib_posix_remove" >&6; }
6180if test "x$ac_cv_lib_posix_remove" = xyes; then : 6169if test "x$ac_cv_lib_posix_remove" = x""yes; then :
6181 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" 6170 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
6182fi 6171fi
6183 6172
6184 fi 6173 fi
6185 6174
6186 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. 6175 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
6187 ac_fn_cxx_check_func "$LINENO" "shmat" "ac_cv_func_shmat" 6176 ac_fn_cxx_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
6188if test "x$ac_cv_func_shmat" = xyes; then : 6177if test "x$ac_cv_func_shmat" = x""yes; then :
6189 6178
6190fi 6179fi
6191 6180
6192 if test $ac_cv_func_shmat = no; then 6181 if test $ac_cv_func_shmat = no; then
6193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5 6182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
6194$as_echo_n "checking for shmat in -lipc... " >&6; } 6183$as_echo_n "checking for shmat in -lipc... " >&6; }
6195if ${ac_cv_lib_ipc_shmat+:} false; then : 6184if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
6196 $as_echo_n "(cached) " >&6 6185 $as_echo_n "(cached) " >&6
6197else 6186else
6198 ac_check_lib_save_LIBS=$LIBS 6187 ac_check_lib_save_LIBS=$LIBS
6199LIBS="-lipc $LIBS" 6188LIBS="-lipc $LIBS"
6200cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6189cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6224 conftest$ac_exeext conftest.$ac_ext 6213 conftest$ac_exeext conftest.$ac_ext
6225LIBS=$ac_check_lib_save_LIBS 6214LIBS=$ac_check_lib_save_LIBS
6226fi 6215fi
6227{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5 6216{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
6228$as_echo "$ac_cv_lib_ipc_shmat" >&6; } 6217$as_echo "$ac_cv_lib_ipc_shmat" >&6; }
6229if test "x$ac_cv_lib_ipc_shmat" = xyes; then : 6218if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
6230 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" 6219 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
6231fi 6220fi
6232 6221
6233 fi 6222 fi
6234 fi 6223 fi
6242 # These have to be linked with before -lX11, unlike the other 6231 # These have to be linked with before -lX11, unlike the other
6243 # libraries we check for below, so use a different variable. 6232 # libraries we check for below, so use a different variable.
6244 # John Interrante, Karl Berry 6233 # John Interrante, Karl Berry
6245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5 6234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
6246$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } 6235$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
6247if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then : 6236if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
6248 $as_echo_n "(cached) " >&6 6237 $as_echo_n "(cached) " >&6
6249else 6238else
6250 ac_check_lib_save_LIBS=$LIBS 6239 ac_check_lib_save_LIBS=$LIBS
6251LIBS="-lICE $X_EXTRA_LIBS $LIBS" 6240LIBS="-lICE $X_EXTRA_LIBS $LIBS"
6252cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6241cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6276 conftest$ac_exeext conftest.$ac_ext 6265 conftest$ac_exeext conftest.$ac_ext
6277LIBS=$ac_check_lib_save_LIBS 6266LIBS=$ac_check_lib_save_LIBS
6278fi 6267fi
6279{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 6268{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
6280$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; } 6269$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
6281if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then : 6270if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
6282 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" 6271 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
6283fi 6272fi
6284 6273
6285 LDFLAGS=$ac_save_LDFLAGS 6274 LDFLAGS=$ac_save_LDFLAGS
6286 6275
6296 support_pixbuf=no 6285 support_pixbuf=no
6297 # Extract the first word of "pkg-config", so it can be a program name with args. 6286 # Extract the first word of "pkg-config", so it can be a program name with args.
6298set dummy pkg-config; ac_word=$2 6287set dummy pkg-config; ac_word=$2
6299{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6300$as_echo_n "checking for $ac_word... " >&6; } 6289$as_echo_n "checking for $ac_word... " >&6; }
6301if ${ac_cv_path_PKG_CONFIG+:} false; then : 6290if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
6302 $as_echo_n "(cached) " >&6 6291 $as_echo_n "(cached) " >&6
6303else 6292else
6304 case $PKG_CONFIG in 6293 case $PKG_CONFIG in
6305 [\\/]* | ?:[\\/]*) 6294 [\\/]* | ?:[\\/]*)
6306 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 6295 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
6370 support_startup_notification=no 6359 support_startup_notification=no
6371 # Extract the first word of "pkg-config", so it can be a program name with args. 6360 # Extract the first word of "pkg-config", so it can be a program name with args.
6372set dummy pkg-config; ac_word=$2 6361set dummy pkg-config; ac_word=$2
6373{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6362{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6374$as_echo_n "checking for $ac_word... " >&6; } 6363$as_echo_n "checking for $ac_word... " >&6; }
6375if ${ac_cv_path_PKG_CONFIG+:} false; then : 6364if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
6376 $as_echo_n "(cached) " >&6 6365 $as_echo_n "(cached) " >&6
6377else 6366else
6378 case $PKG_CONFIG in 6367 case $PKG_CONFIG in
6379 [\\/]* | ?:[\\/]*) 6368 [\\/]* | ?:[\\/]*)
6380 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 6369 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
6432 6421
6433 6422
6434 6423
6435AFTERIMAGE_CFLAGS= 6424AFTERIMAGE_CFLAGS=
6436AFTERIMAGE_LIBS= 6425AFTERIMAGE_LIBS=
6437AFTERIMAGE_VERSION=
6438 6426
6439if test x$support_afterimage = xyes; then 6427if test x$support_afterimage = xyes; then
6440 support_afterimage=no 6428 support_afterimage=no
6441 6429
6442 if test "x$afterimage_config" = "x" ; then 6430 if test "x$afterimage_config" = "x" ; then
6443 # Extract the first word of "afterimage-config", so it can be a program name with args. 6431 # Extract the first word of "afterimage-config", so it can be a program name with args.
6444set dummy afterimage-config; ac_word=$2 6432set dummy afterimage-config; ac_word=$2
6445{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6433{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6446$as_echo_n "checking for $ac_word... " >&6; } 6434$as_echo_n "checking for $ac_word... " >&6; }
6447if ${ac_cv_path_afterimage_config+:} false; then : 6435if test "${ac_cv_path_afterimage_config+set}" = set; then :
6448 $as_echo_n "(cached) " >&6 6436 $as_echo_n "(cached) " >&6
6449else 6437else
6450 case $afterimage_config in 6438 case $afterimage_config in
6451 [\\/]* | ?:[\\/]*) 6439 [\\/]* | ?:[\\/]*)
6452 ac_cv_path_afterimage_config="$afterimage_config" # Let the user override the test with a path. 6440 ac_cv_path_afterimage_config="$afterimage_config" # Let the user override the test with a path.
6483 6471
6484 fi 6472 fi
6485 if test "x$afterimage_config" != "xno" ; then 6473 if test "x$afterimage_config" != "xno" ; then
6486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libAfterImage version >= 1.15" >&5 6474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libAfterImage version >= 1.15" >&5
6487$as_echo_n "checking for libAfterImage version >= 1.15... " >&6; } 6475$as_echo_n "checking for libAfterImage version >= 1.15... " >&6; }
6488 xAFTERIMAGE_VERSION=`$afterimage_config --version` 6476 AFTERIMAGE_VERSION=`$afterimage_config --version`
6489 if test -n "$xAFTERIMAGE_VERSION" ; then 6477 if test -n "$AFTERIMAGE_VERSION" ; then
6490 xAFTERIMAGE_CFLAGS=`$afterimage_config --cflags` 6478 AFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
6491 xAFTERIMAGE_LIBS=`$afterimage_config --libs` 6479 AFTERIMAGE_LIBS=`$afterimage_config --libs`
6492 if test "x$xAFTERIMAGE_LIBS" != "x"; then 6480 if test "x$AFTERIMAGE_LIBS" != "x"; then
6493 libai_ver_major=`echo $xAFTERIMAGE_VERSION | cut -f 1 -d .` 6481 libai_ver_major=`echo $AFTERIMAGE_VERSION | cut -f 1 -d .`
6494 libai_ver_minor=`echo $xAFTERIMAGE_VERSION | cut -f 2 -d .` 6482 libai_ver_minor=`echo $AFTERIMAGE_VERSION | cut -f 2 -d .`
6495 if test $libai_ver_major -gt 1 -o \( $libai_ver_major -eq 1 -a $libai_ver_minor -ge 15 \); then 6483 if test $libai_ver_major -gt 1 -o \( $libai_ver_major -eq 1 -a $libai_ver_minor -ge 15 \); then
6496 support_afterimage=yes 6484 support_afterimage=yes
6497 AFTERIMAGE_CFLAGS="$xAFTERIMAGE_CFLAGS"
6498 AFTERIMAGE_LIBS="$xAFTERIMAGE_LIBS"
6499 AFTERIMAGE_VERSION="$xAFTERIMAGE_VERSION"
6500 fi 6485 fi
6501 fi 6486 fi
6502 fi 6487 fi
6503 if test "x$support_afterimage" = "xyes"; then 6488 if test "x$support_afterimage" = "xyes"; then
6504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AFTERIMAGE_LIBS" >&5 6489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AFTERIMAGE_LIBS" >&5
6511$as_echo "#define BG_IMAGE_FROM_FILE 1" >>confdefs.h 6496$as_echo "#define BG_IMAGE_FROM_FILE 1" >>confdefs.h
6512 6497
6513 else 6498 else
6514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6515$as_echo "no" >&6; } 6500$as_echo "no" >&6; }
6501 AFTERIMAGE_CFLAGS=
6502 AFTERIMAGE_LIBS=
6516 fi 6503 fi
6517 fi 6504 fi
6518fi 6505fi
6519 6506
6520 6507
6542done 6529done
6543 6530
6544 6531
6545{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XLIB_ILLEGAL_ACCESS" >&5 6532{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XLIB_ILLEGAL_ACCESS" >&5
6546$as_echo_n "checking for XLIB_ILLEGAL_ACCESS... " >&6; } 6533$as_echo_n "checking for XLIB_ILLEGAL_ACCESS... " >&6; }
6547if ${rxvt_cv_xlib_illegal_access+:} false; then : 6534if test "${rxvt_cv_xlib_illegal_access+set}" = set; then :
6548 $as_echo_n "(cached) " >&6 6535 $as_echo_n "(cached) " >&6
6549else 6536else
6550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6551/* end confdefs.h. */ 6538/* end confdefs.h. */
6552 6539
6579$as_echo "#define XLIB_ILLEGAL_ACCESS 1" >>confdefs.h 6566$as_echo "#define XLIB_ILLEGAL_ACCESS 1" >>confdefs.h
6580 6567
6581fi 6568fi
6582 6569
6583ac_fn_cxx_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default" 6570ac_fn_cxx_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
6584if test "x$ac_cv_type_mode_t" = xyes; then : 6571if test "x$ac_cv_type_mode_t" = x""yes; then :
6585 6572
6586else 6573else
6587 6574
6588cat >>confdefs.h <<_ACEOF 6575cat >>confdefs.h <<_ACEOF
6589#define mode_t int 6576#define mode_t int
6590_ACEOF 6577_ACEOF
6591 6578
6592fi 6579fi
6593 6580
6594ac_fn_cxx_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" 6581ac_fn_cxx_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
6595if test "x$ac_cv_type_pid_t" = xyes; then : 6582if test "x$ac_cv_type_pid_t" = x""yes; then :
6596 6583
6597else 6584else
6598 6585
6599cat >>confdefs.h <<_ACEOF 6586cat >>confdefs.h <<_ACEOF
6600#define pid_t int 6587#define pid_t int
6602 6589
6603fi 6590fi
6604 6591
6605{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5 6592{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
6606$as_echo_n "checking for uid_t in sys/types.h... " >&6; } 6593$as_echo_n "checking for uid_t in sys/types.h... " >&6; }
6607if ${ac_cv_type_uid_t+:} false; then : 6594if test "${ac_cv_type_uid_t+set}" = set; then :
6608 $as_echo_n "(cached) " >&6 6595 $as_echo_n "(cached) " >&6
6609else 6596else
6610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6597 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6611/* end confdefs.h. */ 6598/* end confdefs.h. */
6612#include <sys/types.h> 6599#include <sys/types.h>
6682 6669
6683 6670
6684for ac_func in unsetenv 6671for ac_func in unsetenv
6685do : 6672do :
6686 ac_fn_cxx_check_func "$LINENO" "unsetenv" "ac_cv_func_unsetenv" 6673 ac_fn_cxx_check_func "$LINENO" "unsetenv" "ac_cv_func_unsetenv"
6687if test "x$ac_cv_func_unsetenv" = xyes; then : 6674if test "x$ac_cv_func_unsetenv" = x""yes; then :
6688 cat >>confdefs.h <<_ACEOF 6675 cat >>confdefs.h <<_ACEOF
6689#define HAVE_UNSETENV 1 6676#define HAVE_UNSETENV 1
6690_ACEOF 6677_ACEOF
6691 6678
6692fi 6679fi
6756 6743
6757 6744
6758for ac_header in lastlog.h 6745for ac_header in lastlog.h
6759do : 6746do :
6760 ac_fn_cxx_check_header_mongrel "$LINENO" "lastlog.h" "ac_cv_header_lastlog_h" "$ac_includes_default" 6747 ac_fn_cxx_check_header_mongrel "$LINENO" "lastlog.h" "ac_cv_header_lastlog_h" "$ac_includes_default"
6761if test "x$ac_cv_header_lastlog_h" = xyes; then : 6748if test "x$ac_cv_header_lastlog_h" = x""yes; then :
6762 cat >>confdefs.h <<_ACEOF 6749 cat >>confdefs.h <<_ACEOF
6763#define HAVE_LASTLOG_H 1 6750#define HAVE_LASTLOG_H 1
6764_ACEOF 6751_ACEOF
6765 6752
6766fi 6753fi
6770 6757
6771 6758
6772for ac_header in utmp.h 6759for ac_header in utmp.h
6773do : 6760do :
6774 ac_fn_cxx_check_header_mongrel "$LINENO" "utmp.h" "ac_cv_header_utmp_h" "$ac_includes_default" 6761 ac_fn_cxx_check_header_mongrel "$LINENO" "utmp.h" "ac_cv_header_utmp_h" "$ac_includes_default"
6775if test "x$ac_cv_header_utmp_h" = xyes; then : 6762if test "x$ac_cv_header_utmp_h" = x""yes; then :
6776 cat >>confdefs.h <<_ACEOF 6763 cat >>confdefs.h <<_ACEOF
6777#define HAVE_UTMP_H 1 6764#define HAVE_UTMP_H 1
6778_ACEOF 6765_ACEOF
6779 ac_fn_cxx_check_type "$LINENO" "struct utmp" "ac_cv_type_struct_utmp" " 6766 ac_fn_cxx_check_type "$LINENO" "struct utmp" "ac_cv_type_struct_utmp" "
6780#include <sys/types.h> 6767#include <sys/types.h>
6781#include <utmp.h> 6768#include <utmp.h>
6782 6769
6783" 6770"
6784if test "x$ac_cv_type_struct_utmp" = xyes; then : 6771if test "x$ac_cv_type_struct_utmp" = x""yes; then :
6785 6772
6786cat >>confdefs.h <<_ACEOF 6773cat >>confdefs.h <<_ACEOF
6787#define HAVE_STRUCT_UTMP 1 6774#define HAVE_STRUCT_UTMP 1
6788_ACEOF 6775_ACEOF
6789 6776
6799ac_fn_cxx_check_member () 6786ac_fn_cxx_check_member ()
6800{ 6787{
6801 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 6788 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
6802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 6789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
6803$as_echo_n "checking for $2.$3... " >&6; } 6790$as_echo_n "checking for $2.$3... " >&6; }
6804if eval \${$4+:} false; then : 6791if eval "test \"\${$4+set}\"" = set; then :
6805 $as_echo_n "(cached) " >&6 6792 $as_echo_n "(cached) " >&6
6806else 6793else
6807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6808/* end confdefs.h. */ 6795/* end confdefs.h. */
6809$5 6796$5
6843rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6830rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6844fi 6831fi
6845eval ac_res=\$$4 6832eval ac_res=\$$4
6846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 6833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6847$as_echo "$ac_res" >&6; } 6834$as_echo "$ac_res" >&6; }
6848 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 6835 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
6849 6836
6850} # ac_fn_cxx_check_member 6837} # ac_fn_cxx_check_member
6851ac_fn_cxx_check_member "$LINENO" "struct utmp" "ut_host" "ac_cv_member_struct_utmp_ut_host" " 6838ac_fn_cxx_check_member "$LINENO" "struct utmp" "ut_host" "ac_cv_member_struct_utmp_ut_host" "
6852#include <sys/types.h> 6839#include <sys/types.h>
6853#include <utmp.h> 6840#include <utmp.h>
6854 6841
6855" 6842"
6856if test "x$ac_cv_member_struct_utmp_ut_host" = xyes; then : 6843if test "x$ac_cv_member_struct_utmp_ut_host" = x""yes; then :
6857 6844
6858$as_echo "#define HAVE_UTMP_HOST 1" >>confdefs.h 6845$as_echo "#define HAVE_UTMP_HOST 1" >>confdefs.h
6859 6846
6860fi 6847fi
6861 6848
6863ac_fn_cxx_check_member "$LINENO" "struct utmp" "ut_pid" "ac_cv_member_struct_utmp_ut_pid" " 6850ac_fn_cxx_check_member "$LINENO" "struct utmp" "ut_pid" "ac_cv_member_struct_utmp_ut_pid" "
6864#include <sys/types.h> 6851#include <sys/types.h>
6865#include <utmp.h> 6852#include <utmp.h>
6866 6853
6867" 6854"
6868if test "x$ac_cv_member_struct_utmp_ut_pid" = xyes; then : 6855if test "x$ac_cv_member_struct_utmp_ut_pid" = x""yes; then :
6869 6856
6870$as_echo "#define HAVE_UTMP_PID 1" >>confdefs.h 6857$as_echo "#define HAVE_UTMP_PID 1" >>confdefs.h
6871 6858
6872fi 6859fi
6873 6860
6878 6865
6879 6866
6880for ac_header in utmpx.h 6867for ac_header in utmpx.h
6881do : 6868do :
6882 ac_fn_cxx_check_header_mongrel "$LINENO" "utmpx.h" "ac_cv_header_utmpx_h" "$ac_includes_default" 6869 ac_fn_cxx_check_header_mongrel "$LINENO" "utmpx.h" "ac_cv_header_utmpx_h" "$ac_includes_default"
6883if test "x$ac_cv_header_utmpx_h" = xyes; then : 6870if test "x$ac_cv_header_utmpx_h" = x""yes; then :
6884 cat >>confdefs.h <<_ACEOF 6871 cat >>confdefs.h <<_ACEOF
6885#define HAVE_UTMPX_H 1 6872#define HAVE_UTMPX_H 1
6886_ACEOF 6873_ACEOF
6887 ac_fn_cxx_check_type "$LINENO" "struct utmpx" "ac_cv_type_struct_utmpx" " 6874 ac_fn_cxx_check_type "$LINENO" "struct utmpx" "ac_cv_type_struct_utmpx" "
6888#include <sys/types.h> 6875#include <sys/types.h>
6889#include <utmpx.h> 6876#include <utmpx.h>
6890 6877
6891" 6878"
6892if test "x$ac_cv_type_struct_utmpx" = xyes; then : 6879if test "x$ac_cv_type_struct_utmpx" = x""yes; then :
6893 6880
6894cat >>confdefs.h <<_ACEOF 6881cat >>confdefs.h <<_ACEOF
6895#define HAVE_STRUCT_UTMPX 1 6882#define HAVE_STRUCT_UTMPX 1
6896_ACEOF 6883_ACEOF
6897 6884
6902ac_fn_cxx_check_member "$LINENO" "struct utmpx" "ut_host" "ac_cv_member_struct_utmpx_ut_host" " 6889ac_fn_cxx_check_member "$LINENO" "struct utmpx" "ut_host" "ac_cv_member_struct_utmpx_ut_host" "
6903#include <sys/types.h> 6890#include <sys/types.h>
6904#include <utmpx.h> 6891#include <utmpx.h>
6905 6892
6906" 6893"
6907if test "x$ac_cv_member_struct_utmpx_ut_host" = xyes; then : 6894if test "x$ac_cv_member_struct_utmpx_ut_host" = x""yes; then :
6908 6895
6909$as_echo "#define HAVE_UTMPX_HOST 1" >>confdefs.h 6896$as_echo "#define HAVE_UTMPX_HOST 1" >>confdefs.h
6910 6897
6911fi 6898fi
6912 6899
6914ac_fn_cxx_check_member "$LINENO" "struct utmpx" "ut_session" "ac_cv_member_struct_utmpx_ut_session" " 6901ac_fn_cxx_check_member "$LINENO" "struct utmpx" "ut_session" "ac_cv_member_struct_utmpx_ut_session" "
6915#include <sys/types.h> 6902#include <sys/types.h>
6916#include <utmpx.h> 6903#include <utmpx.h>
6917 6904
6918" 6905"
6919if test "x$ac_cv_member_struct_utmpx_ut_session" = xyes; then : 6906if test "x$ac_cv_member_struct_utmpx_ut_session" = x""yes; then :
6920 6907
6921$as_echo "#define HAVE_UTMPX_SESSION 1" >>confdefs.h 6908$as_echo "#define HAVE_UTMPX_SESSION 1" >>confdefs.h
6922 6909
6923fi 6910fi
6924 6911
6933#ifdef HAVE_LASTLOG_H 6920#ifdef HAVE_LASTLOG_H
6934#include <lastlog.h> 6921#include <lastlog.h>
6935#endif 6922#endif
6936 6923
6937" 6924"
6938if test "x$ac_cv_type_struct_lastlog" = xyes; then : 6925if test "x$ac_cv_type_struct_lastlog" = x""yes; then :
6939 6926
6940cat >>confdefs.h <<_ACEOF 6927cat >>confdefs.h <<_ACEOF
6941#define HAVE_STRUCT_LASTLOG 1 6928#define HAVE_STRUCT_LASTLOG 1
6942_ACEOF 6929_ACEOF
6943 6930
6951#ifdef HAVE_LASTLOG_H 6938#ifdef HAVE_LASTLOG_H
6952#include <lastlog.h> 6939#include <lastlog.h>
6953#endif 6940#endif
6954 6941
6955" 6942"
6956if test "x$ac_cv_type_struct_lastlogx" = xyes; then : 6943if test "x$ac_cv_type_struct_lastlogx" = x""yes; then :
6957 6944
6958cat >>confdefs.h <<_ACEOF 6945cat >>confdefs.h <<_ACEOF
6959#define HAVE_STRUCT_LASTLOGX 1 6946#define HAVE_STRUCT_LASTLOGX 1
6960_ACEOF 6947_ACEOF
6961 6948
6964 6951
6965 6952
6966 6953
6967{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a fallback location of utmp" >&5 6954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a fallback location of utmp" >&5
6968$as_echo_n "checking for a fallback location of utmp... " >&6; } 6955$as_echo_n "checking for a fallback location of utmp... " >&6; }
6969if ${pt_cv_path_utmp+:} false; then : 6956if test "${pt_cv_path_utmp+set}" = set; then :
6970 $as_echo_n "(cached) " >&6 6957 $as_echo_n "(cached) " >&6
6971else 6958else
6972 6959
6973if test "$cross_compiling" != yes; then 6960if test "$cross_compiling" != yes; then
6974 for file in "/var/run/utmp" "/var/adm/utmp" "/etc/utmp" "/usr/etc/utmp" "/usr/adm/utmp"; do 6961 for file in "/var/run/utmp" "/var/adm/utmp" "/etc/utmp" "/usr/etc/utmp" "/usr/adm/utmp"; do
6993fi 6980fi
6994 6981
6995 6982
6996{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a fallback location of wtmp" >&5 6983{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a fallback location of wtmp" >&5
6997$as_echo_n "checking for a fallback location of wtmp... " >&6; } 6984$as_echo_n "checking for a fallback location of wtmp... " >&6; }
6998if ${pt_cv_path_wtmp+:} false; then : 6985if test "${pt_cv_path_wtmp+set}" = set; then :
6999 $as_echo_n "(cached) " >&6 6986 $as_echo_n "(cached) " >&6
7000else 6987else
7001 6988
7002if test "$cross_compiling" != yes; then 6989if test "$cross_compiling" != yes; then
7003 for file in "/var/log/wtmp" "/var/adm/wtmp" "/etc/wtmp" "/usr/etc/wtmp" "/usr/adm/wtmp"; do 6990 for file in "/var/log/wtmp" "/var/adm/wtmp" "/etc/wtmp" "/usr/etc/wtmp" "/usr/adm/wtmp"; do
7021$as_echo "$as_me: WARNING: Define PT_WTMP_FILE in config.h manually" >&2;} 7008$as_echo "$as_me: WARNING: Define PT_WTMP_FILE in config.h manually" >&2;}
7022fi 7009fi
7023 7010
7024{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a fallback location of wtmpx" >&5 7011{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a fallback location of wtmpx" >&5
7025$as_echo_n "checking for a fallback location of wtmpx... " >&6; } 7012$as_echo_n "checking for a fallback location of wtmpx... " >&6; }
7026if ${pt_cv_path_wtmpx+:} false; then : 7013if test "${pt_cv_path_wtmpx+set}" = set; then :
7027 $as_echo_n "(cached) " >&6 7014 $as_echo_n "(cached) " >&6
7028else 7015else
7029 7016
7030if test "$cross_compiling" != yes; then 7017if test "$cross_compiling" != yes; then
7031 for file in "/var/log/wtmpx" "/var/adm/wtmpx"; do 7018 for file in "/var/log/wtmpx" "/var/adm/wtmpx"; do
7049$as_echo "$as_me: WARNING: Define PT_WTMPX_FILE in config.h manually" >&2;} 7036$as_echo "$as_me: WARNING: Define PT_WTMPX_FILE in config.h manually" >&2;}
7050fi 7037fi
7051 7038
7052{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a fallback location of lastlog" >&5 7039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a fallback location of lastlog" >&5
7053$as_echo_n "checking for a fallback location of lastlog... " >&6; } 7040$as_echo_n "checking for a fallback location of lastlog... " >&6; }
7054if ${pt_cv_path_lastlog+:} false; then : 7041if test "${pt_cv_path_lastlog+set}" = set; then :
7055 $as_echo_n "(cached) " >&6 7042 $as_echo_n "(cached) " >&6
7056else 7043else
7057 7044
7058if test "$cross_compiling" != yes; then 7045if test "$cross_compiling" != yes; then
7059 for file in "/var/log/lastlog"; do 7046 for file in "/var/log/lastlog"; do
7077$as_echo "$as_me: WARNING: Define PT_LASTLOG_FILE in config.h manually" >&2;} 7064$as_echo "$as_me: WARNING: Define PT_LASTLOG_FILE in config.h manually" >&2;}
7078fi 7065fi
7079 7066
7080{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a fallback location of lastlogx" >&5 7067{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a fallback location of lastlogx" >&5
7081$as_echo_n "checking for a fallback location of lastlogx... " >&6; } 7068$as_echo_n "checking for a fallback location of lastlogx... " >&6; }
7082if ${pt_cv_path_lastlogx+:} false; then : 7069if test "${pt_cv_path_lastlogx+set}" = set; then :
7083 $as_echo_n "(cached) " >&6 7070 $as_echo_n "(cached) " >&6
7084else 7071else
7085 7072
7086if test "$cross_compiling" != yes; then 7073if test "$cross_compiling" != yes; then
7087 for file in "/var/log/lastlogx" "/var/adm/lastlogx"; do 7074 for file in "/var/log/lastlogx" "/var/adm/lastlogx"; do
7113CFLAGS="$CFLAGS $X_CFLAGS" 7100CFLAGS="$CFLAGS $X_CFLAGS"
7114LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 7101LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
7115if test x$support_xim = xyes; then 7102if test x$support_xim = xyes; then
7116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working Xlocale" >&5 7103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working Xlocale" >&5
7117$as_echo_n "checking for working Xlocale... " >&6; } 7104$as_echo_n "checking for working Xlocale... " >&6; }
7118if ${rxvt_cv_func_xlocale+:} false; then : 7105if test "${rxvt_cv_func_xlocale+set}" = set; then :
7119 $as_echo_n "(cached) " >&6 7106 $as_echo_n "(cached) " >&6
7120else 7107else
7121 if test "$cross_compiling" = yes; then : 7108 if test "$cross_compiling" = yes; then :
7122 : 7109 :
7123else 7110else
7151 7138
7152$as_echo "#define USE_XIM 1" >>confdefs.h 7139$as_echo "#define USE_XIM 1" >>confdefs.h
7153 7140
7154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken XIM callback" >&5 7141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken XIM callback" >&5
7155$as_echo_n "checking for broken XIM callback... " >&6; } 7142$as_echo_n "checking for broken XIM callback... " >&6; }
7156if ${rxvt_cv_broken_ximcb+:} false; then : 7143if test "${rxvt_cv_broken_ximcb+set}" = set; then :
7157 $as_echo_n "(cached) " >&6 7144 $as_echo_n "(cached) " >&6
7158else 7145else
7159 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7146 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7160/* end confdefs.h. */ 7147/* end confdefs.h. */
7161 7148
7187 fi 7174 fi
7188fi 7175fi
7189 7176
7190{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working X setlocale" >&5 7177{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working X setlocale" >&5
7191$as_echo_n "checking for working X setlocale... " >&6; } 7178$as_echo_n "checking for working X setlocale... " >&6; }
7192if ${rxvt_cv_func_xsetlocale+:} false; then : 7179if test "${rxvt_cv_func_xsetlocale+set}" = set; then :
7193 $as_echo_n "(cached) " >&6 7180 $as_echo_n "(cached) " >&6
7194else 7181else
7195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7182 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7196/* end confdefs.h. */ 7183/* end confdefs.h. */
7197#define X_LOCALE 1 7184#define X_LOCALE 1
7222LIBS=$save_LIBS 7209LIBS=$save_LIBS
7223CFLAGS=$save_CFLAGS 7210CFLAGS=$save_CFLAGS
7224 7211
7225{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working plain setlocale" >&5 7212{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working plain setlocale" >&5
7226$as_echo_n "checking for working plain setlocale... " >&6; } 7213$as_echo_n "checking for working plain setlocale... " >&6; }
7227if ${rxvt_cv_func_setlocale+:} false; then : 7214if test "${rxvt_cv_func_setlocale+set}" = set; then :
7228 $as_echo_n "(cached) " >&6 7215 $as_echo_n "(cached) " >&6
7229else 7216else
7230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7231/* end confdefs.h. */ 7218/* end confdefs.h. */
7232#include <clocale> 7219#include <clocale>
7254 7241
7255fi 7242fi
7256 7243
7257{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working nl_langinfo" >&5 7244{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working nl_langinfo" >&5
7258$as_echo_n "checking for working nl_langinfo... " >&6; } 7245$as_echo_n "checking for working nl_langinfo... " >&6; }
7259if ${rxvt_cv_func_nl_langinfo+:} false; then : 7246if test "${rxvt_cv_func_nl_langinfo+set}" = set; then :
7260 $as_echo_n "(cached) " >&6 7247 $as_echo_n "(cached) " >&6
7261else 7248else
7262 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7263/* end confdefs.h. */ 7250/* end confdefs.h. */
7264#include <langinfo.h> 7251#include <langinfo.h>
7287fi 7274fi
7288 7275
7289 7276
7290{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for unix-compliant filehandle passing ability" >&5 7277{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for unix-compliant filehandle passing ability" >&5
7291$as_echo_n "checking for unix-compliant filehandle passing ability... " >&6; } 7278$as_echo_n "checking for unix-compliant filehandle passing ability... " >&6; }
7292if ${pt_cv_can_pass_fds+:} false; then : 7279if test "${pt_cv_can_pass_fds+set}" = set; then :
7293 $as_echo_n "(cached) " >&6 7280 $as_echo_n "(cached) " >&6
7294else 7281else
7295 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7296/* end confdefs.h. */ 7283/* end confdefs.h. */
7297 7284
7424 conftest$ac_exeext conftest.$ac_ext 7411 conftest$ac_exeext conftest.$ac_ext
7425 7412
7426if test -z "$unix98_pty"; then 7413if test -z "$unix98_pty"; then
7427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing openpty" >&5 7414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing openpty" >&5
7428$as_echo_n "checking for library containing openpty... " >&6; } 7415$as_echo_n "checking for library containing openpty... " >&6; }
7429if ${ac_cv_search_openpty+:} false; then : 7416if test "${ac_cv_search_openpty+set}" = set; then :
7430 $as_echo_n "(cached) " >&6 7417 $as_echo_n "(cached) " >&6
7431else 7418else
7432 ac_func_search_save_LIBS=$LIBS 7419 ac_func_search_save_LIBS=$LIBS
7433cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7420cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7434/* end confdefs.h. */ 7421/* end confdefs.h. */
7458 if ac_fn_cxx_try_link "$LINENO"; then : 7445 if ac_fn_cxx_try_link "$LINENO"; then :
7459 ac_cv_search_openpty=$ac_res 7446 ac_cv_search_openpty=$ac_res
7460fi 7447fi
7461rm -f core conftest.err conftest.$ac_objext \ 7448rm -f core conftest.err conftest.$ac_objext \
7462 conftest$ac_exeext 7449 conftest$ac_exeext
7463 if ${ac_cv_search_openpty+:} false; then : 7450 if test "${ac_cv_search_openpty+set}" = set; then :
7464 break 7451 break
7465fi 7452fi
7466done 7453done
7467if ${ac_cv_search_openpty+:} false; then : 7454if test "${ac_cv_search_openpty+set}" = set; then :
7468 7455
7469else 7456else
7470 ac_cv_search_openpty=no 7457 ac_cv_search_openpty=no
7471fi 7458fi
7472rm conftest.$ac_ext 7459rm conftest.$ac_ext
7486 7473
7487 7474
7488 7475
7489{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for tty group" >&5 7476{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for tty group" >&5
7490$as_echo_n "checking for tty group... " >&6; } 7477$as_echo_n "checking for tty group... " >&6; }
7491if ${pt_cv_tty_group+:} false; then : 7478if test "${pt_cv_tty_group+set}" = set; then :
7492 $as_echo_n "(cached) " >&6 7479 $as_echo_n "(cached) " >&6
7493else 7480else
7494 if test "$cross_compiling" = yes; then : 7481 if test "$cross_compiling" = yes; then :
7495 pt_cv_tty_group=no 7482 pt_cv_tty_group=no
7496else 7483else
7540 rxvt_have_xrender=no 7527 rxvt_have_xrender=no
7541 # Extract the first word of "pkg-config", so it can be a program name with args. 7528 # Extract the first word of "pkg-config", so it can be a program name with args.
7542set dummy pkg-config; ac_word=$2 7529set dummy pkg-config; ac_word=$2
7543{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7530{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7544$as_echo_n "checking for $ac_word... " >&6; } 7531$as_echo_n "checking for $ac_word... " >&6; }
7545if ${ac_cv_path_PKG_CONFIG+:} false; then : 7532if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
7546 $as_echo_n "(cached) " >&6 7533 $as_echo_n "(cached) " >&6
7547else 7534else
7548 case $PKG_CONFIG in 7535 case $PKG_CONFIG in
7549 [\\/]* | ?:[\\/]*) 7536 [\\/]* | ?:[\\/]*)
7550 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 7537 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
7585 rxvt_have_xrender=yes 7572 rxvt_have_xrender=yes
7586 7573
7587 save_LIBS="$LIBS" 7574 save_LIBS="$LIBS"
7588 LIBS="$LIBS $X_LIBS" 7575 LIBS="$LIBS $X_LIBS"
7589 ac_fn_cxx_check_header_mongrel "$LINENO" "X11/extensions/Xrender.h" "ac_cv_header_X11_extensions_Xrender_h" "$ac_includes_default" 7576 ac_fn_cxx_check_header_mongrel "$LINENO" "X11/extensions/Xrender.h" "ac_cv_header_X11_extensions_Xrender_h" "$ac_includes_default"
7590if test "x$ac_cv_header_X11_extensions_Xrender_h" = xyes; then : 7577if test "x$ac_cv_header_X11_extensions_Xrender_h" = x""yes; then :
7591 7578
7592else 7579else
7593 rxvt_have_xrender=no 7580 rxvt_have_xrender=no
7594fi 7581fi
7595 7582
7596 7583
7597 ac_fn_cxx_check_func "$LINENO" "XRenderFindStandardFormat" "ac_cv_func_XRenderFindStandardFormat" 7584 ac_fn_cxx_check_func "$LINENO" "XRenderFindStandardFormat" "ac_cv_func_XRenderFindStandardFormat"
7598if test "x$ac_cv_func_XRenderFindStandardFormat" = xyes; then : 7585if test "x$ac_cv_func_XRenderFindStandardFormat" = x""yes; then :
7599 7586
7600else 7587else
7601 rxvt_have_xrender=no 7588 rxvt_have_xrender=no
7602fi 7589fi
7603 7590
7608if test x$support_xft = xyes && test x$rxvt_have_xrender = xyes; then 7595if test x$support_xft = xyes && test x$rxvt_have_xrender = xyes; then
7609 # Extract the first word of "pkg-config", so it can be a program name with args. 7596 # Extract the first word of "pkg-config", so it can be a program name with args.
7610set dummy pkg-config; ac_word=$2 7597set dummy pkg-config; ac_word=$2
7611{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7598{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7612$as_echo_n "checking for $ac_word... " >&6; } 7599$as_echo_n "checking for $ac_word... " >&6; }
7613if ${ac_cv_path_PKG_CONFIG+:} false; then : 7600if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
7614 $as_echo_n "(cached) " >&6 7601 $as_echo_n "(cached) " >&6
7615else 7602else
7616 case $PKG_CONFIG in 7603 case $PKG_CONFIG in
7617 [\\/]* | ?:[\\/]*) 7604 [\\/]* | ?:[\\/]*)
7618 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 7605 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
7653 else 7640 else
7654 # Extract the first word of "xft-config", so it can be a program name with args. 7641 # Extract the first word of "xft-config", so it can be a program name with args.
7655set dummy xft-config; ac_word=$2 7642set dummy xft-config; ac_word=$2
7656{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7657$as_echo_n "checking for $ac_word... " >&6; } 7644$as_echo_n "checking for $ac_word... " >&6; }
7658if ${ac_cv_path_XFT_CONFIG+:} false; then : 7645if test "${ac_cv_path_XFT_CONFIG+set}" = set; then :
7659 $as_echo_n "(cached) " >&6 7646 $as_echo_n "(cached) " >&6
7660else 7647else
7661 case $XFT_CONFIG in 7648 case $XFT_CONFIG in
7662 [\\/]* | ?:[\\/]*) 7649 [\\/]* | ?:[\\/]*)
7663 ac_cv_path_XFT_CONFIG="$XFT_CONFIG" # Let the user override the test with a path. 7650 ac_cv_path_XFT_CONFIG="$XFT_CONFIG" # Let the user override the test with a path.
7706 save_LIBS="$LIBS" 7693 save_LIBS="$LIBS"
7707 LIBS="$LIBS $X_LIBS" 7694 LIBS="$LIBS $X_LIBS"
7708 for ac_header in X11/Xft/Xft.h 7695 for ac_header in X11/Xft/Xft.h
7709do : 7696do :
7710 ac_fn_cxx_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default" 7697 ac_fn_cxx_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default"
7711if test "x$ac_cv_header_X11_Xft_Xft_h" = xyes; then : 7698if test "x$ac_cv_header_X11_Xft_Xft_h" = x""yes; then :
7712 cat >>confdefs.h <<_ACEOF 7699 cat >>confdefs.h <<_ACEOF
7713#define HAVE_X11_XFT_XFT_H 1 7700#define HAVE_X11_XFT_XFT_H 1
7714_ACEOF 7701_ACEOF
7715 7702
7716else 7703else
7719 7706
7720done 7707done
7721 7708
7722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftDrawString32 in -lXft" >&5 7709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftDrawString32 in -lXft" >&5
7723$as_echo_n "checking for XftDrawString32 in -lXft... " >&6; } 7710$as_echo_n "checking for XftDrawString32 in -lXft... " >&6; }
7724if ${ac_cv_lib_Xft_XftDrawString32+:} false; then : 7711if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then :
7725 $as_echo_n "(cached) " >&6 7712 $as_echo_n "(cached) " >&6
7726else 7713else
7727 ac_check_lib_save_LIBS=$LIBS 7714 ac_check_lib_save_LIBS=$LIBS
7728LIBS="-lXft $LIBS" 7715LIBS="-lXft $LIBS"
7729cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7716cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7753 conftest$ac_exeext conftest.$ac_ext 7740 conftest$ac_exeext conftest.$ac_ext
7754LIBS=$ac_check_lib_save_LIBS 7741LIBS=$ac_check_lib_save_LIBS
7755fi 7742fi
7756{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftDrawString32" >&5 7743{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftDrawString32" >&5
7757$as_echo "$ac_cv_lib_Xft_XftDrawString32" >&6; } 7744$as_echo "$ac_cv_lib_Xft_XftDrawString32" >&6; }
7758if test "x$ac_cv_lib_Xft_XftDrawString32" = xyes; then : 7745if test "x$ac_cv_lib_Xft_XftDrawString32" = x""yes; then :
7759 : 7746 :
7760else 7747else
7761 support_xft=no 7748 support_xft=no
7762fi 7749fi
7763 7750
7764 for ac_header in fontconfig/fontconfig.h 7751 for ac_header in fontconfig/fontconfig.h
7765do : 7752do :
7766 ac_fn_cxx_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default" 7753 ac_fn_cxx_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
7767if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then : 7754if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
7768 cat >>confdefs.h <<_ACEOF 7755 cat >>confdefs.h <<_ACEOF
7769#define HAVE_FONTCONFIG_FONTCONFIG_H 1 7756#define HAVE_FONTCONFIG_FONTCONFIG_H 1
7770_ACEOF 7757_ACEOF
7771 7758
7772else 7759else
7775 7762
7776done 7763done
7777 7764
7778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FcPatternGet in -lfontconfig" >&5 7765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FcPatternGet in -lfontconfig" >&5
7779$as_echo_n "checking for FcPatternGet in -lfontconfig... " >&6; } 7766$as_echo_n "checking for FcPatternGet in -lfontconfig... " >&6; }
7780if ${ac_cv_lib_fontconfig_FcPatternGet+:} false; then : 7767if test "${ac_cv_lib_fontconfig_FcPatternGet+set}" = set; then :
7781 $as_echo_n "(cached) " >&6 7768 $as_echo_n "(cached) " >&6
7782else 7769else
7783 ac_check_lib_save_LIBS=$LIBS 7770 ac_check_lib_save_LIBS=$LIBS
7784LIBS="-lfontconfig $LIBS" 7771LIBS="-lfontconfig $LIBS"
7785cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7772cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7809 conftest$ac_exeext conftest.$ac_ext 7796 conftest$ac_exeext conftest.$ac_ext
7810LIBS=$ac_check_lib_save_LIBS 7797LIBS=$ac_check_lib_save_LIBS
7811fi 7798fi
7812{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fontconfig_FcPatternGet" >&5 7799{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fontconfig_FcPatternGet" >&5
7813$as_echo "$ac_cv_lib_fontconfig_FcPatternGet" >&6; } 7800$as_echo "$ac_cv_lib_fontconfig_FcPatternGet" >&6; }
7814if test "x$ac_cv_lib_fontconfig_FcPatternGet" = xyes; then : 7801if test "x$ac_cv_lib_fontconfig_FcPatternGet" = x""yes; then :
7815 : 7802 :
7816else 7803else
7817 support_xft=no 7804 support_xft=no
7818fi 7805fi
7819 7806
7958if test x$support_perl = xyes; then 7945if test x$support_perl = xyes; then
7959 # Extract the first word of "perl5", so it can be a program name with args. 7946 # Extract the first word of "perl5", so it can be a program name with args.
7960set dummy perl5; ac_word=$2 7947set dummy perl5; ac_word=$2
7961{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7948{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7962$as_echo_n "checking for $ac_word... " >&6; } 7949$as_echo_n "checking for $ac_word... " >&6; }
7963if ${ac_cv_path_PERL+:} false; then : 7950if test "${ac_cv_path_PERL+set}" = set; then :
7964 $as_echo_n "(cached) " >&6 7951 $as_echo_n "(cached) " >&6
7965else 7952else
7966 case $PERL in 7953 case $PERL in
7967 [\\/]* | ?:[\\/]*) 7954 [\\/]* | ?:[\\/]*)
7968 ac_cv_path_PERL="$PERL" # Let the user override the test with a path. 7955 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
7998 7985
7999 # Extract the first word of "perl", so it can be a program name with args. 7986 # Extract the first word of "perl", so it can be a program name with args.
8000set dummy perl; ac_word=$2 7987set dummy perl; ac_word=$2
8001{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7988{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8002$as_echo_n "checking for $ac_word... " >&6; } 7989$as_echo_n "checking for $ac_word... " >&6; }
8003if ${ac_cv_path_PERL+:} false; then : 7990if test "${ac_cv_path_PERL+set}" = set; then :
8004 $as_echo_n "(cached) " >&6 7991 $as_echo_n "(cached) " >&6
8005else 7992else
8006 case $PERL in 7993 case $PERL in
8007 [\\/]* | ?:[\\/]*) 7994 [\\/]* | ?:[\\/]*)
8008 ac_cv_path_PERL="$PERL" # Let the user override the test with a path. 7995 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
8162 t end 8149 t end
8163 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 8150 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
8164 :end' >>confcache 8151 :end' >>confcache
8165if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 8152if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
8166 if test -w "$cache_file"; then 8153 if test -w "$cache_file"; then
8167 if test "x$cache_file" != "x/dev/null"; then 8154 test "x$cache_file" != "x/dev/null" &&
8168 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 8155 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
8169$as_echo "$as_me: updating cache $cache_file" >&6;} 8156$as_echo "$as_me: updating cache $cache_file" >&6;}
8170 if test ! -f "$cache_file" || test -h "$cache_file"; then
8171 cat confcache >"$cache_file" 8157 cat confcache >$cache_file
8172 else
8173 case $cache_file in #(
8174 */* | ?:*)
8175 mv -f confcache "$cache_file"$$ &&
8176 mv -f "$cache_file"$$ "$cache_file" ;; #(
8177 *)
8178 mv -f confcache "$cache_file" ;;
8179 esac
8180 fi
8181 fi
8182 else 8158 else
8183 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 8159 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
8184$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 8160$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
8185 fi 8161 fi
8186fi 8162fi
8208 8184
8209LTLIBOBJS=$ac_ltlibobjs 8185LTLIBOBJS=$ac_ltlibobjs
8210 8186
8211 8187
8212 8188
8213: "${CONFIG_STATUS=./config.status}" 8189: ${CONFIG_STATUS=./config.status}
8214ac_write_fail=0 8190ac_write_fail=0
8215ac_clean_files_save=$ac_clean_files 8191ac_clean_files_save=$ac_clean_files
8216ac_clean_files="$ac_clean_files $CONFIG_STATUS" 8192ac_clean_files="$ac_clean_files $CONFIG_STATUS"
8217{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 8193{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
8218$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 8194$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
8309# (If _AS_PATH_WALK were called with IFS unset, it would disable word 8285# (If _AS_PATH_WALK were called with IFS unset, it would disable word
8310# splitting by setting IFS to empty value.) 8286# splitting by setting IFS to empty value.)
8311IFS=" "" $as_nl" 8287IFS=" "" $as_nl"
8312 8288
8313# Find who we are. Look in the path if we contain no directory separator. 8289# Find who we are. Look in the path if we contain no directory separator.
8314as_myself=
8315case $0 in #(( 8290case $0 in #((
8316 *[\\/]* ) as_myself=$0 ;; 8291 *[\\/]* ) as_myself=$0 ;;
8317 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8292 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8318for as_dir in $PATH 8293for as_dir in $PATH
8319do 8294do
8617# Save the log message, to keep $0 and so on meaningful, and to 8592# Save the log message, to keep $0 and so on meaningful, and to
8618# report actual input values of CONFIG_FILES etc. instead of their 8593# report actual input values of CONFIG_FILES etc. instead of their
8619# values after options handling. 8594# values after options handling.
8620ac_log=" 8595ac_log="
8621This file was extended by $as_me, which was 8596This file was extended by $as_me, which was
8622generated by GNU Autoconf 2.68. Invocation command line was 8597generated by GNU Autoconf 2.67. Invocation command line was
8623 8598
8624 CONFIG_FILES = $CONFIG_FILES 8599 CONFIG_FILES = $CONFIG_FILES
8625 CONFIG_HEADERS = $CONFIG_HEADERS 8600 CONFIG_HEADERS = $CONFIG_HEADERS
8626 CONFIG_LINKS = $CONFIG_LINKS 8601 CONFIG_LINKS = $CONFIG_LINKS
8627 CONFIG_COMMANDS = $CONFIG_COMMANDS 8602 CONFIG_COMMANDS = $CONFIG_COMMANDS
8679_ACEOF 8654_ACEOF
8680cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8655cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8681ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 8656ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
8682ac_cs_version="\\ 8657ac_cs_version="\\
8683config.status 8658config.status
8684configured by $0, generated by GNU Autoconf 2.68, 8659configured by $0, generated by GNU Autoconf 2.67,
8685 with options \\"\$ac_cs_config\\" 8660 with options \\"\$ac_cs_config\\"
8686 8661
8687Copyright (C) 2010 Free Software Foundation, Inc. 8662Copyright (C) 2010 Free Software Foundation, Inc.
8688This config.status script is free software; the Free Software Foundation 8663This config.status script is free software; the Free Software Foundation
8689gives unlimited permission to copy, distribute and modify it." 8664gives unlimited permission to copy, distribute and modify it."
8805 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;; 8780 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;;
8806 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 8781 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
8807 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 8782 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
8808 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 8783 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
8809 8784
8810 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 8785 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
8811 esac 8786 esac
8812done 8787done
8813 8788
8814 8789
8815# If the user did not use the arguments to specify the items to instantiate, 8790# If the user did not use the arguments to specify the items to instantiate,
8827# Hook for its removal unless debugging. 8802# Hook for its removal unless debugging.
8828# Note that there is a small window in which the directory will not be cleaned: 8803# Note that there is a small window in which the directory will not be cleaned:
8829# after its creation but before its name has been assigned to `$tmp'. 8804# after its creation but before its name has been assigned to `$tmp'.
8830$debug || 8805$debug ||
8831{ 8806{
8832 tmp= ac_tmp= 8807 tmp=
8833 trap 'exit_status=$? 8808 trap 'exit_status=$?
8834 : "${ac_tmp:=$tmp}"
8835 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status 8809 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
8836' 0 8810' 0
8837 trap 'as_fn_exit 1' 1 2 13 15 8811 trap 'as_fn_exit 1' 1 2 13 15
8838} 8812}
8839# Create a (secure) tmp directory for tmp files. 8813# Create a (secure) tmp directory for tmp files.
8840 8814
8841{ 8815{
8842 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 8816 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
8843 test -d "$tmp" 8817 test -n "$tmp" && test -d "$tmp"
8844} || 8818} ||
8845{ 8819{
8846 tmp=./conf$$-$RANDOM 8820 tmp=./conf$$-$RANDOM
8847 (umask 077 && mkdir "$tmp") 8821 (umask 077 && mkdir "$tmp")
8848} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 8822} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
8849ac_tmp=$tmp
8850 8823
8851# Set up the scripts for CONFIG_FILES section. 8824# Set up the scripts for CONFIG_FILES section.
8852# No need to generate them if there are no CONFIG_FILES. 8825# No need to generate them if there are no CONFIG_FILES.
8853# This happens for instance with `./config.status config.h'. 8826# This happens for instance with `./config.status config.h'.
8854if test -n "$CONFIG_FILES"; then 8827if test -n "$CONFIG_FILES"; then
8866 ac_cs_awk_cr='\\r' 8839 ac_cs_awk_cr='\\r'
8867else 8840else
8868 ac_cs_awk_cr=$ac_cr 8841 ac_cs_awk_cr=$ac_cr
8869fi 8842fi
8870 8843
8871echo 'BEGIN {' >"$ac_tmp/subs1.awk" && 8844echo 'BEGIN {' >"$tmp/subs1.awk" &&
8872_ACEOF 8845_ACEOF
8873 8846
8874 8847
8875{ 8848{
8876 echo "cat >conf$$subs.awk <<_ACEOF" && 8849 echo "cat >conf$$subs.awk <<_ACEOF" &&
8894 fi 8867 fi
8895done 8868done
8896rm -f conf$$subs.sh 8869rm -f conf$$subs.sh
8897 8870
8898cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8871cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8899cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && 8872cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
8900_ACEOF 8873_ACEOF
8901sed -n ' 8874sed -n '
8902h 8875h
8903s/^/S["/; s/!.*/"]=/ 8876s/^/S["/; s/!.*/"]=/
8904p 8877p
8942} 8915}
8943' >>$CONFIG_STATUS || ac_write_fail=1 8916' >>$CONFIG_STATUS || ac_write_fail=1
8944rm -f conf$$subs.awk 8917rm -f conf$$subs.awk
8945cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8918cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8946_ACAWK 8919_ACAWK
8947cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && 8920cat >>"\$tmp/subs1.awk" <<_ACAWK &&
8948 for (key in S) S_is_set[key] = 1 8921 for (key in S) S_is_set[key] = 1
8949 FS = "" 8922 FS = ""
8950 8923
8951} 8924}
8952{ 8925{
8974cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 8947cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8975if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 8948if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
8976 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 8949 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
8977else 8950else
8978 cat 8951 cat
8979fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ 8952fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
8980 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 8953 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
8981_ACEOF 8954_ACEOF
8982 8955
8983# VPATH may cause trouble with some makes, so we remove sole $(srcdir), 8956# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
8984# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and 8957# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
9008 8981
9009# Set up the scripts for CONFIG_HEADERS section. 8982# Set up the scripts for CONFIG_HEADERS section.
9010# No need to generate them if there are no CONFIG_HEADERS. 8983# No need to generate them if there are no CONFIG_HEADERS.
9011# This happens for instance with `./config.status Makefile'. 8984# This happens for instance with `./config.status Makefile'.
9012if test -n "$CONFIG_HEADERS"; then 8985if test -n "$CONFIG_HEADERS"; then
9013cat >"$ac_tmp/defines.awk" <<\_ACAWK || 8986cat >"$tmp/defines.awk" <<\_ACAWK ||
9014BEGIN { 8987BEGIN {
9015_ACEOF 8988_ACEOF
9016 8989
9017# Transform confdefs.h into an awk script `defines.awk', embedded as 8990# Transform confdefs.h into an awk script `defines.awk', embedded as
9018# here-document in config.status, that substitutes the proper values into 8991# here-document in config.status, that substitutes the proper values into
9020 8993
9021# Create a delimiter string that does not exist in confdefs.h, to ease 8994# Create a delimiter string that does not exist in confdefs.h, to ease
9022# handling of long lines. 8995# handling of long lines.
9023ac_delim='%!_!# ' 8996ac_delim='%!_!# '
9024for ac_last_try in false false :; do 8997for ac_last_try in false false :; do
9025 ac_tt=`sed -n "/$ac_delim/p" confdefs.h` 8998 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
9026 if test -z "$ac_tt"; then 8999 if test -z "$ac_t"; then
9027 break 9000 break
9028 elif $ac_last_try; then 9001 elif $ac_last_try; then
9029 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 9002 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
9030 else 9003 else
9031 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 9004 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
9122 case $ac_tag in 9095 case $ac_tag in
9123 :[FHLC]) ac_mode=$ac_tag; continue;; 9096 :[FHLC]) ac_mode=$ac_tag; continue;;
9124 esac 9097 esac
9125 case $ac_mode$ac_tag in 9098 case $ac_mode$ac_tag in
9126 :[FHL]*:*);; 9099 :[FHL]*:*);;
9127 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; 9100 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
9128 :[FH]-) ac_tag=-:-;; 9101 :[FH]-) ac_tag=-:-;;
9129 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 9102 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
9130 esac 9103 esac
9131 ac_save_IFS=$IFS 9104 ac_save_IFS=$IFS
9132 IFS=: 9105 IFS=:
9141 :[FH]) 9114 :[FH])
9142 ac_file_inputs= 9115 ac_file_inputs=
9143 for ac_f 9116 for ac_f
9144 do 9117 do
9145 case $ac_f in 9118 case $ac_f in
9146 -) ac_f="$ac_tmp/stdin";; 9119 -) ac_f="$tmp/stdin";;
9147 *) # Look for the file first in the build tree, then in the source tree 9120 *) # Look for the file first in the build tree, then in the source tree
9148 # (if the path is not absolute). The absolute path cannot be DOS-style, 9121 # (if the path is not absolute). The absolute path cannot be DOS-style,
9149 # because $ac_f cannot contain `:'. 9122 # because $ac_f cannot contain `:'.
9150 test -f "$ac_f" || 9123 test -f "$ac_f" ||
9151 case $ac_f in 9124 case $ac_f in
9152 [\\/$]*) false;; 9125 [\\/$]*) false;;
9153 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 9126 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
9154 esac || 9127 esac ||
9155 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; 9128 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
9156 esac 9129 esac
9157 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 9130 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
9158 as_fn_append ac_file_inputs " '$ac_f'" 9131 as_fn_append ac_file_inputs " '$ac_f'"
9159 done 9132 done
9160 9133
9176 sed 's/[\\\\&|]/\\\\&/g'`;; #( 9149 sed 's/[\\\\&|]/\\\\&/g'`;; #(
9177 *) ac_sed_conf_input=$configure_input;; 9150 *) ac_sed_conf_input=$configure_input;;
9178 esac 9151 esac
9179 9152
9180 case $ac_tag in 9153 case $ac_tag in
9181 *:-:* | *:-) cat >"$ac_tmp/stdin" \ 9154 *:-:* | *:-) cat >"$tmp/stdin" \
9182 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 9155 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
9183 esac 9156 esac
9184 ;; 9157 ;;
9185 esac 9158 esac
9186 9159
9187 ac_dir=`$as_dirname -- "$ac_file" || 9160 ac_dir=`$as_dirname -- "$ac_file" ||
9307s&@abs_builddir@&$ac_abs_builddir&;t t 9280s&@abs_builddir@&$ac_abs_builddir&;t t
9308s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 9281s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
9309s&@INSTALL@&$ac_INSTALL&;t t 9282s&@INSTALL@&$ac_INSTALL&;t t
9310$ac_datarootdir_hack 9283$ac_datarootdir_hack
9311" 9284"
9312eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ 9285eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
9313 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9286 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9314 9287
9315test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 9288test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
9316 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 9289 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
9317 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 9290 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
9318 "$ac_tmp/out"`; test -z "$ac_out"; } &&
9319 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 9291 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
9320which seems to be undefined. Please make sure it is defined" >&5 9292which seems to be undefined. Please make sure it is defined" >&5
9321$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 9293$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
9322which seems to be undefined. Please make sure it is defined" >&2;} 9294which seems to be undefined. Please make sure it is defined" >&2;}
9323 9295
9324 rm -f "$ac_tmp/stdin" 9296 rm -f "$tmp/stdin"
9325 case $ac_file in 9297 case $ac_file in
9326 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; 9298 -) cat "$tmp/out" && rm -f "$tmp/out";;
9327 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; 9299 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
9328 esac \ 9300 esac \
9329 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9301 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9330 ;; 9302 ;;
9331 :H) 9303 :H)
9332 # 9304 #
9333 # CONFIG_HEADER 9305 # CONFIG_HEADER
9334 # 9306 #
9335 if test x"$ac_file" != x-; then 9307 if test x"$ac_file" != x-; then
9336 { 9308 {
9337 $as_echo "/* $configure_input */" \ 9309 $as_echo "/* $configure_input */" \
9338 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" 9310 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
9339 } >"$ac_tmp/config.h" \ 9311 } >"$tmp/config.h" \
9340 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9312 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9341 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then 9313 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
9342 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 9314 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
9343$as_echo "$as_me: $ac_file is unchanged" >&6;} 9315$as_echo "$as_me: $ac_file is unchanged" >&6;}
9344 else 9316 else
9345 rm -f "$ac_file" 9317 rm -f "$ac_file"
9346 mv "$ac_tmp/config.h" "$ac_file" \ 9318 mv "$tmp/config.h" "$ac_file" \
9347 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9319 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9348 fi 9320 fi
9349 else 9321 else
9350 $as_echo "/* $configure_input */" \ 9322 $as_echo "/* $configure_input */" \
9351 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ 9323 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
9352 || as_fn_error $? "could not create -" "$LINENO" 5 9324 || as_fn_error $? "could not create -" "$LINENO" 5
9353 fi 9325 fi
9354 ;; 9326 ;;
9355 9327
9356 9328

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines