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

Comparing rxvt-unicode/configure (file contents):
Revision 1.145 by sf-exg, Wed Jun 1 10:53:07 2011 UTC vs.
Revision 1.148 by root, Wed Nov 16 20:22:12 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."
609PERL 601PERL
610XFT_CONFIG 602XFT_CONFIG
611AFTERIMAGE_LIBS 603AFTERIMAGE_LIBS
612AFTERIMAGE_CFLAGS 604AFTERIMAGE_CFLAGS
613afterimage_config 605afterimage_config
606STARTUP_NOTIFICATION_LIBS
607STARTUP_NOTIFICATION_CFLAGS
614PIXBUF_LIBS 608PIXBUF_LIBS
615PIXBUF_CFLAGS 609PIXBUF_CFLAGS
616PKG_CONFIG 610PKG_CONFIG
617X_EXTRA_LIBS 611X_EXTRA_LIBS
618X_LIBS 612X_LIBS
699enable_xft 693enable_xft
700enable_font_styles 694enable_font_styles
701enable_afterimage 695enable_afterimage
702with_afterimage_config 696with_afterimage_config
703enable_pixbuf 697enable_pixbuf
698enable_startup_notification
704enable_transparency 699enable_transparency
705enable_fading 700enable_fading
706enable_rxvt_scroll 701enable_rxvt_scroll
707enable_next_scroll 702enable_next_scroll
708enable_xterm_scroll 703enable_xterm_scroll
1150 *) 1145 *)
1151 # FIXME: should be removed in autoconf 3.0. 1146 # FIXME: should be removed in autoconf 3.0.
1152 $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
1153 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1148 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1154 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1149 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1155 : "${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}
1156 ;; 1151 ;;
1157 1152
1158 esac 1153 esac
1159done 1154done
1160 1155
1374 --enable-combining enable composition of base and combining characters 1369 --enable-combining enable composition of base and combining characters
1375 --enable-xft enable xft support on systems that have it 1370 --enable-xft enable xft support on systems that have it
1376 --enable-font-styles enable bold and italic support 1371 --enable-font-styles enable bold and italic support
1377 --enable-afterimage enable integration with libAfterImage for background images 1372 --enable-afterimage enable integration with libAfterImage for background images
1378 --enable-pixbuf enable integration with gdk-pixbuf for background images 1373 --enable-pixbuf enable integration with gdk-pixbuf for background images
1374 --enable-startup-notification enable freedesktop startup notification support
1379 --enable-transparency enable transparent backgrounds 1375 --enable-transparency enable transparent backgrounds
1380 --enable-fading enable colors fading when off focus 1376 --enable-fading enable colors fading when off focus
1381 --enable-rxvt-scroll enable rxvt style scrollbar 1377 --enable-rxvt-scroll enable rxvt style scrollbar
1382 --enable-next-scroll enable NeXT style scrollbar 1378 --enable-next-scroll enable NeXT style scrollbar
1383 --enable-xterm-scroll enable Xterm style scrollbar 1379 --enable-xterm-scroll enable Xterm style scrollbar
1493 1489
1494test -n "$ac_init_help" && exit $ac_status 1490test -n "$ac_init_help" && exit $ac_status
1495if $ac_init_version; then 1491if $ac_init_version; then
1496 cat <<\_ACEOF 1492 cat <<\_ACEOF
1497configure 1493configure
1498generated by GNU Autoconf 2.68 1494generated by GNU Autoconf 2.67
1499 1495
1500Copyright (C) 2010 Free Software Foundation, Inc. 1496Copyright (C) 2010 Free Software Foundation, Inc.
1501This configure script is free software; the Free Software Foundation 1497This configure script is free software; the Free Software Foundation
1502gives unlimited permission to copy, distribute and modify it. 1498gives unlimited permission to copy, distribute and modify it.
1503_ACEOF 1499_ACEOF
1539 $as_echo "$as_me: failed program was:" >&5 1535 $as_echo "$as_me: failed program was:" >&5
1540sed 's/^/| /' conftest.$ac_ext >&5 1536sed 's/^/| /' conftest.$ac_ext >&5
1541 1537
1542 ac_retval=1 1538 ac_retval=1
1543fi 1539fi
1544 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;}
1545 as_fn_set_status $ac_retval 1541 as_fn_set_status $ac_retval
1546 1542
1547} # ac_fn_c_try_compile 1543} # ac_fn_c_try_compile
1548 1544
1549# ac_fn_cxx_try_compile LINENO 1545# ac_fn_cxx_try_compile LINENO
1577 $as_echo "$as_me: failed program was:" >&5 1573 $as_echo "$as_me: failed program was:" >&5
1578sed 's/^/| /' conftest.$ac_ext >&5 1574sed 's/^/| /' conftest.$ac_ext >&5
1579 1575
1580 ac_retval=1 1576 ac_retval=1
1581fi 1577fi
1582 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;}
1583 as_fn_set_status $ac_retval 1579 as_fn_set_status $ac_retval
1584 1580
1585} # ac_fn_cxx_try_compile 1581} # ac_fn_cxx_try_compile
1586 1582
1587# ac_fn_c_try_cpp LINENO 1583# ac_fn_c_try_cpp LINENO
1614 $as_echo "$as_me: failed program was:" >&5 1610 $as_echo "$as_me: failed program was:" >&5
1615sed 's/^/| /' conftest.$ac_ext >&5 1611sed 's/^/| /' conftest.$ac_ext >&5
1616 1612
1617 ac_retval=1 1613 ac_retval=1
1618fi 1614fi
1619 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;}
1620 as_fn_set_status $ac_retval 1616 as_fn_set_status $ac_retval
1621 1617
1622} # ac_fn_c_try_cpp 1618} # ac_fn_c_try_cpp
1623 1619
1624# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES 1620# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1627# the include files in INCLUDES and setting the cache variable VAR 1623# the include files in INCLUDES and setting the cache variable VAR
1628# accordingly. 1624# accordingly.
1629ac_fn_c_check_header_mongrel () 1625ac_fn_c_check_header_mongrel ()
1630{ 1626{
1631 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
1632 if eval \${$3+:} false; then : 1628 if eval "test \"\${$3+set}\"" = set; then :
1633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1634$as_echo_n "checking for $2... " >&6; } 1630$as_echo_n "checking for $2... " >&6; }
1635if eval \${$3+:} false; then : 1631if eval "test \"\${$3+set}\"" = set; then :
1636 $as_echo_n "(cached) " >&6 1632 $as_echo_n "(cached) " >&6
1637fi 1633fi
1638eval ac_res=\$$3 1634eval ac_res=\$$3
1639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1640$as_echo "$ac_res" >&6; } 1636$as_echo "$ac_res" >&6; }
1693$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;}
1694 ;; 1690 ;;
1695esac 1691esac
1696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1697$as_echo_n "checking for $2... " >&6; } 1693$as_echo_n "checking for $2... " >&6; }
1698if eval \${$3+:} false; then : 1694if eval "test \"\${$3+set}\"" = set; then :
1699 $as_echo_n "(cached) " >&6 1695 $as_echo_n "(cached) " >&6
1700else 1696else
1701 eval "$3=\$ac_header_compiler" 1697 eval "$3=\$ac_header_compiler"
1702fi 1698fi
1703eval ac_res=\$$3 1699eval ac_res=\$$3
1704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1705$as_echo "$ac_res" >&6; } 1701$as_echo "$ac_res" >&6; }
1706fi 1702fi
1707 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;}
1708 1704
1709} # ac_fn_c_check_header_mongrel 1705} # ac_fn_c_check_header_mongrel
1710 1706
1711# ac_fn_c_try_run LINENO 1707# ac_fn_c_try_run LINENO
1712# ---------------------- 1708# ----------------------
1743sed 's/^/| /' conftest.$ac_ext >&5 1739sed 's/^/| /' conftest.$ac_ext >&5
1744 1740
1745 ac_retval=$ac_status 1741 ac_retval=$ac_status
1746fi 1742fi
1747 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1743 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1748 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;}
1749 as_fn_set_status $ac_retval 1745 as_fn_set_status $ac_retval
1750 1746
1751} # ac_fn_c_try_run 1747} # ac_fn_c_try_run
1752 1748
1753# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES 1749# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1757ac_fn_c_check_header_compile () 1753ac_fn_c_check_header_compile ()
1758{ 1754{
1759 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
1760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1761$as_echo_n "checking for $2... " >&6; } 1757$as_echo_n "checking for $2... " >&6; }
1762if eval \${$3+:} false; then : 1758if eval "test \"\${$3+set}\"" = set; then :
1763 $as_echo_n "(cached) " >&6 1759 $as_echo_n "(cached) " >&6
1764else 1760else
1765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1761 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1766/* end confdefs.h. */ 1762/* end confdefs.h. */
1767$4 1763$4
1775rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1771rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1776fi 1772fi
1777eval ac_res=\$$3 1773eval ac_res=\$$3
1778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1779$as_echo "$ac_res" >&6; } 1775$as_echo "$ac_res" >&6; }
1780 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;}
1781 1777
1782} # ac_fn_c_check_header_compile 1778} # ac_fn_c_check_header_compile
1783 1779
1784# ac_fn_c_try_link LINENO 1780# ac_fn_c_try_link LINENO
1785# ----------------------- 1781# -----------------------
1820 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 1816 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1821 # 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
1822 # 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
1823 # 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.
1824 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1820 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1825 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;}
1826 as_fn_set_status $ac_retval 1822 as_fn_set_status $ac_retval
1827 1823
1828} # ac_fn_c_try_link 1824} # ac_fn_c_try_link
1829 1825
1830# ac_fn_cxx_try_link LINENO 1826# ac_fn_cxx_try_link LINENO
1866 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 1862 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1867 # 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
1868 # 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
1869 # 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.
1870 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1866 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1871 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;}
1872 as_fn_set_status $ac_retval 1868 as_fn_set_status $ac_retval
1873 1869
1874} # ac_fn_cxx_try_link 1870} # ac_fn_cxx_try_link
1875 1871
1876# ac_fn_cxx_try_cpp LINENO 1872# ac_fn_cxx_try_cpp LINENO
1903 $as_echo "$as_me: failed program was:" >&5 1899 $as_echo "$as_me: failed program was:" >&5
1904sed 's/^/| /' conftest.$ac_ext >&5 1900sed 's/^/| /' conftest.$ac_ext >&5
1905 1901
1906 ac_retval=1 1902 ac_retval=1
1907fi 1903fi
1908 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;}
1909 as_fn_set_status $ac_retval 1905 as_fn_set_status $ac_retval
1910 1906
1911} # ac_fn_cxx_try_cpp 1907} # ac_fn_cxx_try_cpp
1912 1908
1913# ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES 1909# ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES
1916# the include files in INCLUDES and setting the cache variable VAR 1912# the include files in INCLUDES and setting the cache variable VAR
1917# accordingly. 1913# accordingly.
1918ac_fn_cxx_check_header_mongrel () 1914ac_fn_cxx_check_header_mongrel ()
1919{ 1915{
1920 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
1921 if eval \${$3+:} false; then : 1917 if eval "test \"\${$3+set}\"" = set; then :
1922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1923$as_echo_n "checking for $2... " >&6; } 1919$as_echo_n "checking for $2... " >&6; }
1924if eval \${$3+:} false; then : 1920if eval "test \"\${$3+set}\"" = set; then :
1925 $as_echo_n "(cached) " >&6 1921 $as_echo_n "(cached) " >&6
1926fi 1922fi
1927eval ac_res=\$$3 1923eval ac_res=\$$3
1928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1929$as_echo "$ac_res" >&6; } 1925$as_echo "$ac_res" >&6; }
1982$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;}
1983 ;; 1979 ;;
1984esac 1980esac
1985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1986$as_echo_n "checking for $2... " >&6; } 1982$as_echo_n "checking for $2... " >&6; }
1987if eval \${$3+:} false; then : 1983if eval "test \"\${$3+set}\"" = set; then :
1988 $as_echo_n "(cached) " >&6 1984 $as_echo_n "(cached) " >&6
1989else 1985else
1990 eval "$3=\$ac_header_compiler" 1986 eval "$3=\$ac_header_compiler"
1991fi 1987fi
1992eval ac_res=\$$3 1988eval ac_res=\$$3
1993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1994$as_echo "$ac_res" >&6; } 1990$as_echo "$ac_res" >&6; }
1995fi 1991fi
1996 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;}
1997 1993
1998} # ac_fn_cxx_check_header_mongrel 1994} # ac_fn_cxx_check_header_mongrel
1999 1995
2000# ac_fn_cxx_check_func LINENO FUNC VAR 1996# ac_fn_cxx_check_func LINENO FUNC VAR
2001# ------------------------------------ 1997# ------------------------------------
2003ac_fn_cxx_check_func () 1999ac_fn_cxx_check_func ()
2004{ 2000{
2005 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
2006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2007$as_echo_n "checking for $2... " >&6; } 2003$as_echo_n "checking for $2... " >&6; }
2008if eval \${$3+:} false; then : 2004if eval "test \"\${$3+set}\"" = set; then :
2009 $as_echo_n "(cached) " >&6 2005 $as_echo_n "(cached) " >&6
2010else 2006else
2011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2012/* end confdefs.h. */ 2008/* end confdefs.h. */
2013/* 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.
2058 conftest$ac_exeext conftest.$ac_ext 2054 conftest$ac_exeext conftest.$ac_ext
2059fi 2055fi
2060eval ac_res=\$$3 2056eval ac_res=\$$3
2061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2062$as_echo "$ac_res" >&6; } 2058$as_echo "$ac_res" >&6; }
2063 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;}
2064 2060
2065} # ac_fn_cxx_check_func 2061} # ac_fn_cxx_check_func
2066 2062
2067# ac_fn_cxx_check_type LINENO TYPE VAR INCLUDES 2063# ac_fn_cxx_check_type LINENO TYPE VAR INCLUDES
2068# --------------------------------------------- 2064# ---------------------------------------------
2071ac_fn_cxx_check_type () 2067ac_fn_cxx_check_type ()
2072{ 2068{
2073 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
2074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2075$as_echo_n "checking for $2... " >&6; } 2071$as_echo_n "checking for $2... " >&6; }
2076if eval \${$3+:} false; then : 2072if eval "test \"\${$3+set}\"" = set; then :
2077 $as_echo_n "(cached) " >&6 2073 $as_echo_n "(cached) " >&6
2078else 2074else
2079 eval "$3=no" 2075 eval "$3=no"
2080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2081/* end confdefs.h. */ 2077/* end confdefs.h. */
2112rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2108rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2113fi 2109fi
2114eval ac_res=\$$3 2110eval ac_res=\$$3
2115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2116$as_echo "$ac_res" >&6; } 2112$as_echo "$ac_res" >&6; }
2117 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;}
2118 2114
2119} # ac_fn_cxx_check_type 2115} # ac_fn_cxx_check_type
2120 2116
2121# ac_fn_c_find_intX_t LINENO BITS VAR 2117# ac_fn_c_find_intX_t LINENO BITS VAR
2122# ----------------------------------- 2118# -----------------------------------
2125ac_fn_c_find_intX_t () 2121ac_fn_c_find_intX_t ()
2126{ 2122{
2127 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
2128 { $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
2129$as_echo_n "checking for int$2_t... " >&6; } 2125$as_echo_n "checking for int$2_t... " >&6; }
2130if eval \${$3+:} false; then : 2126if eval "test \"\${$3+set}\"" = set; then :
2131 $as_echo_n "(cached) " >&6 2127 $as_echo_n "(cached) " >&6
2132else 2128else
2133 eval "$3=no" 2129 eval "$3=no"
2134 # Order is important - never check a type that is potentially smaller 2130 # Order is important - never check a type that is potentially smaller
2135 # than half of the expected target width. 2131 # than half of the expected target width.
2186 done 2182 done
2187fi 2183fi
2188eval ac_res=\$$3 2184eval ac_res=\$$3
2189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2190$as_echo "$ac_res" >&6; } 2186$as_echo "$ac_res" >&6; }
2191 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;}
2192 2188
2193} # ac_fn_c_find_intX_t 2189} # ac_fn_c_find_intX_t
2194 2190
2195# ac_fn_c_find_uintX_t LINENO BITS VAR 2191# ac_fn_c_find_uintX_t LINENO BITS VAR
2196# ------------------------------------ 2192# ------------------------------------
2199ac_fn_c_find_uintX_t () 2195ac_fn_c_find_uintX_t ()
2200{ 2196{
2201 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
2202 { $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
2203$as_echo_n "checking for uint$2_t... " >&6; } 2199$as_echo_n "checking for uint$2_t... " >&6; }
2204if eval \${$3+:} false; then : 2200if eval "test \"\${$3+set}\"" = set; then :
2205 $as_echo_n "(cached) " >&6 2201 $as_echo_n "(cached) " >&6
2206else 2202else
2207 eval "$3=no" 2203 eval "$3=no"
2208 # Order is important - never check a type that is potentially smaller 2204 # Order is important - never check a type that is potentially smaller
2209 # than half of the expected target width. 2205 # than half of the expected target width.
2239 done 2235 done
2240fi 2236fi
2241eval ac_res=\$$3 2237eval ac_res=\$$3
2242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2243$as_echo "$ac_res" >&6; } 2239$as_echo "$ac_res" >&6; }
2244 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;}
2245 2241
2246} # ac_fn_c_find_uintX_t 2242} # ac_fn_c_find_uintX_t
2247 2243
2248# ac_fn_cxx_try_run LINENO 2244# ac_fn_cxx_try_run LINENO
2249# ------------------------ 2245# ------------------------
2280sed 's/^/| /' conftest.$ac_ext >&5 2276sed 's/^/| /' conftest.$ac_ext >&5
2281 2277
2282 ac_retval=$ac_status 2278 ac_retval=$ac_status
2283fi 2279fi
2284 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 2280 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2285 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;}
2286 as_fn_set_status $ac_retval 2282 as_fn_set_status $ac_retval
2287 2283
2288} # ac_fn_cxx_try_run 2284} # ac_fn_cxx_try_run
2289cat >config.log <<_ACEOF 2285cat >config.log <<_ACEOF
2290This file contains any messages produced by compilers while 2286This file contains any messages produced by compilers while
2291running configure, to aid debugging if configure makes a mistake. 2287running configure, to aid debugging if configure makes a mistake.
2292 2288
2293It was created by $as_me, which was 2289It was created by $as_me, which was
2294generated by GNU Autoconf 2.68. Invocation command line was 2290generated by GNU Autoconf 2.67. Invocation command line was
2295 2291
2296 $ $0 $@ 2292 $ $0 $@
2297 2293
2298_ACEOF 2294_ACEOF
2299exec 5>>config.log 2295exec 5>>config.log
2547 sed 's/^/| /' "$ac_site_file" >&5 2543 sed 's/^/| /' "$ac_site_file" >&5
2548 . "$ac_site_file" \ 2544 . "$ac_site_file" \
2549 || { { $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
2550$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2546$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2551as_fn_error $? "failed to load site script $ac_site_file 2547as_fn_error $? "failed to load site script $ac_site_file
2552See \`config.log' for more details" "$LINENO" 5; } 2548See \`config.log' for more details" "$LINENO" 5 ; }
2553 fi 2549 fi
2554done 2550done
2555 2551
2556if test -r "$cache_file"; then 2552if test -r "$cache_file"; then
2557 # 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
2676$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 2672$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2677 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
2678 2674
2679{ $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
2680$as_echo_n "checking build system type... " >&6; } 2676$as_echo_n "checking build system type... " >&6; }
2681if ${ac_cv_build+:} false; then : 2677if test "${ac_cv_build+set}" = set; then :
2682 $as_echo_n "(cached) " >&6 2678 $as_echo_n "(cached) " >&6
2683else 2679else
2684 ac_build_alias=$build_alias 2680 ac_build_alias=$build_alias
2685test "x$ac_build_alias" = x && 2681test "x$ac_build_alias" = x &&
2686 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 2682 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2692fi 2688fi
2693{ $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
2694$as_echo "$ac_cv_build" >&6; } 2690$as_echo "$ac_cv_build" >&6; }
2695case $ac_cv_build in 2691case $ac_cv_build in
2696*-*-*) ;; 2692*-*-*) ;;
2697*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; 2693*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
2698esac 2694esac
2699build=$ac_cv_build 2695build=$ac_cv_build
2700ac_save_IFS=$IFS; IFS='-' 2696ac_save_IFS=$IFS; IFS='-'
2701set x $ac_cv_build 2697set x $ac_cv_build
2702shift 2698shift
2710case $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
2711 2707
2712 2708
2713{ $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
2714$as_echo_n "checking host system type... " >&6; } 2710$as_echo_n "checking host system type... " >&6; }
2715if ${ac_cv_host+:} false; then : 2711if test "${ac_cv_host+set}" = set; then :
2716 $as_echo_n "(cached) " >&6 2712 $as_echo_n "(cached) " >&6
2717else 2713else
2718 if test "x$host_alias" = x; then 2714 if test "x$host_alias" = x; then
2719 ac_cv_host=$ac_cv_build 2715 ac_cv_host=$ac_cv_build
2720else 2716else
2725fi 2721fi
2726{ $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
2727$as_echo "$ac_cv_host" >&6; } 2723$as_echo "$ac_cv_host" >&6; }
2728case $ac_cv_host in 2724case $ac_cv_host in
2729*-*-*) ;; 2725*-*-*) ;;
2730*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; 2726*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
2731esac 2727esac
2732host=$ac_cv_host 2728host=$ac_cv_host
2733ac_save_IFS=$IFS; IFS='-' 2729ac_save_IFS=$IFS; IFS='-'
2734set x $ac_cv_host 2730set x $ac_cv_host
2735shift 2731shift
2761if test -n "$ac_tool_prefix"; then 2757if test -n "$ac_tool_prefix"; then
2762 # 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.
2763set dummy ${ac_tool_prefix}gcc; ac_word=$2 2759set dummy ${ac_tool_prefix}gcc; ac_word=$2
2764{ $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
2765$as_echo_n "checking for $ac_word... " >&6; } 2761$as_echo_n "checking for $ac_word... " >&6; }
2766if ${ac_cv_prog_CC+:} false; then : 2762if test "${ac_cv_prog_CC+set}" = set; then :
2767 $as_echo_n "(cached) " >&6 2763 $as_echo_n "(cached) " >&6
2768else 2764else
2769 if test -n "$CC"; then 2765 if test -n "$CC"; then
2770 ac_cv_prog_CC="$CC" # Let the user override the test. 2766 ac_cv_prog_CC="$CC" # Let the user override the test.
2771else 2767else
2801 ac_ct_CC=$CC 2797 ac_ct_CC=$CC
2802 # 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.
2803set dummy gcc; ac_word=$2 2799set dummy gcc; ac_word=$2
2804{ $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
2805$as_echo_n "checking for $ac_word... " >&6; } 2801$as_echo_n "checking for $ac_word... " >&6; }
2806if ${ac_cv_prog_ac_ct_CC+:} false; then : 2802if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2807 $as_echo_n "(cached) " >&6 2803 $as_echo_n "(cached) " >&6
2808else 2804else
2809 if test -n "$ac_ct_CC"; then 2805 if test -n "$ac_ct_CC"; then
2810 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.
2811else 2807else
2854 if test -n "$ac_tool_prefix"; then 2850 if test -n "$ac_tool_prefix"; then
2855 # 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.
2856set dummy ${ac_tool_prefix}cc; ac_word=$2 2852set dummy ${ac_tool_prefix}cc; ac_word=$2
2857{ $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
2858$as_echo_n "checking for $ac_word... " >&6; } 2854$as_echo_n "checking for $ac_word... " >&6; }
2859if ${ac_cv_prog_CC+:} false; then : 2855if test "${ac_cv_prog_CC+set}" = set; then :
2860 $as_echo_n "(cached) " >&6 2856 $as_echo_n "(cached) " >&6
2861else 2857else
2862 if test -n "$CC"; then 2858 if test -n "$CC"; then
2863 ac_cv_prog_CC="$CC" # Let the user override the test. 2859 ac_cv_prog_CC="$CC" # Let the user override the test.
2864else 2860else
2894if test -z "$CC"; then 2890if test -z "$CC"; then
2895 # 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.
2896set dummy cc; ac_word=$2 2892set dummy cc; ac_word=$2
2897{ $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
2898$as_echo_n "checking for $ac_word... " >&6; } 2894$as_echo_n "checking for $ac_word... " >&6; }
2899if ${ac_cv_prog_CC+:} false; then : 2895if test "${ac_cv_prog_CC+set}" = set; then :
2900 $as_echo_n "(cached) " >&6 2896 $as_echo_n "(cached) " >&6
2901else 2897else
2902 if test -n "$CC"; then 2898 if test -n "$CC"; then
2903 ac_cv_prog_CC="$CC" # Let the user override the test. 2899 ac_cv_prog_CC="$CC" # Let the user override the test.
2904else 2900else
2953 do 2949 do
2954 # 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.
2955set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2951set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2956{ $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
2957$as_echo_n "checking for $ac_word... " >&6; } 2953$as_echo_n "checking for $ac_word... " >&6; }
2958if ${ac_cv_prog_CC+:} false; then : 2954if test "${ac_cv_prog_CC+set}" = set; then :
2959 $as_echo_n "(cached) " >&6 2955 $as_echo_n "(cached) " >&6
2960else 2956else
2961 if test -n "$CC"; then 2957 if test -n "$CC"; then
2962 ac_cv_prog_CC="$CC" # Let the user override the test. 2958 ac_cv_prog_CC="$CC" # Let the user override the test.
2963else 2959else
2997do 2993do
2998 # 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.
2999set dummy $ac_prog; ac_word=$2 2995set dummy $ac_prog; ac_word=$2
3000{ $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
3001$as_echo_n "checking for $ac_word... " >&6; } 2997$as_echo_n "checking for $ac_word... " >&6; }
3002if ${ac_cv_prog_ac_ct_CC+:} false; then : 2998if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3003 $as_echo_n "(cached) " >&6 2999 $as_echo_n "(cached) " >&6
3004else 3000else
3005 if test -n "$ac_ct_CC"; then 3001 if test -n "$ac_ct_CC"; then
3006 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.
3007else 3003else
3052 3048
3053 3049
3054test -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
3055$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3051$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3056as_fn_error $? "no acceptable C compiler found in \$PATH 3052as_fn_error $? "no acceptable C compiler found in \$PATH
3057See \`config.log' for more details" "$LINENO" 5; } 3053See \`config.log' for more details" "$LINENO" 5 ; }
3058 3054
3059# Provide some information about the compiler. 3055# Provide some information about the compiler.
3060$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
3061set X $ac_compile 3057set X $ac_compile
3062ac_compiler=$2 3058ac_compiler=$2
3167sed 's/^/| /' conftest.$ac_ext >&5 3163sed 's/^/| /' conftest.$ac_ext >&5
3168 3164
3169{ { $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
3170$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3166$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3171as_fn_error 77 "C compiler cannot create executables 3167as_fn_error 77 "C compiler cannot create executables
3172See \`config.log' for more details" "$LINENO" 5; } 3168See \`config.log' for more details" "$LINENO" 5 ; }
3173else 3169else
3174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 3170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3175$as_echo "yes" >&6; } 3171$as_echo "yes" >&6; }
3176fi 3172fi
3177{ $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
3210done 3206done
3211else 3207else
3212 { { $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
3213$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3209$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3214as_fn_error $? "cannot compute suffix of executables: cannot compile and link 3210as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3215See \`config.log' for more details" "$LINENO" 5; } 3211See \`config.log' for more details" "$LINENO" 5 ; }
3216fi 3212fi
3217rm -f conftest conftest$ac_cv_exeext 3213rm -f conftest conftest$ac_cv_exeext
3218{ $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
3219$as_echo "$ac_cv_exeext" >&6; } 3215$as_echo "$ac_cv_exeext" >&6; }
3220 3216
3269 else 3265 else
3270 { { $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
3271$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3267$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3272as_fn_error $? "cannot run C compiled programs. 3268as_fn_error $? "cannot run C compiled programs.
3273If you meant to cross compile, use \`--host'. 3269If you meant to cross compile, use \`--host'.
3274See \`config.log' for more details" "$LINENO" 5; } 3270See \`config.log' for more details" "$LINENO" 5 ; }
3275 fi 3271 fi
3276 fi 3272 fi
3277fi 3273fi
3278{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 3274{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3279$as_echo "$cross_compiling" >&6; } 3275$as_echo "$cross_compiling" >&6; }
3280 3276
3281rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out 3277rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3282ac_clean_files=$ac_clean_files_save 3278ac_clean_files=$ac_clean_files_save
3283{ $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
3284$as_echo_n "checking for suffix of object files... " >&6; } 3280$as_echo_n "checking for suffix of object files... " >&6; }
3285if ${ac_cv_objext+:} false; then : 3281if test "${ac_cv_objext+set}" = set; then :
3286 $as_echo_n "(cached) " >&6 3282 $as_echo_n "(cached) " >&6
3287else 3283else
3288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3289/* end confdefs.h. */ 3285/* end confdefs.h. */
3290 3286
3321sed 's/^/| /' conftest.$ac_ext >&5 3317sed 's/^/| /' conftest.$ac_ext >&5
3322 3318
3323{ { $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
3324$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3320$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3325as_fn_error $? "cannot compute suffix of object files: cannot compile 3321as_fn_error $? "cannot compute suffix of object files: cannot compile
3326See \`config.log' for more details" "$LINENO" 5; } 3322See \`config.log' for more details" "$LINENO" 5 ; }
3327fi 3323fi
3328rm -f conftest.$ac_cv_objext conftest.$ac_ext 3324rm -f conftest.$ac_cv_objext conftest.$ac_ext
3329fi 3325fi
3330{ $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
3331$as_echo "$ac_cv_objext" >&6; } 3327$as_echo "$ac_cv_objext" >&6; }
3332OBJEXT=$ac_cv_objext 3328OBJEXT=$ac_cv_objext
3333ac_objext=$OBJEXT 3329ac_objext=$OBJEXT
3334{ $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
3335$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; }
3336if ${ac_cv_c_compiler_gnu+:} false; then : 3332if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3337 $as_echo_n "(cached) " >&6 3333 $as_echo_n "(cached) " >&6
3338else 3334else
3339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3340/* end confdefs.h. */ 3336/* end confdefs.h. */
3341 3337
3368fi 3364fi
3369ac_test_CFLAGS=${CFLAGS+set} 3365ac_test_CFLAGS=${CFLAGS+set}
3370ac_save_CFLAGS=$CFLAGS 3366ac_save_CFLAGS=$CFLAGS
3371{ $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
3372$as_echo_n "checking whether $CC accepts -g... " >&6; } 3368$as_echo_n "checking whether $CC accepts -g... " >&6; }
3373if ${ac_cv_prog_cc_g+:} false; then : 3369if test "${ac_cv_prog_cc_g+set}" = set; then :
3374 $as_echo_n "(cached) " >&6 3370 $as_echo_n "(cached) " >&6
3375else 3371else
3376 ac_save_c_werror_flag=$ac_c_werror_flag 3372 ac_save_c_werror_flag=$ac_c_werror_flag
3377 ac_c_werror_flag=yes 3373 ac_c_werror_flag=yes
3378 ac_cv_prog_cc_g=no 3374 ac_cv_prog_cc_g=no
3446 CFLAGS= 3442 CFLAGS=
3447 fi 3443 fi
3448fi 3444fi
3449{ $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
3450$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; }
3451if ${ac_cv_prog_cc_c89+:} false; then : 3447if test "${ac_cv_prog_cc_c89+set}" = set; then :
3452 $as_echo_n "(cached) " >&6 3448 $as_echo_n "(cached) " >&6
3453else 3449else
3454 ac_cv_prog_cc_c89=no 3450 ac_cv_prog_cc_c89=no
3455ac_save_CC=$CC 3451ac_save_CC=$CC
3456cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3452cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3557 do 3553 do
3558 # 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.
3559set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3555set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3560{ $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
3561$as_echo_n "checking for $ac_word... " >&6; } 3557$as_echo_n "checking for $ac_word... " >&6; }
3562if ${ac_cv_prog_CXX+:} false; then : 3558if test "${ac_cv_prog_CXX+set}" = set; then :
3563 $as_echo_n "(cached) " >&6 3559 $as_echo_n "(cached) " >&6
3564else 3560else
3565 if test -n "$CXX"; then 3561 if test -n "$CXX"; then
3566 ac_cv_prog_CXX="$CXX" # Let the user override the test. 3562 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3567else 3563else
3601do 3597do
3602 # 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.
3603set dummy $ac_prog; ac_word=$2 3599set dummy $ac_prog; ac_word=$2
3604{ $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
3605$as_echo_n "checking for $ac_word... " >&6; } 3601$as_echo_n "checking for $ac_word... " >&6; }
3606if ${ac_cv_prog_ac_ct_CXX+:} false; then : 3602if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3607 $as_echo_n "(cached) " >&6 3603 $as_echo_n "(cached) " >&6
3608else 3604else
3609 if test -n "$ac_ct_CXX"; then 3605 if test -n "$ac_ct_CXX"; then
3610 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.
3611else 3607else
3679 test $ac_status = 0; } 3675 test $ac_status = 0; }
3680done 3676done
3681 3677
3682{ $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
3683$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; }
3684if ${ac_cv_cxx_compiler_gnu+:} false; then : 3680if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3685 $as_echo_n "(cached) " >&6 3681 $as_echo_n "(cached) " >&6
3686else 3682else
3687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3688/* end confdefs.h. */ 3684/* end confdefs.h. */
3689 3685
3716fi 3712fi
3717ac_test_CXXFLAGS=${CXXFLAGS+set} 3713ac_test_CXXFLAGS=${CXXFLAGS+set}
3718ac_save_CXXFLAGS=$CXXFLAGS 3714ac_save_CXXFLAGS=$CXXFLAGS
3719{ $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
3720$as_echo_n "checking whether $CXX accepts -g... " >&6; } 3716$as_echo_n "checking whether $CXX accepts -g... " >&6; }
3721if ${ac_cv_prog_cxx_g+:} false; then : 3717if test "${ac_cv_prog_cxx_g+set}" = set; then :
3722 $as_echo_n "(cached) " >&6 3718 $as_echo_n "(cached) " >&6
3723else 3719else
3724 ac_save_cxx_werror_flag=$ac_cxx_werror_flag 3720 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3725 ac_cxx_werror_flag=yes 3721 ac_cxx_werror_flag=yes
3726 ac_cv_prog_cxx_g=no 3722 ac_cv_prog_cxx_g=no
3810# On Suns, sometimes $CPP names a directory. 3806# On Suns, sometimes $CPP names a directory.
3811if test -n "$CPP" && test -d "$CPP"; then 3807if test -n "$CPP" && test -d "$CPP"; then
3812 CPP= 3808 CPP=
3813fi 3809fi
3814if test -z "$CPP"; then 3810if test -z "$CPP"; then
3815 if ${ac_cv_prog_CPP+:} false; then : 3811 if test "${ac_cv_prog_CPP+set}" = set; then :
3816 $as_echo_n "(cached) " >&6 3812 $as_echo_n "(cached) " >&6
3817else 3813else
3818 # Double quotes because CPP needs to be expanded 3814 # Double quotes because CPP needs to be expanded
3819 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 3815 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3820 do 3816 do
3926 3922
3927else 3923else
3928 { { $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
3929$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3925$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3930as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 3926as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3931See \`config.log' for more details" "$LINENO" 5; } 3927See \`config.log' for more details" "$LINENO" 5 ; }
3932fi 3928fi
3933 3929
3934ac_ext=c 3930ac_ext=c
3935ac_cpp='$CPP $CPPFLAGS' 3931ac_cpp='$CPP $CPPFLAGS'
3936ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3932ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3952# ./install, which can be erroneously created by make from ./install.sh. 3948# ./install, which can be erroneously created by make from ./install.sh.
3953# Reject install programs that cannot install multiple files. 3949# Reject install programs that cannot install multiple files.
3954{ $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
3955$as_echo_n "checking for a BSD-compatible install... " >&6; } 3951$as_echo_n "checking for a BSD-compatible install... " >&6; }
3956if test -z "$INSTALL"; then 3952if test -z "$INSTALL"; then
3957if ${ac_cv_path_install+:} false; then : 3953if test "${ac_cv_path_install+set}" = set; then :
3958 $as_echo_n "(cached) " >&6 3954 $as_echo_n "(cached) " >&6
3959else 3955else
3960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3956 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3961for as_dir in $PATH 3957for as_dir in $PATH
3962do 3958do
4033 4029
4034 4030
4035 4031
4036{ $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
4037$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; }
4038if ${ac_cv_path_GREP+:} false; then : 4034if test "${ac_cv_path_GREP+set}" = set; then :
4039 $as_echo_n "(cached) " >&6 4035 $as_echo_n "(cached) " >&6
4040else 4036else
4041 if test -z "$GREP"; then 4037 if test -z "$GREP"; then
4042 ac_path_GREP_found=false 4038 ac_path_GREP_found=false
4043 # 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
4096 GREP="$ac_cv_path_GREP" 4092 GREP="$ac_cv_path_GREP"
4097 4093
4098 4094
4099{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 4095{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4100$as_echo_n "checking for egrep... " >&6; } 4096$as_echo_n "checking for egrep... " >&6; }
4101if ${ac_cv_path_EGREP+:} false; then : 4097if test "${ac_cv_path_EGREP+set}" = set; then :
4102 $as_echo_n "(cached) " >&6 4098 $as_echo_n "(cached) " >&6
4103else 4099else
4104 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 4100 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4105 then ac_cv_path_EGREP="$GREP -E" 4101 then ac_cv_path_EGREP="$GREP -E"
4106 else 4102 else
4163 EGREP="$ac_cv_path_EGREP" 4159 EGREP="$ac_cv_path_EGREP"
4164 4160
4165 4161
4166{ $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
4167$as_echo_n "checking for ANSI C header files... " >&6; } 4163$as_echo_n "checking for ANSI C header files... " >&6; }
4168if ${ac_cv_header_stdc+:} false; then : 4164if test "${ac_cv_header_stdc+set}" = set; then :
4169 $as_echo_n "(cached) " >&6 4165 $as_echo_n "(cached) " >&6
4170else 4166else
4171 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4167 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4172/* end confdefs.h. */ 4168/* end confdefs.h. */
4173#include <stdlib.h> 4169#include <stdlib.h>
4292done 4288done
4293 4289
4294 4290
4295 4291
4296 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"
4297if test "x$ac_cv_header_minix_config_h" = xyes; then : 4293if test "x$ac_cv_header_minix_config_h" = x""yes; then :
4298 MINIX=yes 4294 MINIX=yes
4299else 4295else
4300 MINIX= 4296 MINIX=
4301fi 4297fi
4302 4298
4314 fi 4310 fi
4315 4311
4316 4312
4317 { $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
4318$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; }
4319if ${ac_cv_safe_to_define___extensions__+:} false; then : 4315if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4320 $as_echo_n "(cached) " >&6 4316 $as_echo_n "(cached) " >&6
4321else 4317else
4322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4323/* end confdefs.h. */ 4319/* end confdefs.h. */
4324 4320
4355 4351
4356 4352
4357 4353
4358{ $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
4359$as_echo_n "checking for library containing strerror... " >&6; } 4355$as_echo_n "checking for library containing strerror... " >&6; }
4360if ${ac_cv_search_strerror+:} false; then : 4356if test "${ac_cv_search_strerror+set}" = set; then :
4361 $as_echo_n "(cached) " >&6 4357 $as_echo_n "(cached) " >&6
4362else 4358else
4363 ac_func_search_save_LIBS=$LIBS 4359 ac_func_search_save_LIBS=$LIBS
4364cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4360cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4365/* end confdefs.h. */ 4361/* end confdefs.h. */
4389 if ac_fn_c_try_link "$LINENO"; then : 4385 if ac_fn_c_try_link "$LINENO"; then :
4390 ac_cv_search_strerror=$ac_res 4386 ac_cv_search_strerror=$ac_res
4391fi 4387fi
4392rm -f core conftest.err conftest.$ac_objext \ 4388rm -f core conftest.err conftest.$ac_objext \
4393 conftest$ac_exeext 4389 conftest$ac_exeext
4394 if ${ac_cv_search_strerror+:} false; then : 4390 if test "${ac_cv_search_strerror+set}" = set; then :
4395 break 4391 break
4396fi 4392fi
4397done 4393done
4398if ${ac_cv_search_strerror+:} false; then : 4394if test "${ac_cv_search_strerror+set}" = set; then :
4399 4395
4400else 4396else
4401 ac_cv_search_strerror=no 4397 ac_cv_search_strerror=no
4402fi 4398fi
4403rm conftest.$ac_ext 4399rm conftest.$ac_ext
4491 ;; 4487 ;;
4492esac 4488esac
4493 4489
4494{ $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
4495$as_echo_n "checking for library containing setlocale... " >&6; } 4491$as_echo_n "checking for library containing setlocale... " >&6; }
4496if ${ac_cv_search_setlocale+:} false; then : 4492if test "${ac_cv_search_setlocale+set}" = set; then :
4497 $as_echo_n "(cached) " >&6 4493 $as_echo_n "(cached) " >&6
4498else 4494else
4499 ac_func_search_save_LIBS=$LIBS 4495 ac_func_search_save_LIBS=$LIBS
4500cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4496cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4501/* end confdefs.h. */ 4497/* end confdefs.h. */
4525 if ac_fn_cxx_try_link "$LINENO"; then : 4521 if ac_fn_cxx_try_link "$LINENO"; then :
4526 ac_cv_search_setlocale=$ac_res 4522 ac_cv_search_setlocale=$ac_res
4527fi 4523fi
4528rm -f core conftest.err conftest.$ac_objext \ 4524rm -f core conftest.err conftest.$ac_objext \
4529 conftest$ac_exeext 4525 conftest$ac_exeext
4530 if ${ac_cv_search_setlocale+:} false; then : 4526 if test "${ac_cv_search_setlocale+set}" = set; then :
4531 break 4527 break
4532fi 4528fi
4533done 4529done
4534if ${ac_cv_search_setlocale+:} false; then : 4530if test "${ac_cv_search_setlocale+set}" = set; then :
4535 4531
4536else 4532else
4537 ac_cv_search_setlocale=no 4533 ac_cv_search_setlocale=no
4538fi 4534fi
4539rm conftest.$ac_ext 4535rm conftest.$ac_ext
4548fi 4544fi
4549 4545
4550 4546
4551{ $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
4552$as_echo_n "checking for library containing gethostbyname... " >&6; } 4548$as_echo_n "checking for library containing gethostbyname... " >&6; }
4553if ${ac_cv_search_gethostbyname+:} false; then : 4549if test "${ac_cv_search_gethostbyname+set}" = set; then :
4554 $as_echo_n "(cached) " >&6 4550 $as_echo_n "(cached) " >&6
4555else 4551else
4556 ac_func_search_save_LIBS=$LIBS 4552 ac_func_search_save_LIBS=$LIBS
4557cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4553cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4558/* end confdefs.h. */ 4554/* end confdefs.h. */
4582 if ac_fn_cxx_try_link "$LINENO"; then : 4578 if ac_fn_cxx_try_link "$LINENO"; then :
4583 ac_cv_search_gethostbyname=$ac_res 4579 ac_cv_search_gethostbyname=$ac_res
4584fi 4580fi
4585rm -f core conftest.err conftest.$ac_objext \ 4581rm -f core conftest.err conftest.$ac_objext \
4586 conftest$ac_exeext 4582 conftest$ac_exeext
4587 if ${ac_cv_search_gethostbyname+:} false; then : 4583 if test "${ac_cv_search_gethostbyname+set}" = set; then :
4588 break 4584 break
4589fi 4585fi
4590done 4586done
4591if ${ac_cv_search_gethostbyname+:} false; then : 4587if test "${ac_cv_search_gethostbyname+set}" = set; then :
4592 4588
4593else 4589else
4594 ac_cv_search_gethostbyname=no 4590 ac_cv_search_gethostbyname=no
4595fi 4591fi
4596rm conftest.$ac_ext 4592rm conftest.$ac_ext
4604 4600
4605fi 4601fi
4606 4602
4607{ $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
4608$as_echo_n "checking for library containing socket... " >&6; } 4604$as_echo_n "checking for library containing socket... " >&6; }
4609if ${ac_cv_search_socket+:} false; then : 4605if test "${ac_cv_search_socket+set}" = set; then :
4610 $as_echo_n "(cached) " >&6 4606 $as_echo_n "(cached) " >&6
4611else 4607else
4612 ac_func_search_save_LIBS=$LIBS 4608 ac_func_search_save_LIBS=$LIBS
4613cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4609cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4614/* end confdefs.h. */ 4610/* end confdefs.h. */
4638 if ac_fn_cxx_try_link "$LINENO"; then : 4634 if ac_fn_cxx_try_link "$LINENO"; then :
4639 ac_cv_search_socket=$ac_res 4635 ac_cv_search_socket=$ac_res
4640fi 4636fi
4641rm -f core conftest.err conftest.$ac_objext \ 4637rm -f core conftest.err conftest.$ac_objext \
4642 conftest$ac_exeext 4638 conftest$ac_exeext
4643 if ${ac_cv_search_socket+:} false; then : 4639 if test "${ac_cv_search_socket+set}" = set; then :
4644 break 4640 break
4645fi 4641fi
4646done 4642done
4647if ${ac_cv_search_socket+:} false; then : 4643if test "${ac_cv_search_socket+set}" = set; then :
4648 4644
4649else 4645else
4650 ac_cv_search_socket=no 4646 ac_cv_search_socket=no
4651fi 4647fi
4652rm conftest.$ac_ext 4648rm conftest.$ac_ext
4673support_scroll_rxvt=yes 4669support_scroll_rxvt=yes
4674support_scroll_next=yes 4670support_scroll_next=yes
4675support_scroll_xterm=yes 4671support_scroll_xterm=yes
4676support_xim=yes 4672support_xim=yes
4677support_pixbuf=yes 4673support_pixbuf=yes
4674support_startup_notification=yes
4678support_afterimage=yes 4675support_afterimage=yes
4679support_xft=yes 4676support_xft=yes
4680support_unicode3=no 4677support_unicode3=no
4681support_combining=yes 4678support_combining=yes
4682support_8bitctrls=no 4679support_8bitctrls=no
4705 support_scroll_xterm=no 4702 support_scroll_xterm=no
4706 support_utmp=no 4703 support_utmp=no
4707 support_wtmp=no 4704 support_wtmp=no
4708 support_xim=no 4705 support_xim=no
4709 support_pixbuf=no 4706 support_pixbuf=no
4707 support_startup_notification=no
4710 support_afterimage=no 4708 support_afterimage=no
4711 support_xft=no 4709 support_xft=no
4712 support_unicode3=no 4710 support_unicode3=no
4713 support_combining=no 4711 support_combining=no
4714 support_8bitctrls=no 4712 support_8bitctrls=no
4733 support_scroll_xterm=yes 4731 support_scroll_xterm=yes
4734 support_utmp=yes 4732 support_utmp=yes
4735 support_wtmp=yes 4733 support_wtmp=yes
4736 support_xim=yes 4734 support_xim=yes
4737 support_pixbuf=yes 4735 support_pixbuf=yes
4736 support_startup_notification=yes
4738 support_afterimage=yes 4737 support_afterimage=yes
4739 support_xft=yes 4738 support_xft=yes
4740 support_unicode3=yes 4739 support_unicode3=yes
4741 support_combining=yes 4740 support_combining=yes
4742 #support_8bitctrls=yes 4741 #support_8bitctrls=yes
4866 support_pixbuf=$enableval 4865 support_pixbuf=$enableval
4867 fi 4866 fi
4868fi 4867fi
4869 4868
4870 4869
4870# Check whether --enable-startup-notification was given.
4871if test "${enable_startup_notification+set}" = set; then :
4872 enableval=$enable_startup_notification; if test x$enableval = xyes -o x$enableval = xno; then
4873 support_startup_notification=$enableval
4874 fi
4875fi
4876
4877
4871# Check whether --enable-transparency was given. 4878# Check whether --enable-transparency was given.
4872if test "${enable_transparency+set}" = set; then : 4879if test "${enable_transparency+set}" = set; then :
4873 enableval=$enable_transparency; if test x$enableval = xyes -o x$enableval = xno; then 4880 enableval=$enable_transparency; if test x$enableval = xyes -o x$enableval = xno; then
4874 support_inheritpixmap=$enableval 4881 support_inheritpixmap=$enableval
4875 fi 4882 fi
5148ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5155ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5149ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 5156ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5150{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5 5157{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
5151$as_echo_n "checking how to run the C++ preprocessor... " >&6; } 5158$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
5152if test -z "$CXXCPP"; then 5159if test -z "$CXXCPP"; then
5153 if ${ac_cv_prog_CXXCPP+:} false; then : 5160 if test "${ac_cv_prog_CXXCPP+set}" = set; then :
5154 $as_echo_n "(cached) " >&6 5161 $as_echo_n "(cached) " >&6
5155else 5162else
5156 # Double quotes because CXXCPP needs to be expanded 5163 # Double quotes because CXXCPP needs to be expanded
5157 for CXXCPP in "$CXX -E" "/lib/cpp" 5164 for CXXCPP in "$CXX -E" "/lib/cpp"
5158 do 5165 do
5264 5271
5265else 5272else
5266 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5273 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5267$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5274$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5268as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check 5275as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
5269See \`config.log' for more details" "$LINENO" 5; } 5276See \`config.log' for more details" "$LINENO" 5 ; }
5270fi 5277fi
5271 5278
5272ac_ext=cpp 5279ac_ext=cpp
5273ac_cpp='$CXXCPP $CPPFLAGS' 5280ac_cpp='$CXXCPP $CPPFLAGS'
5274ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5281ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5304 5311
5305 5312
5306for ac_func in clock_gettime 5313for ac_func in clock_gettime
5307do : 5314do :
5308 ac_fn_cxx_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime" 5315 ac_fn_cxx_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime"
5309if test "x$ac_cv_func_clock_gettime" = xyes; then : 5316if test "x$ac_cv_func_clock_gettime" = x""yes; then :
5310 cat >>confdefs.h <<_ACEOF 5317 cat >>confdefs.h <<_ACEOF
5311#define HAVE_CLOCK_GETTIME 1 5318#define HAVE_CLOCK_GETTIME 1
5312_ACEOF 5319_ACEOF
5313 5320
5314else 5321else
5344 conftest$ac_exeext conftest.$ac_ext 5351 conftest$ac_exeext conftest.$ac_ext
5345 fi 5352 fi
5346 if test -z "$LIBEV_M4_AVOID_LIBRT" && test -z "$ac_have_clock_syscall"; then 5353 if test -z "$LIBEV_M4_AVOID_LIBRT" && test -z "$ac_have_clock_syscall"; then
5347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5 5354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5
5348$as_echo_n "checking for clock_gettime in -lrt... " >&6; } 5355$as_echo_n "checking for clock_gettime in -lrt... " >&6; }
5349if ${ac_cv_lib_rt_clock_gettime+:} false; then : 5356if test "${ac_cv_lib_rt_clock_gettime+set}" = set; then :
5350 $as_echo_n "(cached) " >&6 5357 $as_echo_n "(cached) " >&6
5351else 5358else
5352 ac_check_lib_save_LIBS=$LIBS 5359 ac_check_lib_save_LIBS=$LIBS
5353LIBS="-lrt $LIBS" 5360LIBS="-lrt $LIBS"
5354cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5361cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5378 conftest$ac_exeext conftest.$ac_ext 5385 conftest$ac_exeext conftest.$ac_ext
5379LIBS=$ac_check_lib_save_LIBS 5386LIBS=$ac_check_lib_save_LIBS
5380fi 5387fi
5381{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_clock_gettime" >&5 5388{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_clock_gettime" >&5
5382$as_echo "$ac_cv_lib_rt_clock_gettime" >&6; } 5389$as_echo "$ac_cv_lib_rt_clock_gettime" >&6; }
5383if test "x$ac_cv_lib_rt_clock_gettime" = xyes; then : 5390if test "x$ac_cv_lib_rt_clock_gettime" = x""yes; then :
5384 cat >>confdefs.h <<_ACEOF 5391 cat >>confdefs.h <<_ACEOF
5385#define HAVE_LIBRT 1 5392#define HAVE_LIBRT 1
5386_ACEOF 5393_ACEOF
5387 5394
5388 LIBS="-lrt $LIBS" 5395 LIBS="-lrt $LIBS"
5391 5398
5392 unset ac_cv_func_clock_gettime 5399 unset ac_cv_func_clock_gettime
5393 for ac_func in clock_gettime 5400 for ac_func in clock_gettime
5394do : 5401do :
5395 ac_fn_cxx_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime" 5402 ac_fn_cxx_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime"
5396if test "x$ac_cv_func_clock_gettime" = xyes; then : 5403if test "x$ac_cv_func_clock_gettime" = x""yes; then :
5397 cat >>confdefs.h <<_ACEOF 5404 cat >>confdefs.h <<_ACEOF
5398#define HAVE_CLOCK_GETTIME 1 5405#define HAVE_CLOCK_GETTIME 1
5399_ACEOF 5406_ACEOF
5400 5407
5401fi 5408fi
5408 5415
5409 5416
5410for ac_func in nanosleep 5417for ac_func in nanosleep
5411do : 5418do :
5412 ac_fn_cxx_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep" 5419 ac_fn_cxx_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep"
5413if test "x$ac_cv_func_nanosleep" = xyes; then : 5420if test "x$ac_cv_func_nanosleep" = x""yes; then :
5414 cat >>confdefs.h <<_ACEOF 5421 cat >>confdefs.h <<_ACEOF
5415#define HAVE_NANOSLEEP 1 5422#define HAVE_NANOSLEEP 1
5416_ACEOF 5423_ACEOF
5417 5424
5418else 5425else
5419 5426
5420 if test -z "$LIBEV_M4_AVOID_LIBRT"; then 5427 if test -z "$LIBEV_M4_AVOID_LIBRT"; then
5421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lrt" >&5 5428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lrt" >&5
5422$as_echo_n "checking for nanosleep in -lrt... " >&6; } 5429$as_echo_n "checking for nanosleep in -lrt... " >&6; }
5423if ${ac_cv_lib_rt_nanosleep+:} false; then : 5430if test "${ac_cv_lib_rt_nanosleep+set}" = set; then :
5424 $as_echo_n "(cached) " >&6 5431 $as_echo_n "(cached) " >&6
5425else 5432else
5426 ac_check_lib_save_LIBS=$LIBS 5433 ac_check_lib_save_LIBS=$LIBS
5427LIBS="-lrt $LIBS" 5434LIBS="-lrt $LIBS"
5428cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5435cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5452 conftest$ac_exeext conftest.$ac_ext 5459 conftest$ac_exeext conftest.$ac_ext
5453LIBS=$ac_check_lib_save_LIBS 5460LIBS=$ac_check_lib_save_LIBS
5454fi 5461fi
5455{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_nanosleep" >&5 5462{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_nanosleep" >&5
5456$as_echo "$ac_cv_lib_rt_nanosleep" >&6; } 5463$as_echo "$ac_cv_lib_rt_nanosleep" >&6; }
5457if test "x$ac_cv_lib_rt_nanosleep" = xyes; then : 5464if test "x$ac_cv_lib_rt_nanosleep" = x""yes; then :
5458 cat >>confdefs.h <<_ACEOF 5465 cat >>confdefs.h <<_ACEOF
5459#define HAVE_LIBRT 1 5466#define HAVE_LIBRT 1
5460_ACEOF 5467_ACEOF
5461 5468
5462 LIBS="-lrt $LIBS" 5469 LIBS="-lrt $LIBS"
5465 5472
5466 unset ac_cv_func_nanosleep 5473 unset ac_cv_func_nanosleep
5467 for ac_func in nanosleep 5474 for ac_func in nanosleep
5468do : 5475do :
5469 ac_fn_cxx_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep" 5476 ac_fn_cxx_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep"
5470if test "x$ac_cv_func_nanosleep" = xyes; then : 5477if test "x$ac_cv_func_nanosleep" = x""yes; then :
5471 cat >>confdefs.h <<_ACEOF 5478 cat >>confdefs.h <<_ACEOF
5472#define HAVE_NANOSLEEP 1 5479#define HAVE_NANOSLEEP 1
5473_ACEOF 5480_ACEOF
5474 5481
5475fi 5482fi
5484if test -z "$LIBEV_M4_AVOID_LIBM"; then 5491if test -z "$LIBEV_M4_AVOID_LIBM"; then
5485 LIBM=m 5492 LIBM=m
5486fi 5493fi
5487{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing floor" >&5 5494{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing floor" >&5
5488$as_echo_n "checking for library containing floor... " >&6; } 5495$as_echo_n "checking for library containing floor... " >&6; }
5489if ${ac_cv_search_floor+:} false; then : 5496if test "${ac_cv_search_floor+set}" = set; then :
5490 $as_echo_n "(cached) " >&6 5497 $as_echo_n "(cached) " >&6
5491else 5498else
5492 ac_func_search_save_LIBS=$LIBS 5499 ac_func_search_save_LIBS=$LIBS
5493cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5500cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5494/* end confdefs.h. */ 5501/* end confdefs.h. */
5518 if ac_fn_cxx_try_link "$LINENO"; then : 5525 if ac_fn_cxx_try_link "$LINENO"; then :
5519 ac_cv_search_floor=$ac_res 5526 ac_cv_search_floor=$ac_res
5520fi 5527fi
5521rm -f core conftest.err conftest.$ac_objext \ 5528rm -f core conftest.err conftest.$ac_objext \
5522 conftest$ac_exeext 5529 conftest$ac_exeext
5523 if ${ac_cv_search_floor+:} false; then : 5530 if test "${ac_cv_search_floor+set}" = set; then :
5524 break 5531 break
5525fi 5532fi
5526done 5533done
5527if ${ac_cv_search_floor+:} false; then : 5534if test "${ac_cv_search_floor+set}" = set; then :
5528 5535
5529else 5536else
5530 ac_cv_search_floor=no 5537 ac_cv_search_floor=no
5531fi 5538fi
5532rm conftest.$ac_ext 5539rm conftest.$ac_ext
5548 5555
5549# Extract the first word of "tic", so it can be a program name with args. 5556# Extract the first word of "tic", so it can be a program name with args.
5550set dummy tic; ac_word=$2 5557set dummy tic; ac_word=$2
5551{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5558{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5552$as_echo_n "checking for $ac_word... " >&6; } 5559$as_echo_n "checking for $ac_word... " >&6; }
5553if ${ac_cv_path_TIC+:} false; then : 5560if test "${ac_cv_path_TIC+set}" = set; then :
5554 $as_echo_n "(cached) " >&6 5561 $as_echo_n "(cached) " >&6
5555else 5562else
5556 case $TIC in 5563 case $TIC in
5557 [\\/]* | ?:[\\/]*) 5564 [\\/]* | ?:[\\/]*)
5558 ac_cv_path_TIC="$TIC" # Let the user override the test with a path. 5565 ac_cv_path_TIC="$TIC" # Let the user override the test with a path.
5601if test "x$with_x" = xno; then 5608if test "x$with_x" = xno; then
5602 # The user explicitly disabled X. 5609 # The user explicitly disabled X.
5603 have_x=disabled 5610 have_x=disabled
5604else 5611else
5605 case $x_includes,$x_libraries in #( 5612 case $x_includes,$x_libraries in #(
5606 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #( 5613 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #(
5607 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then : 5614 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
5608 $as_echo_n "(cached) " >&6 5615 $as_echo_n "(cached) " >&6
5609else 5616else
5610 # One or both of the vars are not set, and there is no cached value. 5617 # One or both of the vars are not set, and there is no cached value.
5611ac_x_includes=no ac_x_libraries=no 5618ac_x_includes=no ac_x_libraries=no
5612rm -f -r conftest.dir 5619rm -f -r conftest.dir
5879if ac_fn_cxx_try_link "$LINENO"; then : 5886if ac_fn_cxx_try_link "$LINENO"; then :
5880 5887
5881else 5888else
5882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 5889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
5883$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } 5890$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
5884if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then : 5891if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
5885 $as_echo_n "(cached) " >&6 5892 $as_echo_n "(cached) " >&6
5886else 5893else
5887 ac_check_lib_save_LIBS=$LIBS 5894 ac_check_lib_save_LIBS=$LIBS
5888LIBS="-ldnet $LIBS" 5895LIBS="-ldnet $LIBS"
5889cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5896cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5913 conftest$ac_exeext conftest.$ac_ext 5920 conftest$ac_exeext conftest.$ac_ext
5914LIBS=$ac_check_lib_save_LIBS 5921LIBS=$ac_check_lib_save_LIBS
5915fi 5922fi
5916{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 5923{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
5917$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } 5924$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
5918if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then : 5925if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
5919 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" 5926 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
5920fi 5927fi
5921 5928
5922 if test $ac_cv_lib_dnet_dnet_ntoa = no; then 5929 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
5923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5 5930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
5924$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; } 5931$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
5925if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then : 5932if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
5926 $as_echo_n "(cached) " >&6 5933 $as_echo_n "(cached) " >&6
5927else 5934else
5928 ac_check_lib_save_LIBS=$LIBS 5935 ac_check_lib_save_LIBS=$LIBS
5929LIBS="-ldnet_stub $LIBS" 5936LIBS="-ldnet_stub $LIBS"
5930cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5937cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5954 conftest$ac_exeext conftest.$ac_ext 5961 conftest$ac_exeext conftest.$ac_ext
5955LIBS=$ac_check_lib_save_LIBS 5962LIBS=$ac_check_lib_save_LIBS
5956fi 5963fi
5957{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 5964{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
5958$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } 5965$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
5959if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then : 5966if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
5960 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" 5967 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
5961fi 5968fi
5962 5969
5963 fi 5970 fi
5964fi 5971fi
5973 # The nsl library prevents programs from opening the X display 5980 # The nsl library prevents programs from opening the X display
5974 # on Irix 5.2, according to T.E. Dickey. 5981 # on Irix 5.2, according to T.E. Dickey.
5975 # The functions gethostbyname, getservbyname, and inet_addr are 5982 # The functions gethostbyname, getservbyname, and inet_addr are
5976 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. 5983 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
5977 ac_fn_cxx_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname" 5984 ac_fn_cxx_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
5978if test "x$ac_cv_func_gethostbyname" = xyes; then : 5985if test "x$ac_cv_func_gethostbyname" = x""yes; then :
5979 5986
5980fi 5987fi
5981 5988
5982 if test $ac_cv_func_gethostbyname = no; then 5989 if test $ac_cv_func_gethostbyname = no; then
5983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5 5990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
5984$as_echo_n "checking for gethostbyname in -lnsl... " >&6; } 5991$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
5985if ${ac_cv_lib_nsl_gethostbyname+:} false; then : 5992if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
5986 $as_echo_n "(cached) " >&6 5993 $as_echo_n "(cached) " >&6
5987else 5994else
5988 ac_check_lib_save_LIBS=$LIBS 5995 ac_check_lib_save_LIBS=$LIBS
5989LIBS="-lnsl $LIBS" 5996LIBS="-lnsl $LIBS"
5990cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5997cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6014 conftest$ac_exeext conftest.$ac_ext 6021 conftest$ac_exeext conftest.$ac_ext
6015LIBS=$ac_check_lib_save_LIBS 6022LIBS=$ac_check_lib_save_LIBS
6016fi 6023fi
6017{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5 6024{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
6018$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; } 6025$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
6019if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then : 6026if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
6020 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" 6027 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
6021fi 6028fi
6022 6029
6023 if test $ac_cv_lib_nsl_gethostbyname = no; then 6030 if test $ac_cv_lib_nsl_gethostbyname = no; then
6024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5 6031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
6025$as_echo_n "checking for gethostbyname in -lbsd... " >&6; } 6032$as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
6026if ${ac_cv_lib_bsd_gethostbyname+:} false; then : 6033if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
6027 $as_echo_n "(cached) " >&6 6034 $as_echo_n "(cached) " >&6
6028else 6035else
6029 ac_check_lib_save_LIBS=$LIBS 6036 ac_check_lib_save_LIBS=$LIBS
6030LIBS="-lbsd $LIBS" 6037LIBS="-lbsd $LIBS"
6031cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6038cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6055 conftest$ac_exeext conftest.$ac_ext 6062 conftest$ac_exeext conftest.$ac_ext
6056LIBS=$ac_check_lib_save_LIBS 6063LIBS=$ac_check_lib_save_LIBS
6057fi 6064fi
6058{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5 6065{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
6059$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; } 6066$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
6060if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then : 6067if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
6061 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" 6068 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
6062fi 6069fi
6063 6070
6064 fi 6071 fi
6065 fi 6072 fi
6070 # on later versions), says Simon Leinen: it contains gethostby* 6077 # on later versions), says Simon Leinen: it contains gethostby*
6071 # variants that don't use the name server (or something). -lsocket 6078 # variants that don't use the name server (or something). -lsocket
6072 # must be given before -lnsl if both are needed. We assume that 6079 # must be given before -lnsl if both are needed. We assume that
6073 # if connect needs -lnsl, so does gethostbyname. 6080 # if connect needs -lnsl, so does gethostbyname.
6074 ac_fn_cxx_check_func "$LINENO" "connect" "ac_cv_func_connect" 6081 ac_fn_cxx_check_func "$LINENO" "connect" "ac_cv_func_connect"
6075if test "x$ac_cv_func_connect" = xyes; then : 6082if test "x$ac_cv_func_connect" = x""yes; then :
6076 6083
6077fi 6084fi
6078 6085
6079 if test $ac_cv_func_connect = no; then 6086 if test $ac_cv_func_connect = no; then
6080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5 6087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
6081$as_echo_n "checking for connect in -lsocket... " >&6; } 6088$as_echo_n "checking for connect in -lsocket... " >&6; }
6082if ${ac_cv_lib_socket_connect+:} false; then : 6089if test "${ac_cv_lib_socket_connect+set}" = set; then :
6083 $as_echo_n "(cached) " >&6 6090 $as_echo_n "(cached) " >&6
6084else 6091else
6085 ac_check_lib_save_LIBS=$LIBS 6092 ac_check_lib_save_LIBS=$LIBS
6086LIBS="-lsocket $X_EXTRA_LIBS $LIBS" 6093LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6087cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6094cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6111 conftest$ac_exeext conftest.$ac_ext 6118 conftest$ac_exeext conftest.$ac_ext
6112LIBS=$ac_check_lib_save_LIBS 6119LIBS=$ac_check_lib_save_LIBS
6113fi 6120fi
6114{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5 6121{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
6115$as_echo "$ac_cv_lib_socket_connect" >&6; } 6122$as_echo "$ac_cv_lib_socket_connect" >&6; }
6116if test "x$ac_cv_lib_socket_connect" = xyes; then : 6123if test "x$ac_cv_lib_socket_connect" = x""yes; then :
6117 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" 6124 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
6118fi 6125fi
6119 6126
6120 fi 6127 fi
6121 6128
6122 # Guillermo Gomez says -lposix is necessary on A/UX. 6129 # Guillermo Gomez says -lposix is necessary on A/UX.
6123 ac_fn_cxx_check_func "$LINENO" "remove" "ac_cv_func_remove" 6130 ac_fn_cxx_check_func "$LINENO" "remove" "ac_cv_func_remove"
6124if test "x$ac_cv_func_remove" = xyes; then : 6131if test "x$ac_cv_func_remove" = x""yes; then :
6125 6132
6126fi 6133fi
6127 6134
6128 if test $ac_cv_func_remove = no; then 6135 if test $ac_cv_func_remove = no; then
6129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5 6136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
6130$as_echo_n "checking for remove in -lposix... " >&6; } 6137$as_echo_n "checking for remove in -lposix... " >&6; }
6131if ${ac_cv_lib_posix_remove+:} false; then : 6138if test "${ac_cv_lib_posix_remove+set}" = set; then :
6132 $as_echo_n "(cached) " >&6 6139 $as_echo_n "(cached) " >&6
6133else 6140else
6134 ac_check_lib_save_LIBS=$LIBS 6141 ac_check_lib_save_LIBS=$LIBS
6135LIBS="-lposix $LIBS" 6142LIBS="-lposix $LIBS"
6136cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6143cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6160 conftest$ac_exeext conftest.$ac_ext 6167 conftest$ac_exeext conftest.$ac_ext
6161LIBS=$ac_check_lib_save_LIBS 6168LIBS=$ac_check_lib_save_LIBS
6162fi 6169fi
6163{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5 6170{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
6164$as_echo "$ac_cv_lib_posix_remove" >&6; } 6171$as_echo "$ac_cv_lib_posix_remove" >&6; }
6165if test "x$ac_cv_lib_posix_remove" = xyes; then : 6172if test "x$ac_cv_lib_posix_remove" = x""yes; then :
6166 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" 6173 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
6167fi 6174fi
6168 6175
6169 fi 6176 fi
6170 6177
6171 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. 6178 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
6172 ac_fn_cxx_check_func "$LINENO" "shmat" "ac_cv_func_shmat" 6179 ac_fn_cxx_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
6173if test "x$ac_cv_func_shmat" = xyes; then : 6180if test "x$ac_cv_func_shmat" = x""yes; then :
6174 6181
6175fi 6182fi
6176 6183
6177 if test $ac_cv_func_shmat = no; then 6184 if test $ac_cv_func_shmat = no; then
6178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5 6185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
6179$as_echo_n "checking for shmat in -lipc... " >&6; } 6186$as_echo_n "checking for shmat in -lipc... " >&6; }
6180if ${ac_cv_lib_ipc_shmat+:} false; then : 6187if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
6181 $as_echo_n "(cached) " >&6 6188 $as_echo_n "(cached) " >&6
6182else 6189else
6183 ac_check_lib_save_LIBS=$LIBS 6190 ac_check_lib_save_LIBS=$LIBS
6184LIBS="-lipc $LIBS" 6191LIBS="-lipc $LIBS"
6185cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6192cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6209 conftest$ac_exeext conftest.$ac_ext 6216 conftest$ac_exeext conftest.$ac_ext
6210LIBS=$ac_check_lib_save_LIBS 6217LIBS=$ac_check_lib_save_LIBS
6211fi 6218fi
6212{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5 6219{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
6213$as_echo "$ac_cv_lib_ipc_shmat" >&6; } 6220$as_echo "$ac_cv_lib_ipc_shmat" >&6; }
6214if test "x$ac_cv_lib_ipc_shmat" = xyes; then : 6221if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
6215 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" 6222 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
6216fi 6223fi
6217 6224
6218 fi 6225 fi
6219 fi 6226 fi
6227 # These have to be linked with before -lX11, unlike the other 6234 # These have to be linked with before -lX11, unlike the other
6228 # libraries we check for below, so use a different variable. 6235 # libraries we check for below, so use a different variable.
6229 # John Interrante, Karl Berry 6236 # John Interrante, Karl Berry
6230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5 6237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
6231$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } 6238$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
6232if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then : 6239if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
6233 $as_echo_n "(cached) " >&6 6240 $as_echo_n "(cached) " >&6
6234else 6241else
6235 ac_check_lib_save_LIBS=$LIBS 6242 ac_check_lib_save_LIBS=$LIBS
6236LIBS="-lICE $X_EXTRA_LIBS $LIBS" 6243LIBS="-lICE $X_EXTRA_LIBS $LIBS"
6237cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6244cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6261 conftest$ac_exeext conftest.$ac_ext 6268 conftest$ac_exeext conftest.$ac_ext
6262LIBS=$ac_check_lib_save_LIBS 6269LIBS=$ac_check_lib_save_LIBS
6263fi 6270fi
6264{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 6271{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
6265$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; } 6272$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
6266if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then : 6273if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
6267 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" 6274 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
6268fi 6275fi
6269 6276
6270 LDFLAGS=$ac_save_LDFLAGS 6277 LDFLAGS=$ac_save_LDFLAGS
6271 6278
6281 support_pixbuf=no 6288 support_pixbuf=no
6282 # Extract the first word of "pkg-config", so it can be a program name with args. 6289 # Extract the first word of "pkg-config", so it can be a program name with args.
6283set dummy pkg-config; ac_word=$2 6290set dummy pkg-config; ac_word=$2
6284{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6291{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6285$as_echo_n "checking for $ac_word... " >&6; } 6292$as_echo_n "checking for $ac_word... " >&6; }
6286if ${ac_cv_path_PKG_CONFIG+:} false; then : 6293if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
6287 $as_echo_n "(cached) " >&6 6294 $as_echo_n "(cached) " >&6
6288else 6295else
6289 case $PKG_CONFIG in 6296 case $PKG_CONFIG in
6290 [\\/]* | ?:[\\/]*) 6297 [\\/]* | ?:[\\/]*)
6291 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 6298 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
6346fi 6353fi
6347 6354
6348 6355
6349 6356
6350 6357
6358STARTUP_NOTIFICATION_CFLAGS=
6359STARTUP_NOTIFICATION_LIBS=
6360
6361if test x$support_startup_notification = xyes; then
6362 support_startup_notification=no
6363 # Extract the first word of "pkg-config", so it can be a program name with args.
6364set dummy pkg-config; ac_word=$2
6365{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6366$as_echo_n "checking for $ac_word... " >&6; }
6367if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
6368 $as_echo_n "(cached) " >&6
6369else
6370 case $PKG_CONFIG in
6371 [\\/]* | ?:[\\/]*)
6372 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
6373 ;;
6374 *)
6375 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6376for as_dir in $PATH
6377do
6378 IFS=$as_save_IFS
6379 test -z "$as_dir" && as_dir=.
6380 for ac_exec_ext in '' $ac_executable_extensions; do
6381 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6382 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
6383 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6384 break 2
6385 fi
6386done
6387 done
6388IFS=$as_save_IFS
6389
6390 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
6391 ;;
6392esac
6393fi
6394PKG_CONFIG=$ac_cv_path_PKG_CONFIG
6395if test -n "$PKG_CONFIG"; then
6396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6397$as_echo "$PKG_CONFIG" >&6; }
6398else
6399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6400$as_echo "no" >&6; }
6401fi
6402
6403
6404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libstartup-notification" >&5
6405$as_echo_n "checking for libstartup-notification... " >&6; }
6406 if test $PKG_CONFIG != no && $PKG_CONFIG --exists libstartup-notification-1.0; then
6407 STARTUP_NOTIFICATION_CFLAGS="`$PKG_CONFIG libstartup-notification-1.0 --cflags`"
6408 STARTUP_NOTIFICATION_LIBS="`$PKG_CONFIG libstartup-notification-1.0 --libs`"
6409 support_startup_notification=yes
6410 fi
6411
6412 if test x$support_startup_notification = xyes; then
6413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6414$as_echo "ok" >&6; }
6415
6416$as_echo "#define HAVE_STARTUP_NOTIFICATION 1" >>confdefs.h
6417
6418 else
6419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6420$as_echo "no" >&6; }
6421 fi
6422fi
6423
6424
6425
6426
6351AFTERIMAGE_CFLAGS= 6427AFTERIMAGE_CFLAGS=
6352AFTERIMAGE_LIBS= 6428AFTERIMAGE_LIBS=
6353AFTERIMAGE_VERSION= 6429AFTERIMAGE_VERSION=
6354 6430
6355if test x$support_afterimage = xyes; then 6431if test x$support_afterimage = xyes; then
6358 if test "x$afterimage_config" = "x" ; then 6434 if test "x$afterimage_config" = "x" ; then
6359 # Extract the first word of "afterimage-config", so it can be a program name with args. 6435 # Extract the first word of "afterimage-config", so it can be a program name with args.
6360set dummy afterimage-config; ac_word=$2 6436set dummy afterimage-config; ac_word=$2
6361{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6362$as_echo_n "checking for $ac_word... " >&6; } 6438$as_echo_n "checking for $ac_word... " >&6; }
6363if ${ac_cv_path_afterimage_config+:} false; then : 6439if test "${ac_cv_path_afterimage_config+set}" = set; then :
6364 $as_echo_n "(cached) " >&6 6440 $as_echo_n "(cached) " >&6
6365else 6441else
6366 case $afterimage_config in 6442 case $afterimage_config in
6367 [\\/]* | ?:[\\/]*) 6443 [\\/]* | ?:[\\/]*)
6368 ac_cv_path_afterimage_config="$afterimage_config" # Let the user override the test with a path. 6444 ac_cv_path_afterimage_config="$afterimage_config" # Let the user override the test with a path.
6458done 6534done
6459 6535
6460 6536
6461{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XLIB_ILLEGAL_ACCESS" >&5 6537{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XLIB_ILLEGAL_ACCESS" >&5
6462$as_echo_n "checking for XLIB_ILLEGAL_ACCESS... " >&6; } 6538$as_echo_n "checking for XLIB_ILLEGAL_ACCESS... " >&6; }
6463if ${rxvt_cv_xlib_illegal_access+:} false; then : 6539if test "${rxvt_cv_xlib_illegal_access+set}" = set; then :
6464 $as_echo_n "(cached) " >&6 6540 $as_echo_n "(cached) " >&6
6465else 6541else
6466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6467/* end confdefs.h. */ 6543/* end confdefs.h. */
6468 6544
6495$as_echo "#define XLIB_ILLEGAL_ACCESS 1" >>confdefs.h 6571$as_echo "#define XLIB_ILLEGAL_ACCESS 1" >>confdefs.h
6496 6572
6497fi 6573fi
6498 6574
6499ac_fn_cxx_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default" 6575ac_fn_cxx_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
6500if test "x$ac_cv_type_mode_t" = xyes; then : 6576if test "x$ac_cv_type_mode_t" = x""yes; then :
6501 6577
6502else 6578else
6503 6579
6504cat >>confdefs.h <<_ACEOF 6580cat >>confdefs.h <<_ACEOF
6505#define mode_t int 6581#define mode_t int
6506_ACEOF 6582_ACEOF
6507 6583
6508fi 6584fi
6509 6585
6510ac_fn_cxx_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" 6586ac_fn_cxx_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
6511if test "x$ac_cv_type_pid_t" = xyes; then : 6587if test "x$ac_cv_type_pid_t" = x""yes; then :
6512 6588
6513else 6589else
6514 6590
6515cat >>confdefs.h <<_ACEOF 6591cat >>confdefs.h <<_ACEOF
6516#define pid_t int 6592#define pid_t int
6518 6594
6519fi 6595fi
6520 6596
6521{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5 6597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
6522$as_echo_n "checking for uid_t in sys/types.h... " >&6; } 6598$as_echo_n "checking for uid_t in sys/types.h... " >&6; }
6523if ${ac_cv_type_uid_t+:} false; then : 6599if test "${ac_cv_type_uid_t+set}" = set; then :
6524 $as_echo_n "(cached) " >&6 6600 $as_echo_n "(cached) " >&6
6525else 6601else
6526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6527/* end confdefs.h. */ 6603/* end confdefs.h. */
6528#include <sys/types.h> 6604#include <sys/types.h>
6598 6674
6599 6675
6600for ac_func in unsetenv 6676for ac_func in unsetenv
6601do : 6677do :
6602 ac_fn_cxx_check_func "$LINENO" "unsetenv" "ac_cv_func_unsetenv" 6678 ac_fn_cxx_check_func "$LINENO" "unsetenv" "ac_cv_func_unsetenv"
6603if test "x$ac_cv_func_unsetenv" = xyes; then : 6679if test "x$ac_cv_func_unsetenv" = x""yes; then :
6604 cat >>confdefs.h <<_ACEOF 6680 cat >>confdefs.h <<_ACEOF
6605#define HAVE_UNSETENV 1 6681#define HAVE_UNSETENV 1
6606_ACEOF 6682_ACEOF
6607 6683
6608fi 6684fi
6672 6748
6673 6749
6674for ac_header in lastlog.h 6750for ac_header in lastlog.h
6675do : 6751do :
6676 ac_fn_cxx_check_header_mongrel "$LINENO" "lastlog.h" "ac_cv_header_lastlog_h" "$ac_includes_default" 6752 ac_fn_cxx_check_header_mongrel "$LINENO" "lastlog.h" "ac_cv_header_lastlog_h" "$ac_includes_default"
6677if test "x$ac_cv_header_lastlog_h" = xyes; then : 6753if test "x$ac_cv_header_lastlog_h" = x""yes; then :
6678 cat >>confdefs.h <<_ACEOF 6754 cat >>confdefs.h <<_ACEOF
6679#define HAVE_LASTLOG_H 1 6755#define HAVE_LASTLOG_H 1
6680_ACEOF 6756_ACEOF
6681 6757
6682fi 6758fi
6686 6762
6687 6763
6688for ac_header in utmp.h 6764for ac_header in utmp.h
6689do : 6765do :
6690 ac_fn_cxx_check_header_mongrel "$LINENO" "utmp.h" "ac_cv_header_utmp_h" "$ac_includes_default" 6766 ac_fn_cxx_check_header_mongrel "$LINENO" "utmp.h" "ac_cv_header_utmp_h" "$ac_includes_default"
6691if test "x$ac_cv_header_utmp_h" = xyes; then : 6767if test "x$ac_cv_header_utmp_h" = x""yes; then :
6692 cat >>confdefs.h <<_ACEOF 6768 cat >>confdefs.h <<_ACEOF
6693#define HAVE_UTMP_H 1 6769#define HAVE_UTMP_H 1
6694_ACEOF 6770_ACEOF
6695 ac_fn_cxx_check_type "$LINENO" "struct utmp" "ac_cv_type_struct_utmp" " 6771 ac_fn_cxx_check_type "$LINENO" "struct utmp" "ac_cv_type_struct_utmp" "
6696#include <sys/types.h> 6772#include <sys/types.h>
6697#include <utmp.h> 6773#include <utmp.h>
6698 6774
6699" 6775"
6700if test "x$ac_cv_type_struct_utmp" = xyes; then : 6776if test "x$ac_cv_type_struct_utmp" = x""yes; then :
6701 6777
6702cat >>confdefs.h <<_ACEOF 6778cat >>confdefs.h <<_ACEOF
6703#define HAVE_STRUCT_UTMP 1 6779#define HAVE_STRUCT_UTMP 1
6704_ACEOF 6780_ACEOF
6705 6781
6715ac_fn_cxx_check_member () 6791ac_fn_cxx_check_member ()
6716{ 6792{
6717 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 6793 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
6718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 6794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
6719$as_echo_n "checking for $2.$3... " >&6; } 6795$as_echo_n "checking for $2.$3... " >&6; }
6720if eval \${$4+:} false; then : 6796if eval "test \"\${$4+set}\"" = set; then :
6721 $as_echo_n "(cached) " >&6 6797 $as_echo_n "(cached) " >&6
6722else 6798else
6723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6724/* end confdefs.h. */ 6800/* end confdefs.h. */
6725$5 6801$5
6759rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6835rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6760fi 6836fi
6761eval ac_res=\$$4 6837eval ac_res=\$$4
6762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 6838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6763$as_echo "$ac_res" >&6; } 6839$as_echo "$ac_res" >&6; }
6764 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 6840 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
6765 6841
6766} # ac_fn_cxx_check_member 6842} # ac_fn_cxx_check_member
6767ac_fn_cxx_check_member "$LINENO" "struct utmp" "ut_host" "ac_cv_member_struct_utmp_ut_host" " 6843ac_fn_cxx_check_member "$LINENO" "struct utmp" "ut_host" "ac_cv_member_struct_utmp_ut_host" "
6768#include <sys/types.h> 6844#include <sys/types.h>
6769#include <utmp.h> 6845#include <utmp.h>
6770 6846
6771" 6847"
6772if test "x$ac_cv_member_struct_utmp_ut_host" = xyes; then : 6848if test "x$ac_cv_member_struct_utmp_ut_host" = x""yes; then :
6773 6849
6774$as_echo "#define HAVE_UTMP_HOST 1" >>confdefs.h 6850$as_echo "#define HAVE_UTMP_HOST 1" >>confdefs.h
6775 6851
6776fi 6852fi
6777 6853
6779ac_fn_cxx_check_member "$LINENO" "struct utmp" "ut_pid" "ac_cv_member_struct_utmp_ut_pid" " 6855ac_fn_cxx_check_member "$LINENO" "struct utmp" "ut_pid" "ac_cv_member_struct_utmp_ut_pid" "
6780#include <sys/types.h> 6856#include <sys/types.h>
6781#include <utmp.h> 6857#include <utmp.h>
6782 6858
6783" 6859"
6784if test "x$ac_cv_member_struct_utmp_ut_pid" = xyes; then : 6860if test "x$ac_cv_member_struct_utmp_ut_pid" = x""yes; then :
6785 6861
6786$as_echo "#define HAVE_UTMP_PID 1" >>confdefs.h 6862$as_echo "#define HAVE_UTMP_PID 1" >>confdefs.h
6787 6863
6788fi 6864fi
6789 6865
6794 6870
6795 6871
6796for ac_header in utmpx.h 6872for ac_header in utmpx.h
6797do : 6873do :
6798 ac_fn_cxx_check_header_mongrel "$LINENO" "utmpx.h" "ac_cv_header_utmpx_h" "$ac_includes_default" 6874 ac_fn_cxx_check_header_mongrel "$LINENO" "utmpx.h" "ac_cv_header_utmpx_h" "$ac_includes_default"
6799if test "x$ac_cv_header_utmpx_h" = xyes; then : 6875if test "x$ac_cv_header_utmpx_h" = x""yes; then :
6800 cat >>confdefs.h <<_ACEOF 6876 cat >>confdefs.h <<_ACEOF
6801#define HAVE_UTMPX_H 1 6877#define HAVE_UTMPX_H 1
6802_ACEOF 6878_ACEOF
6803 ac_fn_cxx_check_type "$LINENO" "struct utmpx" "ac_cv_type_struct_utmpx" " 6879 ac_fn_cxx_check_type "$LINENO" "struct utmpx" "ac_cv_type_struct_utmpx" "
6804#include <sys/types.h> 6880#include <sys/types.h>
6805#include <utmpx.h> 6881#include <utmpx.h>
6806 6882
6807" 6883"
6808if test "x$ac_cv_type_struct_utmpx" = xyes; then : 6884if test "x$ac_cv_type_struct_utmpx" = x""yes; then :
6809 6885
6810cat >>confdefs.h <<_ACEOF 6886cat >>confdefs.h <<_ACEOF
6811#define HAVE_STRUCT_UTMPX 1 6887#define HAVE_STRUCT_UTMPX 1
6812_ACEOF 6888_ACEOF
6813 6889
6818ac_fn_cxx_check_member "$LINENO" "struct utmpx" "ut_host" "ac_cv_member_struct_utmpx_ut_host" " 6894ac_fn_cxx_check_member "$LINENO" "struct utmpx" "ut_host" "ac_cv_member_struct_utmpx_ut_host" "
6819#include <sys/types.h> 6895#include <sys/types.h>
6820#include <utmpx.h> 6896#include <utmpx.h>
6821 6897
6822" 6898"
6823if test "x$ac_cv_member_struct_utmpx_ut_host" = xyes; then : 6899if test "x$ac_cv_member_struct_utmpx_ut_host" = x""yes; then :
6824 6900
6825$as_echo "#define HAVE_UTMPX_HOST 1" >>confdefs.h 6901$as_echo "#define HAVE_UTMPX_HOST 1" >>confdefs.h
6826 6902
6827fi 6903fi
6828 6904
6830ac_fn_cxx_check_member "$LINENO" "struct utmpx" "ut_session" "ac_cv_member_struct_utmpx_ut_session" " 6906ac_fn_cxx_check_member "$LINENO" "struct utmpx" "ut_session" "ac_cv_member_struct_utmpx_ut_session" "
6831#include <sys/types.h> 6907#include <sys/types.h>
6832#include <utmpx.h> 6908#include <utmpx.h>
6833 6909
6834" 6910"
6835if test "x$ac_cv_member_struct_utmpx_ut_session" = xyes; then : 6911if test "x$ac_cv_member_struct_utmpx_ut_session" = x""yes; then :
6836 6912
6837$as_echo "#define HAVE_UTMPX_SESSION 1" >>confdefs.h 6913$as_echo "#define HAVE_UTMPX_SESSION 1" >>confdefs.h
6838 6914
6839fi 6915fi
6840 6916
6849#ifdef HAVE_LASTLOG_H 6925#ifdef HAVE_LASTLOG_H
6850#include <lastlog.h> 6926#include <lastlog.h>
6851#endif 6927#endif
6852 6928
6853" 6929"
6854if test "x$ac_cv_type_struct_lastlog" = xyes; then : 6930if test "x$ac_cv_type_struct_lastlog" = x""yes; then :
6855 6931
6856cat >>confdefs.h <<_ACEOF 6932cat >>confdefs.h <<_ACEOF
6857#define HAVE_STRUCT_LASTLOG 1 6933#define HAVE_STRUCT_LASTLOG 1
6858_ACEOF 6934_ACEOF
6859 6935
6867#ifdef HAVE_LASTLOG_H 6943#ifdef HAVE_LASTLOG_H
6868#include <lastlog.h> 6944#include <lastlog.h>
6869#endif 6945#endif
6870 6946
6871" 6947"
6872if test "x$ac_cv_type_struct_lastlogx" = xyes; then : 6948if test "x$ac_cv_type_struct_lastlogx" = x""yes; then :
6873 6949
6874cat >>confdefs.h <<_ACEOF 6950cat >>confdefs.h <<_ACEOF
6875#define HAVE_STRUCT_LASTLOGX 1 6951#define HAVE_STRUCT_LASTLOGX 1
6876_ACEOF 6952_ACEOF
6877 6953
6880 6956
6881 6957
6882 6958
6883{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where utmp is located" >&5 6959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where utmp is located" >&5
6884$as_echo_n "checking where utmp is located... " >&6; } 6960$as_echo_n "checking where utmp is located... " >&6; }
6885if ${pt_cv_path_utmp+:} false; then : 6961if test "${pt_cv_path_utmp+set}" = set; then :
6886 $as_echo_n "(cached) " >&6 6962 $as_echo_n "(cached) " >&6
6887else 6963else
6888 if test "$cross_compiling" = yes; then : 6964 if test "$cross_compiling" = yes; then :
6889 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Define UTMP_FILE in config.h manually" >&5 6965 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Define UTMP_FILE in config.h manually" >&5
6890$as_echo "$as_me: WARNING: Define UTMP_FILE in config.h manually" >&2;} 6966$as_echo "$as_me: WARNING: Define UTMP_FILE in config.h manually" >&2;}
6898#include <sys/types.h> 6974#include <sys/types.h>
6899#include <utmp.h> 6975#include <utmp.h>
6900 6976
6901int main() 6977int main()
6902{ 6978{
6903 char **path, *list[] = { "/var/run/utmp", "/var/adm/utmp", "/etc/utmp", "/usr/etc/utmp", "/usr/adm/utmp", NULL }; 6979 const char **path, *list[] = { "/var/run/utmp", "/var/adm/utmp", "/etc/utmp", "/usr/etc/utmp", "/usr/adm/utmp", NULL };
6904 FILE *f = fopen("conftestval", "w"); 6980 FILE *f = fopen("conftestval", "w");
6905 if (!f) return 1; 6981 if (!f) return 1;
6906#ifdef UTMP_FILE 6982#ifdef UTMP_FILE
6907 fprintf(f, "%s\n", UTMP_FILE); 6983 fprintf(f, "%s\n", UTMP_FILE);
6908#elif defined(_PATH_UTMP) 6984#elif defined(_PATH_UTMP)
6940fi 7016fi
6941 7017
6942 7018
6943{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where wtmp is located" >&5 7019{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where wtmp is located" >&5
6944$as_echo_n "checking where wtmp is located... " >&6; } 7020$as_echo_n "checking where wtmp is located... " >&6; }
6945if ${pt_cv_path_wtmp+:} false; then : 7021if test "${pt_cv_path_wtmp+set}" = set; then :
6946 $as_echo_n "(cached) " >&6 7022 $as_echo_n "(cached) " >&6
6947else 7023else
6948 if test "$cross_compiling" = yes; then : 7024 if test "$cross_compiling" = yes; then :
6949 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Define WTMP_FILE in config.h manually" >&5 7025 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Define WTMP_FILE in config.h manually" >&5
6950$as_echo "$as_me: WARNING: Define WTMP_FILE in config.h manually" >&2;} 7026$as_echo "$as_me: WARNING: Define WTMP_FILE in config.h manually" >&2;}
6960#include <utmp.h> 7036#include <utmp.h>
6961#endif 7037#endif
6962 7038
6963int main() 7039int main()
6964{ 7040{
6965 char **path, *list[] = { "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL }; 7041 const char **path, *list[] = { "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL };
6966 FILE *f = fopen("conftestval", "w"); 7042 FILE *f = fopen("conftestval", "w");
6967 if (!f) return 1; 7043 if (!f) return 1;
6968#ifdef WTMP_FILE 7044#ifdef WTMP_FILE
6969 fprintf(f, "%s\n", WTMP_FILE); 7045 fprintf(f, "%s\n", WTMP_FILE);
6970#elif defined(_PATH_WTMP) 7046#elif defined(_PATH_WTMP)
7001 7077
7002fi 7078fi
7003 7079
7004{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where wtmpx is located" >&5 7080{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where wtmpx is located" >&5
7005$as_echo_n "checking where wtmpx is located... " >&6; } 7081$as_echo_n "checking where wtmpx is located... " >&6; }
7006if ${pt_cv_path_wtmpx+:} false; then : 7082if test "${pt_cv_path_wtmpx+set}" = set; then :
7007 $as_echo_n "(cached) " >&6 7083 $as_echo_n "(cached) " >&6
7008else 7084else
7009 if test "$cross_compiling" = yes; then : 7085 if test "$cross_compiling" = yes; then :
7010 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Define WTMPX_FILE in config.h manually" >&5 7086 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Define WTMPX_FILE in config.h manually" >&5
7011$as_echo "$as_me: WARNING: Define WTMPX_FILE in config.h manually" >&2;} 7087$as_echo "$as_me: WARNING: Define WTMPX_FILE in config.h manually" >&2;}
7020#include <utmpx.h> 7096#include <utmpx.h>
7021#endif 7097#endif
7022 7098
7023int main() 7099int main()
7024{ 7100{
7025 char **path, *list[] = { "/var/log/wtmpx", "/var/adm/wtmpx", NULL }; 7101 const char **path, *list[] = { "/var/log/wtmpx", "/var/adm/wtmpx", NULL };
7026 FILE *f = fopen("conftestval", "w"); 7102 FILE *f = fopen("conftestval", "w");
7027 if (!f) return 1; 7103 if (!f) return 1;
7028#ifdef WTMPX_FILE 7104#ifdef WTMPX_FILE
7029 fprintf(f, "%s\n", WTMPX_FILE); 7105 fprintf(f, "%s\n", WTMPX_FILE);
7030#elif defined(_PATH_WTMPX) 7106#elif defined(_PATH_WTMPX)
7061 7137
7062fi 7138fi
7063 7139
7064{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where lastlog is located" >&5 7140{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where lastlog is located" >&5
7065$as_echo_n "checking where lastlog is located... " >&6; } 7141$as_echo_n "checking where lastlog is located... " >&6; }
7066if ${pt_cv_path_lastlog+:} false; then : 7142if test "${pt_cv_path_lastlog+set}" = set; then :
7067 $as_echo_n "(cached) " >&6 7143 $as_echo_n "(cached) " >&6
7068else 7144else
7069 if test "$cross_compiling" = yes; then : 7145 if test "$cross_compiling" = yes; then :
7070 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Define LASTLOG_FILE in config.h manually" >&5 7146 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Define LASTLOG_FILE in config.h manually" >&5
7071$as_echo "$as_me: WARNING: Define LASTLOG_FILE in config.h manually" >&2;} 7147$as_echo "$as_me: WARNING: Define LASTLOG_FILE in config.h manually" >&2;}
7084#include <lastlog.h> 7160#include <lastlog.h>
7085#endif 7161#endif
7086 7162
7087int main() 7163int main()
7088{ 7164{
7089 char **path, *list[] = { "/var/log/lastlog", NULL }; 7165 const char **path, *list[] = { "/var/log/lastlog", NULL };
7090 FILE *f = fopen("conftestval", "w"); 7166 FILE *f = fopen("conftestval", "w");
7091 if (!f) return 1; 7167 if (!f) return 1;
7092#ifdef LASTLOG_FILE 7168#ifdef LASTLOG_FILE
7093 fprintf(f, "%s\n", LASTLOG_FILE); 7169 fprintf(f, "%s\n", LASTLOG_FILE);
7094#elif defined(_PATH_LASTLOG) 7170#elif defined(_PATH_LASTLOG)
7125 7201
7126fi 7202fi
7127 7203
7128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where lastlogx is located" >&5 7204{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where lastlogx is located" >&5
7129$as_echo_n "checking where lastlogx is located... " >&6; } 7205$as_echo_n "checking where lastlogx is located... " >&6; }
7130if ${pt_cv_path_lastlogx+:} false; then : 7206if test "${pt_cv_path_lastlogx+set}" = set; then :
7131 $as_echo_n "(cached) " >&6 7207 $as_echo_n "(cached) " >&6
7132else 7208else
7133 if test "$cross_compiling" = yes; then : 7209 if test "$cross_compiling" = yes; then :
7134 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Define LASTLOGX_FILE in config.h manually" >&5 7210 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Define LASTLOGX_FILE in config.h manually" >&5
7135$as_echo "$as_me: WARNING: Define LASTLOGX_FILE in config.h manually" >&2;} 7211$as_echo "$as_me: WARNING: Define LASTLOGX_FILE in config.h manually" >&2;}
7144#include <utmpx.h> 7220#include <utmpx.h>
7145#endif 7221#endif
7146 7222
7147int main() 7223int main()
7148{ 7224{
7149 char **path, *list[] = { "/var/log/lastlogx", "/var/adm/lastlogx", NULL }; 7225 const char **path, *list[] = { "/var/log/lastlogx", "/var/adm/lastlogx", NULL };
7150 FILE *f = fopen("conftestval", "w"); 7226 FILE *f = fopen("conftestval", "w");
7151 if (!f) return 1; 7227 if (!f) return 1;
7152#ifdef LASTLOGX_FILE 7228#ifdef LASTLOGX_FILE
7153 fprintf(f, "%s\n", LASTLOGX_FILE); 7229 fprintf(f, "%s\n", LASTLOGX_FILE);
7154#elif defined(_PATH_LASTLOGX) 7230#elif defined(_PATH_LASTLOGX)
7193CFLAGS="$CFLAGS $X_CFLAGS" 7269CFLAGS="$CFLAGS $X_CFLAGS"
7194LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 7270LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
7195if test x$support_xim = xyes; then 7271if test x$support_xim = xyes; then
7196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working Xlocale" >&5 7272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working Xlocale" >&5
7197$as_echo_n "checking for working Xlocale... " >&6; } 7273$as_echo_n "checking for working Xlocale... " >&6; }
7198if ${rxvt_cv_func_xlocale+:} false; then : 7274if test "${rxvt_cv_func_xlocale+set}" = set; then :
7199 $as_echo_n "(cached) " >&6 7275 $as_echo_n "(cached) " >&6
7200else 7276else
7201 if test "$cross_compiling" = yes; then : 7277 if test "$cross_compiling" = yes; then :
7202 : 7278 :
7203else 7279else
7231 7307
7232$as_echo "#define USE_XIM 1" >>confdefs.h 7308$as_echo "#define USE_XIM 1" >>confdefs.h
7233 7309
7234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken XIM callback" >&5 7310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken XIM callback" >&5
7235$as_echo_n "checking for broken XIM callback... " >&6; } 7311$as_echo_n "checking for broken XIM callback... " >&6; }
7236if ${rxvt_cv_broken_ximcb+:} false; then : 7312if test "${rxvt_cv_broken_ximcb+set}" = set; then :
7237 $as_echo_n "(cached) " >&6 7313 $as_echo_n "(cached) " >&6
7238else 7314else
7239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7240/* end confdefs.h. */ 7316/* end confdefs.h. */
7241 7317
7267 fi 7343 fi
7268fi 7344fi
7269 7345
7270{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working X setlocale" >&5 7346{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working X setlocale" >&5
7271$as_echo_n "checking for working X setlocale... " >&6; } 7347$as_echo_n "checking for working X setlocale... " >&6; }
7272if ${rxvt_cv_func_xsetlocale+:} false; then : 7348if test "${rxvt_cv_func_xsetlocale+set}" = set; then :
7273 $as_echo_n "(cached) " >&6 7349 $as_echo_n "(cached) " >&6
7274else 7350else
7275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7276/* end confdefs.h. */ 7352/* end confdefs.h. */
7277#define X_LOCALE 1 7353#define X_LOCALE 1
7302LIBS=$save_LIBS 7378LIBS=$save_LIBS
7303CFLAGS=$save_CFLAGS 7379CFLAGS=$save_CFLAGS
7304 7380
7305{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working plain setlocale" >&5 7381{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working plain setlocale" >&5
7306$as_echo_n "checking for working plain setlocale... " >&6; } 7382$as_echo_n "checking for working plain setlocale... " >&6; }
7307if ${rxvt_cv_func_setlocale+:} false; then : 7383if test "${rxvt_cv_func_setlocale+set}" = set; then :
7308 $as_echo_n "(cached) " >&6 7384 $as_echo_n "(cached) " >&6
7309else 7385else
7310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7311/* end confdefs.h. */ 7387/* end confdefs.h. */
7312#include <clocale> 7388#include <clocale>
7334 7410
7335fi 7411fi
7336 7412
7337{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working nl_langinfo" >&5 7413{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working nl_langinfo" >&5
7338$as_echo_n "checking for working nl_langinfo... " >&6; } 7414$as_echo_n "checking for working nl_langinfo... " >&6; }
7339if ${rxvt_cv_func_nl_langinfo+:} false; then : 7415if test "${rxvt_cv_func_nl_langinfo+set}" = set; then :
7340 $as_echo_n "(cached) " >&6 7416 $as_echo_n "(cached) " >&6
7341else 7417else
7342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7343/* end confdefs.h. */ 7419/* end confdefs.h. */
7344#include <langinfo.h> 7420#include <langinfo.h>
7367fi 7443fi
7368 7444
7369 7445
7370{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for unix-compliant filehandle passing ability" >&5 7446{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for unix-compliant filehandle passing ability" >&5
7371$as_echo_n "checking for unix-compliant filehandle passing ability... " >&6; } 7447$as_echo_n "checking for unix-compliant filehandle passing ability... " >&6; }
7372if ${pt_cv_can_pass_fds+:} false; then : 7448if test "${pt_cv_can_pass_fds+set}" = set; then :
7373 $as_echo_n "(cached) " >&6 7449 $as_echo_n "(cached) " >&6
7374else 7450else
7375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7376/* end confdefs.h. */ 7452/* end confdefs.h. */
7377 7453
7474 7550
7475fi 7551fi
7476done 7552done
7477 7553
7478 7554
7479have_clone=no
7480
7481{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for /dev/ptc" >&5
7482$as_echo_n "checking for /dev/ptc... " >&6; }
7483if test -e /dev/ptc; then
7484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7485$as_echo "yes" >&6; }
7486
7487$as_echo "#define CLONE_DEVICE \"/dev/ptc\"" >>confdefs.h
7488
7489 have_clone=yes
7490else
7491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7492$as_echo "no" >&6; }
7493fi
7494
7495case $host in
7496 *-*-cygwin*)
7497 have_clone=yes
7498
7499$as_echo "#define CLONE_DEVICE \"/dev/ptmx\"" >>confdefs.h
7500
7501 ;;
7502 *)
7503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /dev/ptmx" >&5
7504$as_echo_n "checking for /dev/ptmx... " >&6; }
7505 if test -e /dev/ptmx; then
7506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7507$as_echo "yes" >&6; }
7508
7509$as_echo "#define HAVE_DEV_PTMX 1" >>confdefs.h
7510
7511
7512$as_echo "#define CLONE_DEVICE \"/dev/ptmx\"" >>confdefs.h
7513
7514 have_clone=yes
7515 else
7516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7517$as_echo "no" >&6; }
7518 fi
7519 ;;
7520esac
7521
7522if test x$ac_cv_func_getpt = xyes -o x$ac_cv_func_posix_openpt = xyes -o x$have_clone = xyes; then
7523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for UNIX98 ptys" >&5 7555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for UNIX98 ptys" >&5
7524$as_echo_n "checking for UNIX98 ptys... " >&6; } 7556$as_echo_n "checking for UNIX98 ptys... " >&6; }
7525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7526/* end confdefs.h. */ 7558/* end confdefs.h. */
7527#include <stdlib.h> 7559#include <stdlib.h>
7544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 7576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7545$as_echo "no" >&6; } 7577$as_echo "no" >&6; }
7546fi 7578fi
7547rm -f core conftest.err conftest.$ac_objext \ 7579rm -f core conftest.err conftest.$ac_objext \
7548 conftest$ac_exeext conftest.$ac_ext 7580 conftest$ac_exeext conftest.$ac_ext
7549fi
7550 7581
7551if test -z "$unix98_pty"; then 7582if test -z "$unix98_pty"; then
7552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing openpty" >&5 7583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing openpty" >&5
7553$as_echo_n "checking for library containing openpty... " >&6; } 7584$as_echo_n "checking for library containing openpty... " >&6; }
7554if ${ac_cv_search_openpty+:} false; then : 7585if test "${ac_cv_search_openpty+set}" = set; then :
7555 $as_echo_n "(cached) " >&6 7586 $as_echo_n "(cached) " >&6
7556else 7587else
7557 ac_func_search_save_LIBS=$LIBS 7588 ac_func_search_save_LIBS=$LIBS
7558cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7589cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7559/* end confdefs.h. */ 7590/* end confdefs.h. */
7583 if ac_fn_cxx_try_link "$LINENO"; then : 7614 if ac_fn_cxx_try_link "$LINENO"; then :
7584 ac_cv_search_openpty=$ac_res 7615 ac_cv_search_openpty=$ac_res
7585fi 7616fi
7586rm -f core conftest.err conftest.$ac_objext \ 7617rm -f core conftest.err conftest.$ac_objext \
7587 conftest$ac_exeext 7618 conftest$ac_exeext
7588 if ${ac_cv_search_openpty+:} false; then : 7619 if test "${ac_cv_search_openpty+set}" = set; then :
7589 break 7620 break
7590fi 7621fi
7591done 7622done
7592if ${ac_cv_search_openpty+:} false; then : 7623if test "${ac_cv_search_openpty+set}" = set; then :
7593 7624
7594else 7625else
7595 ac_cv_search_openpty=no 7626 ac_cv_search_openpty=no
7596fi 7627fi
7597rm conftest.$ac_ext 7628rm conftest.$ac_ext
7611 7642
7612 7643
7613 7644
7614{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for tty group" >&5 7645{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for tty group" >&5
7615$as_echo_n "checking for tty group... " >&6; } 7646$as_echo_n "checking for tty group... " >&6; }
7616if ${pt_cv_tty_group+:} false; then : 7647if test "${pt_cv_tty_group+set}" = set; then :
7617 $as_echo_n "(cached) " >&6 7648 $as_echo_n "(cached) " >&6
7618else 7649else
7619 if test "$cross_compiling" = yes; then : 7650 if test "$cross_compiling" = yes; then :
7620 pt_cv_tty_group=no 7651 pt_cv_tty_group=no
7621else 7652else
7665 rxvt_have_xrender=no 7696 rxvt_have_xrender=no
7666 # Extract the first word of "pkg-config", so it can be a program name with args. 7697 # Extract the first word of "pkg-config", so it can be a program name with args.
7667set dummy pkg-config; ac_word=$2 7698set dummy pkg-config; ac_word=$2
7668{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7699{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7669$as_echo_n "checking for $ac_word... " >&6; } 7700$as_echo_n "checking for $ac_word... " >&6; }
7670if ${ac_cv_path_PKG_CONFIG+:} false; then : 7701if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
7671 $as_echo_n "(cached) " >&6 7702 $as_echo_n "(cached) " >&6
7672else 7703else
7673 case $PKG_CONFIG in 7704 case $PKG_CONFIG in
7674 [\\/]* | ?:[\\/]*) 7705 [\\/]* | ?:[\\/]*)
7675 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 7706 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
7710 rxvt_have_xrender=yes 7741 rxvt_have_xrender=yes
7711 7742
7712 save_LIBS="$LIBS" 7743 save_LIBS="$LIBS"
7713 LIBS="$LIBS $X_LIBS" 7744 LIBS="$LIBS $X_LIBS"
7714 ac_fn_cxx_check_header_mongrel "$LINENO" "X11/extensions/Xrender.h" "ac_cv_header_X11_extensions_Xrender_h" "$ac_includes_default" 7745 ac_fn_cxx_check_header_mongrel "$LINENO" "X11/extensions/Xrender.h" "ac_cv_header_X11_extensions_Xrender_h" "$ac_includes_default"
7715if test "x$ac_cv_header_X11_extensions_Xrender_h" = xyes; then : 7746if test "x$ac_cv_header_X11_extensions_Xrender_h" = x""yes; then :
7716 7747
7717else 7748else
7718 rxvt_have_xrender=no 7749 rxvt_have_xrender=no
7719fi 7750fi
7720 7751
7721 7752
7722 ac_fn_cxx_check_func "$LINENO" "XRenderFindStandardFormat" "ac_cv_func_XRenderFindStandardFormat" 7753 ac_fn_cxx_check_func "$LINENO" "XRenderFindStandardFormat" "ac_cv_func_XRenderFindStandardFormat"
7723if test "x$ac_cv_func_XRenderFindStandardFormat" = xyes; then : 7754if test "x$ac_cv_func_XRenderFindStandardFormat" = x""yes; then :
7724 7755
7725else 7756else
7726 rxvt_have_xrender=no 7757 rxvt_have_xrender=no
7727fi 7758fi
7728 7759
7733if test x$support_xft = xyes && test x$rxvt_have_xrender = xyes; then 7764if test x$support_xft = xyes && test x$rxvt_have_xrender = xyes; then
7734 # Extract the first word of "pkg-config", so it can be a program name with args. 7765 # Extract the first word of "pkg-config", so it can be a program name with args.
7735set dummy pkg-config; ac_word=$2 7766set dummy pkg-config; ac_word=$2
7736{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7767{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7737$as_echo_n "checking for $ac_word... " >&6; } 7768$as_echo_n "checking for $ac_word... " >&6; }
7738if ${ac_cv_path_PKG_CONFIG+:} false; then : 7769if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
7739 $as_echo_n "(cached) " >&6 7770 $as_echo_n "(cached) " >&6
7740else 7771else
7741 case $PKG_CONFIG in 7772 case $PKG_CONFIG in
7742 [\\/]* | ?:[\\/]*) 7773 [\\/]* | ?:[\\/]*)
7743 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 7774 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
7778 else 7809 else
7779 # Extract the first word of "xft-config", so it can be a program name with args. 7810 # Extract the first word of "xft-config", so it can be a program name with args.
7780set dummy xft-config; ac_word=$2 7811set dummy xft-config; ac_word=$2
7781{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7812{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7782$as_echo_n "checking for $ac_word... " >&6; } 7813$as_echo_n "checking for $ac_word... " >&6; }
7783if ${ac_cv_path_XFT_CONFIG+:} false; then : 7814if test "${ac_cv_path_XFT_CONFIG+set}" = set; then :
7784 $as_echo_n "(cached) " >&6 7815 $as_echo_n "(cached) " >&6
7785else 7816else
7786 case $XFT_CONFIG in 7817 case $XFT_CONFIG in
7787 [\\/]* | ?:[\\/]*) 7818 [\\/]* | ?:[\\/]*)
7788 ac_cv_path_XFT_CONFIG="$XFT_CONFIG" # Let the user override the test with a path. 7819 ac_cv_path_XFT_CONFIG="$XFT_CONFIG" # Let the user override the test with a path.
7831 save_LIBS="$LIBS" 7862 save_LIBS="$LIBS"
7832 LIBS="$LIBS $X_LIBS" 7863 LIBS="$LIBS $X_LIBS"
7833 for ac_header in X11/Xft/Xft.h 7864 for ac_header in X11/Xft/Xft.h
7834do : 7865do :
7835 ac_fn_cxx_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default" 7866 ac_fn_cxx_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default"
7836if test "x$ac_cv_header_X11_Xft_Xft_h" = xyes; then : 7867if test "x$ac_cv_header_X11_Xft_Xft_h" = x""yes; then :
7837 cat >>confdefs.h <<_ACEOF 7868 cat >>confdefs.h <<_ACEOF
7838#define HAVE_X11_XFT_XFT_H 1 7869#define HAVE_X11_XFT_XFT_H 1
7839_ACEOF 7870_ACEOF
7840 7871
7841else 7872else
7844 7875
7845done 7876done
7846 7877
7847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftDrawString32 in -lXft" >&5 7878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftDrawString32 in -lXft" >&5
7848$as_echo_n "checking for XftDrawString32 in -lXft... " >&6; } 7879$as_echo_n "checking for XftDrawString32 in -lXft... " >&6; }
7849if ${ac_cv_lib_Xft_XftDrawString32+:} false; then : 7880if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then :
7850 $as_echo_n "(cached) " >&6 7881 $as_echo_n "(cached) " >&6
7851else 7882else
7852 ac_check_lib_save_LIBS=$LIBS 7883 ac_check_lib_save_LIBS=$LIBS
7853LIBS="-lXft $LIBS" 7884LIBS="-lXft $LIBS"
7854cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7885cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7878 conftest$ac_exeext conftest.$ac_ext 7909 conftest$ac_exeext conftest.$ac_ext
7879LIBS=$ac_check_lib_save_LIBS 7910LIBS=$ac_check_lib_save_LIBS
7880fi 7911fi
7881{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftDrawString32" >&5 7912{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftDrawString32" >&5
7882$as_echo "$ac_cv_lib_Xft_XftDrawString32" >&6; } 7913$as_echo "$ac_cv_lib_Xft_XftDrawString32" >&6; }
7883if test "x$ac_cv_lib_Xft_XftDrawString32" = xyes; then : 7914if test "x$ac_cv_lib_Xft_XftDrawString32" = x""yes; then :
7884 : 7915 :
7885else 7916else
7886 support_xft=no 7917 support_xft=no
7887fi 7918fi
7888 7919
7889 for ac_header in fontconfig/fontconfig.h 7920 for ac_header in fontconfig/fontconfig.h
7890do : 7921do :
7891 ac_fn_cxx_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default" 7922 ac_fn_cxx_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
7892if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then : 7923if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
7893 cat >>confdefs.h <<_ACEOF 7924 cat >>confdefs.h <<_ACEOF
7894#define HAVE_FONTCONFIG_FONTCONFIG_H 1 7925#define HAVE_FONTCONFIG_FONTCONFIG_H 1
7895_ACEOF 7926_ACEOF
7896 7927
7897else 7928else
7900 7931
7901done 7932done
7902 7933
7903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FcPatternGet in -lfontconfig" >&5 7934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FcPatternGet in -lfontconfig" >&5
7904$as_echo_n "checking for FcPatternGet in -lfontconfig... " >&6; } 7935$as_echo_n "checking for FcPatternGet in -lfontconfig... " >&6; }
7905if ${ac_cv_lib_fontconfig_FcPatternGet+:} false; then : 7936if test "${ac_cv_lib_fontconfig_FcPatternGet+set}" = set; then :
7906 $as_echo_n "(cached) " >&6 7937 $as_echo_n "(cached) " >&6
7907else 7938else
7908 ac_check_lib_save_LIBS=$LIBS 7939 ac_check_lib_save_LIBS=$LIBS
7909LIBS="-lfontconfig $LIBS" 7940LIBS="-lfontconfig $LIBS"
7910cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7941cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7934 conftest$ac_exeext conftest.$ac_ext 7965 conftest$ac_exeext conftest.$ac_ext
7935LIBS=$ac_check_lib_save_LIBS 7966LIBS=$ac_check_lib_save_LIBS
7936fi 7967fi
7937{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fontconfig_FcPatternGet" >&5 7968{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fontconfig_FcPatternGet" >&5
7938$as_echo "$ac_cv_lib_fontconfig_FcPatternGet" >&6; } 7969$as_echo "$ac_cv_lib_fontconfig_FcPatternGet" >&6; }
7939if test "x$ac_cv_lib_fontconfig_FcPatternGet" = xyes; then : 7970if test "x$ac_cv_lib_fontconfig_FcPatternGet" = x""yes; then :
7940 : 7971 :
7941else 7972else
7942 support_xft=no 7973 support_xft=no
7943fi 7974fi
7944 7975
8083if test x$support_perl = xyes; then 8114if test x$support_perl = xyes; then
8084 # Extract the first word of "perl5", so it can be a program name with args. 8115 # Extract the first word of "perl5", so it can be a program name with args.
8085set dummy perl5; ac_word=$2 8116set dummy perl5; ac_word=$2
8086{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8117{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8087$as_echo_n "checking for $ac_word... " >&6; } 8118$as_echo_n "checking for $ac_word... " >&6; }
8088if ${ac_cv_path_PERL+:} false; then : 8119if test "${ac_cv_path_PERL+set}" = set; then :
8089 $as_echo_n "(cached) " >&6 8120 $as_echo_n "(cached) " >&6
8090else 8121else
8091 case $PERL in 8122 case $PERL in
8092 [\\/]* | ?:[\\/]*) 8123 [\\/]* | ?:[\\/]*)
8093 ac_cv_path_PERL="$PERL" # Let the user override the test with a path. 8124 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
8123 8154
8124 # Extract the first word of "perl", so it can be a program name with args. 8155 # Extract the first word of "perl", so it can be a program name with args.
8125set dummy perl; ac_word=$2 8156set dummy perl; ac_word=$2
8126{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8157{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8127$as_echo_n "checking for $ac_word... " >&6; } 8158$as_echo_n "checking for $ac_word... " >&6; }
8128if ${ac_cv_path_PERL+:} false; then : 8159if test "${ac_cv_path_PERL+set}" = set; then :
8129 $as_echo_n "(cached) " >&6 8160 $as_echo_n "(cached) " >&6
8130else 8161else
8131 case $PERL in 8162 case $PERL in
8132 [\\/]* | ?:[\\/]*) 8163 [\\/]* | ?:[\\/]*)
8133 ac_cv_path_PERL="$PERL" # Let the user override the test with a path. 8164 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
8287 t end 8318 t end
8288 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 8319 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
8289 :end' >>confcache 8320 :end' >>confcache
8290if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 8321if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
8291 if test -w "$cache_file"; then 8322 if test -w "$cache_file"; then
8292 if test "x$cache_file" != "x/dev/null"; then 8323 test "x$cache_file" != "x/dev/null" &&
8293 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 8324 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
8294$as_echo "$as_me: updating cache $cache_file" >&6;} 8325$as_echo "$as_me: updating cache $cache_file" >&6;}
8295 if test ! -f "$cache_file" || test -h "$cache_file"; then
8296 cat confcache >"$cache_file" 8326 cat confcache >$cache_file
8297 else
8298 case $cache_file in #(
8299 */* | ?:*)
8300 mv -f confcache "$cache_file"$$ &&
8301 mv -f "$cache_file"$$ "$cache_file" ;; #(
8302 *)
8303 mv -f confcache "$cache_file" ;;
8304 esac
8305 fi
8306 fi
8307 else 8327 else
8308 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 8328 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
8309$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 8329$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
8310 fi 8330 fi
8311fi 8331fi
8333 8353
8334LTLIBOBJS=$ac_ltlibobjs 8354LTLIBOBJS=$ac_ltlibobjs
8335 8355
8336 8356
8337 8357
8338: "${CONFIG_STATUS=./config.status}" 8358: ${CONFIG_STATUS=./config.status}
8339ac_write_fail=0 8359ac_write_fail=0
8340ac_clean_files_save=$ac_clean_files 8360ac_clean_files_save=$ac_clean_files
8341ac_clean_files="$ac_clean_files $CONFIG_STATUS" 8361ac_clean_files="$ac_clean_files $CONFIG_STATUS"
8342{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 8362{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
8343$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 8363$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
8434# (If _AS_PATH_WALK were called with IFS unset, it would disable word 8454# (If _AS_PATH_WALK were called with IFS unset, it would disable word
8435# splitting by setting IFS to empty value.) 8455# splitting by setting IFS to empty value.)
8436IFS=" "" $as_nl" 8456IFS=" "" $as_nl"
8437 8457
8438# Find who we are. Look in the path if we contain no directory separator. 8458# Find who we are. Look in the path if we contain no directory separator.
8439as_myself=
8440case $0 in #(( 8459case $0 in #((
8441 *[\\/]* ) as_myself=$0 ;; 8460 *[\\/]* ) as_myself=$0 ;;
8442 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8461 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8443for as_dir in $PATH 8462for as_dir in $PATH
8444do 8463do
8742# Save the log message, to keep $0 and so on meaningful, and to 8761# Save the log message, to keep $0 and so on meaningful, and to
8743# report actual input values of CONFIG_FILES etc. instead of their 8762# report actual input values of CONFIG_FILES etc. instead of their
8744# values after options handling. 8763# values after options handling.
8745ac_log=" 8764ac_log="
8746This file was extended by $as_me, which was 8765This file was extended by $as_me, which was
8747generated by GNU Autoconf 2.68. Invocation command line was 8766generated by GNU Autoconf 2.67. Invocation command line was
8748 8767
8749 CONFIG_FILES = $CONFIG_FILES 8768 CONFIG_FILES = $CONFIG_FILES
8750 CONFIG_HEADERS = $CONFIG_HEADERS 8769 CONFIG_HEADERS = $CONFIG_HEADERS
8751 CONFIG_LINKS = $CONFIG_LINKS 8770 CONFIG_LINKS = $CONFIG_LINKS
8752 CONFIG_COMMANDS = $CONFIG_COMMANDS 8771 CONFIG_COMMANDS = $CONFIG_COMMANDS
8804_ACEOF 8823_ACEOF
8805cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8824cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8806ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 8825ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
8807ac_cs_version="\\ 8826ac_cs_version="\\
8808config.status 8827config.status
8809configured by $0, generated by GNU Autoconf 2.68, 8828configured by $0, generated by GNU Autoconf 2.67,
8810 with options \\"\$ac_cs_config\\" 8829 with options \\"\$ac_cs_config\\"
8811 8830
8812Copyright (C) 2010 Free Software Foundation, Inc. 8831Copyright (C) 2010 Free Software Foundation, Inc.
8813This config.status script is free software; the Free Software Foundation 8832This config.status script is free software; the Free Software Foundation
8814gives unlimited permission to copy, distribute and modify it." 8833gives unlimited permission to copy, distribute and modify it."
8930 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;; 8949 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;;
8931 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 8950 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
8932 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 8951 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
8933 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 8952 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
8934 8953
8935 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 8954 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
8936 esac 8955 esac
8937done 8956done
8938 8957
8939 8958
8940# If the user did not use the arguments to specify the items to instantiate, 8959# If the user did not use the arguments to specify the items to instantiate,
8952# Hook for its removal unless debugging. 8971# Hook for its removal unless debugging.
8953# Note that there is a small window in which the directory will not be cleaned: 8972# Note that there is a small window in which the directory will not be cleaned:
8954# after its creation but before its name has been assigned to `$tmp'. 8973# after its creation but before its name has been assigned to `$tmp'.
8955$debug || 8974$debug ||
8956{ 8975{
8957 tmp= ac_tmp= 8976 tmp=
8958 trap 'exit_status=$? 8977 trap 'exit_status=$?
8959 : "${ac_tmp:=$tmp}"
8960 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status 8978 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
8961' 0 8979' 0
8962 trap 'as_fn_exit 1' 1 2 13 15 8980 trap 'as_fn_exit 1' 1 2 13 15
8963} 8981}
8964# Create a (secure) tmp directory for tmp files. 8982# Create a (secure) tmp directory for tmp files.
8965 8983
8966{ 8984{
8967 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 8985 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
8968 test -d "$tmp" 8986 test -n "$tmp" && test -d "$tmp"
8969} || 8987} ||
8970{ 8988{
8971 tmp=./conf$$-$RANDOM 8989 tmp=./conf$$-$RANDOM
8972 (umask 077 && mkdir "$tmp") 8990 (umask 077 && mkdir "$tmp")
8973} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 8991} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
8974ac_tmp=$tmp
8975 8992
8976# Set up the scripts for CONFIG_FILES section. 8993# Set up the scripts for CONFIG_FILES section.
8977# No need to generate them if there are no CONFIG_FILES. 8994# No need to generate them if there are no CONFIG_FILES.
8978# This happens for instance with `./config.status config.h'. 8995# This happens for instance with `./config.status config.h'.
8979if test -n "$CONFIG_FILES"; then 8996if test -n "$CONFIG_FILES"; then
8991 ac_cs_awk_cr='\\r' 9008 ac_cs_awk_cr='\\r'
8992else 9009else
8993 ac_cs_awk_cr=$ac_cr 9010 ac_cs_awk_cr=$ac_cr
8994fi 9011fi
8995 9012
8996echo 'BEGIN {' >"$ac_tmp/subs1.awk" && 9013echo 'BEGIN {' >"$tmp/subs1.awk" &&
8997_ACEOF 9014_ACEOF
8998 9015
8999 9016
9000{ 9017{
9001 echo "cat >conf$$subs.awk <<_ACEOF" && 9018 echo "cat >conf$$subs.awk <<_ACEOF" &&
9019 fi 9036 fi
9020done 9037done
9021rm -f conf$$subs.sh 9038rm -f conf$$subs.sh
9022 9039
9023cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 9040cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9024cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && 9041cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
9025_ACEOF 9042_ACEOF
9026sed -n ' 9043sed -n '
9027h 9044h
9028s/^/S["/; s/!.*/"]=/ 9045s/^/S["/; s/!.*/"]=/
9029p 9046p
9067} 9084}
9068' >>$CONFIG_STATUS || ac_write_fail=1 9085' >>$CONFIG_STATUS || ac_write_fail=1
9069rm -f conf$$subs.awk 9086rm -f conf$$subs.awk
9070cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 9087cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9071_ACAWK 9088_ACAWK
9072cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && 9089cat >>"\$tmp/subs1.awk" <<_ACAWK &&
9073 for (key in S) S_is_set[key] = 1 9090 for (key in S) S_is_set[key] = 1
9074 FS = "" 9091 FS = ""
9075 9092
9076} 9093}
9077{ 9094{
9099cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 9116cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9100if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 9117if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
9101 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 9118 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
9102else 9119else
9103 cat 9120 cat
9104fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ 9121fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
9105 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 9122 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
9106_ACEOF 9123_ACEOF
9107 9124
9108# VPATH may cause trouble with some makes, so we remove sole $(srcdir), 9125# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
9109# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and 9126# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
9133 9150
9134# Set up the scripts for CONFIG_HEADERS section. 9151# Set up the scripts for CONFIG_HEADERS section.
9135# No need to generate them if there are no CONFIG_HEADERS. 9152# No need to generate them if there are no CONFIG_HEADERS.
9136# This happens for instance with `./config.status Makefile'. 9153# This happens for instance with `./config.status Makefile'.
9137if test -n "$CONFIG_HEADERS"; then 9154if test -n "$CONFIG_HEADERS"; then
9138cat >"$ac_tmp/defines.awk" <<\_ACAWK || 9155cat >"$tmp/defines.awk" <<\_ACAWK ||
9139BEGIN { 9156BEGIN {
9140_ACEOF 9157_ACEOF
9141 9158
9142# Transform confdefs.h into an awk script `defines.awk', embedded as 9159# Transform confdefs.h into an awk script `defines.awk', embedded as
9143# here-document in config.status, that substitutes the proper values into 9160# here-document in config.status, that substitutes the proper values into
9145 9162
9146# Create a delimiter string that does not exist in confdefs.h, to ease 9163# Create a delimiter string that does not exist in confdefs.h, to ease
9147# handling of long lines. 9164# handling of long lines.
9148ac_delim='%!_!# ' 9165ac_delim='%!_!# '
9149for ac_last_try in false false :; do 9166for ac_last_try in false false :; do
9150 ac_tt=`sed -n "/$ac_delim/p" confdefs.h` 9167 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
9151 if test -z "$ac_tt"; then 9168 if test -z "$ac_t"; then
9152 break 9169 break
9153 elif $ac_last_try; then 9170 elif $ac_last_try; then
9154 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 9171 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
9155 else 9172 else
9156 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 9173 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
9247 case $ac_tag in 9264 case $ac_tag in
9248 :[FHLC]) ac_mode=$ac_tag; continue;; 9265 :[FHLC]) ac_mode=$ac_tag; continue;;
9249 esac 9266 esac
9250 case $ac_mode$ac_tag in 9267 case $ac_mode$ac_tag in
9251 :[FHL]*:*);; 9268 :[FHL]*:*);;
9252 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; 9269 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
9253 :[FH]-) ac_tag=-:-;; 9270 :[FH]-) ac_tag=-:-;;
9254 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 9271 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
9255 esac 9272 esac
9256 ac_save_IFS=$IFS 9273 ac_save_IFS=$IFS
9257 IFS=: 9274 IFS=:
9266 :[FH]) 9283 :[FH])
9267 ac_file_inputs= 9284 ac_file_inputs=
9268 for ac_f 9285 for ac_f
9269 do 9286 do
9270 case $ac_f in 9287 case $ac_f in
9271 -) ac_f="$ac_tmp/stdin";; 9288 -) ac_f="$tmp/stdin";;
9272 *) # Look for the file first in the build tree, then in the source tree 9289 *) # Look for the file first in the build tree, then in the source tree
9273 # (if the path is not absolute). The absolute path cannot be DOS-style, 9290 # (if the path is not absolute). The absolute path cannot be DOS-style,
9274 # because $ac_f cannot contain `:'. 9291 # because $ac_f cannot contain `:'.
9275 test -f "$ac_f" || 9292 test -f "$ac_f" ||
9276 case $ac_f in 9293 case $ac_f in
9277 [\\/$]*) false;; 9294 [\\/$]*) false;;
9278 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 9295 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
9279 esac || 9296 esac ||
9280 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; 9297 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
9281 esac 9298 esac
9282 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 9299 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
9283 as_fn_append ac_file_inputs " '$ac_f'" 9300 as_fn_append ac_file_inputs " '$ac_f'"
9284 done 9301 done
9285 9302
9301 sed 's/[\\\\&|]/\\\\&/g'`;; #( 9318 sed 's/[\\\\&|]/\\\\&/g'`;; #(
9302 *) ac_sed_conf_input=$configure_input;; 9319 *) ac_sed_conf_input=$configure_input;;
9303 esac 9320 esac
9304 9321
9305 case $ac_tag in 9322 case $ac_tag in
9306 *:-:* | *:-) cat >"$ac_tmp/stdin" \ 9323 *:-:* | *:-) cat >"$tmp/stdin" \
9307 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 9324 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
9308 esac 9325 esac
9309 ;; 9326 ;;
9310 esac 9327 esac
9311 9328
9312 ac_dir=`$as_dirname -- "$ac_file" || 9329 ac_dir=`$as_dirname -- "$ac_file" ||
9432s&@abs_builddir@&$ac_abs_builddir&;t t 9449s&@abs_builddir@&$ac_abs_builddir&;t t
9433s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 9450s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
9434s&@INSTALL@&$ac_INSTALL&;t t 9451s&@INSTALL@&$ac_INSTALL&;t t
9435$ac_datarootdir_hack 9452$ac_datarootdir_hack
9436" 9453"
9437eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ 9454eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
9438 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9455 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9439 9456
9440test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 9457test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
9441 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 9458 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
9442 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 9459 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
9443 "$ac_tmp/out"`; test -z "$ac_out"; } &&
9444 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 9460 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
9445which seems to be undefined. Please make sure it is defined" >&5 9461which seems to be undefined. Please make sure it is defined" >&5
9446$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 9462$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
9447which seems to be undefined. Please make sure it is defined" >&2;} 9463which seems to be undefined. Please make sure it is defined" >&2;}
9448 9464
9449 rm -f "$ac_tmp/stdin" 9465 rm -f "$tmp/stdin"
9450 case $ac_file in 9466 case $ac_file in
9451 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; 9467 -) cat "$tmp/out" && rm -f "$tmp/out";;
9452 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; 9468 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
9453 esac \ 9469 esac \
9454 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9470 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9455 ;; 9471 ;;
9456 :H) 9472 :H)
9457 # 9473 #
9458 # CONFIG_HEADER 9474 # CONFIG_HEADER
9459 # 9475 #
9460 if test x"$ac_file" != x-; then 9476 if test x"$ac_file" != x-; then
9461 { 9477 {
9462 $as_echo "/* $configure_input */" \ 9478 $as_echo "/* $configure_input */" \
9463 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" 9479 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
9464 } >"$ac_tmp/config.h" \ 9480 } >"$tmp/config.h" \
9465 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9481 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9466 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then 9482 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
9467 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 9483 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
9468$as_echo "$as_me: $ac_file is unchanged" >&6;} 9484$as_echo "$as_me: $ac_file is unchanged" >&6;}
9469 else 9485 else
9470 rm -f "$ac_file" 9486 rm -f "$ac_file"
9471 mv "$ac_tmp/config.h" "$ac_file" \ 9487 mv "$tmp/config.h" "$ac_file" \
9472 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9488 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9473 fi 9489 fi
9474 else 9490 else
9475 $as_echo "/* $configure_input */" \ 9491 $as_echo "/* $configure_input */" \
9476 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ 9492 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
9477 || as_fn_error $? "could not create -" "$LINENO" 5 9493 || as_fn_error $? "could not create -" "$LINENO" 5
9478 fi 9494 fi
9479 ;; 9495 ;;
9480 9496
9481 9497

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines