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

Comparing rxvt-unicode/configure (file contents):
Revision 1.150 by root, Sun Dec 18 02:23:11 2011 UTC vs.
Revision 1.153 by root, Sat Jan 21 12:44:11 2012 UTC

617CXXCPP 617CXXCPP
618RXVTNAME 618RXVTNAME
619LINKER 619LINKER
620EGREP 620EGREP
621GREP 621GREP
622CPP
622INSTALL_DATA 623INSTALL_DATA
623INSTALL_SCRIPT 624INSTALL_SCRIPT
624INSTALL_PROGRAM 625INSTALL_PROGRAM
625CPP
626ac_ct_CXX 626ac_ct_CXX
627CXXFLAGS 627CXXFLAGS
628CXX 628CXX
629OBJEXT 629OBJEXT
630EXEEXT 630EXEEXT
2738IFS=$ac_save_IFS 2738IFS=$ac_save_IFS
2739case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac 2739case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2740 2740
2741 2741
2742 2742
2743VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 2743VERSION=`sed -n -e 's/^.* VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
2744DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 2744DATE=`sed -n -e 's/^.* DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
2745 2745
2746echo "" 2746echo ""
2747echo "configuring for rxvt $VERSION" 2747echo "configuring for rxvt $VERSION"
2748echo "" 2748echo ""
2749 2749
3788 CXXFLAGS="-O2" 3788 CXXFLAGS="-O2"
3789 else 3789 else
3790 CXXFLAGS= 3790 CXXFLAGS=
3791 fi 3791 fi
3792fi 3792fi
3793ac_ext=c
3794ac_cpp='$CPP $CPPFLAGS'
3795ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3796ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3797ac_compiler_gnu=$ac_cv_c_compiler_gnu
3798
3799ac_ext=c
3800ac_cpp='$CPP $CPPFLAGS'
3801ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3802ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3803ac_compiler_gnu=$ac_cv_c_compiler_gnu
3804{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3805$as_echo_n "checking how to run the C preprocessor... " >&6; }
3806# On Suns, sometimes $CPP names a directory.
3807if test -n "$CPP" && test -d "$CPP"; then
3808 CPP=
3809fi
3810if test -z "$CPP"; then
3811 if test "${ac_cv_prog_CPP+set}" = set; then :
3812 $as_echo_n "(cached) " >&6
3813else
3814 # Double quotes because CPP needs to be expanded
3815 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3816 do
3817 ac_preproc_ok=false
3818for ac_c_preproc_warn_flag in '' yes
3819do
3820 # Use a header file that comes with gcc, so configuring glibc
3821 # with a fresh cross-compiler works.
3822 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3823 # <limits.h> exists even on freestanding compilers.
3824 # On the NeXT, cc -E runs the code through the compiler's parser,
3825 # not just through cpp. "Syntax error" is here to catch this case.
3826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3827/* end confdefs.h. */
3828#ifdef __STDC__
3829# include <limits.h>
3830#else
3831# include <assert.h>
3832#endif
3833 Syntax error
3834_ACEOF
3835if ac_fn_c_try_cpp "$LINENO"; then :
3836
3837else
3838 # Broken: fails on valid input.
3839continue
3840fi
3841rm -f conftest.err conftest.i conftest.$ac_ext
3842
3843 # OK, works on sane cases. Now check whether nonexistent headers
3844 # can be detected and how.
3845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3846/* end confdefs.h. */
3847#include <ac_nonexistent.h>
3848_ACEOF
3849if ac_fn_c_try_cpp "$LINENO"; then :
3850 # Broken: success on invalid input.
3851continue
3852else
3853 # Passes both tests.
3854ac_preproc_ok=:
3855break
3856fi
3857rm -f conftest.err conftest.i conftest.$ac_ext
3858
3859done
3860# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3861rm -f conftest.i conftest.err conftest.$ac_ext
3862if $ac_preproc_ok; then :
3863 break
3864fi
3865
3866 done
3867 ac_cv_prog_CPP=$CPP
3868
3869fi
3870 CPP=$ac_cv_prog_CPP
3871else
3872 ac_cv_prog_CPP=$CPP
3873fi
3874{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3875$as_echo "$CPP" >&6; }
3876ac_preproc_ok=false
3877for ac_c_preproc_warn_flag in '' yes
3878do
3879 # Use a header file that comes with gcc, so configuring glibc
3880 # with a fresh cross-compiler works.
3881 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3882 # <limits.h> exists even on freestanding compilers.
3883 # On the NeXT, cc -E runs the code through the compiler's parser,
3884 # not just through cpp. "Syntax error" is here to catch this case.
3885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3886/* end confdefs.h. */
3887#ifdef __STDC__
3888# include <limits.h>
3889#else
3890# include <assert.h>
3891#endif
3892 Syntax error
3893_ACEOF
3894if ac_fn_c_try_cpp "$LINENO"; then :
3895
3896else
3897 # Broken: fails on valid input.
3898continue
3899fi
3900rm -f conftest.err conftest.i conftest.$ac_ext
3901
3902 # OK, works on sane cases. Now check whether nonexistent headers
3903 # can be detected and how.
3904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3905/* end confdefs.h. */
3906#include <ac_nonexistent.h>
3907_ACEOF
3908if ac_fn_c_try_cpp "$LINENO"; then :
3909 # Broken: success on invalid input.
3910continue
3911else
3912 # Passes both tests.
3913ac_preproc_ok=:
3914break
3915fi
3916rm -f conftest.err conftest.i conftest.$ac_ext
3917
3918done
3919# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3920rm -f conftest.i conftest.err conftest.$ac_ext
3921if $ac_preproc_ok; then :
3922
3923else
3924 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3925$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3926as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3927See \`config.log' for more details" "$LINENO" 5 ; }
3928fi
3929
3930ac_ext=c 3793ac_ext=c
3931ac_cpp='$CPP $CPPFLAGS' 3794ac_cpp='$CPP $CPPFLAGS'
3932ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3795ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3933ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3796ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3934ac_compiler_gnu=$ac_cv_c_compiler_gnu 3797ac_compiler_gnu=$ac_cv_c_compiler_gnu
4026 3889
4027test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 3890test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4028 3891
4029 3892
4030 3893
3894ac_ext=c
3895ac_cpp='$CPP $CPPFLAGS'
3896ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3897ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3898ac_compiler_gnu=$ac_cv_c_compiler_gnu
3899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3900$as_echo_n "checking how to run the C preprocessor... " >&6; }
3901# On Suns, sometimes $CPP names a directory.
3902if test -n "$CPP" && test -d "$CPP"; then
3903 CPP=
3904fi
3905if test -z "$CPP"; then
3906 if test "${ac_cv_prog_CPP+set}" = set; then :
3907 $as_echo_n "(cached) " >&6
3908else
3909 # Double quotes because CPP needs to be expanded
3910 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3911 do
3912 ac_preproc_ok=false
3913for ac_c_preproc_warn_flag in '' yes
3914do
3915 # Use a header file that comes with gcc, so configuring glibc
3916 # with a fresh cross-compiler works.
3917 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3918 # <limits.h> exists even on freestanding compilers.
3919 # On the NeXT, cc -E runs the code through the compiler's parser,
3920 # not just through cpp. "Syntax error" is here to catch this case.
3921 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3922/* end confdefs.h. */
3923#ifdef __STDC__
3924# include <limits.h>
3925#else
3926# include <assert.h>
3927#endif
3928 Syntax error
3929_ACEOF
3930if ac_fn_c_try_cpp "$LINENO"; then :
3931
3932else
3933 # Broken: fails on valid input.
3934continue
3935fi
3936rm -f conftest.err conftest.i conftest.$ac_ext
3937
3938 # OK, works on sane cases. Now check whether nonexistent headers
3939 # can be detected and how.
3940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3941/* end confdefs.h. */
3942#include <ac_nonexistent.h>
3943_ACEOF
3944if ac_fn_c_try_cpp "$LINENO"; then :
3945 # Broken: success on invalid input.
3946continue
3947else
3948 # Passes both tests.
3949ac_preproc_ok=:
3950break
3951fi
3952rm -f conftest.err conftest.i conftest.$ac_ext
3953
3954done
3955# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3956rm -f conftest.i conftest.err conftest.$ac_ext
3957if $ac_preproc_ok; then :
3958 break
3959fi
3960
3961 done
3962 ac_cv_prog_CPP=$CPP
3963
3964fi
3965 CPP=$ac_cv_prog_CPP
3966else
3967 ac_cv_prog_CPP=$CPP
3968fi
3969{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3970$as_echo "$CPP" >&6; }
3971ac_preproc_ok=false
3972for ac_c_preproc_warn_flag in '' yes
3973do
3974 # Use a header file that comes with gcc, so configuring glibc
3975 # with a fresh cross-compiler works.
3976 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3977 # <limits.h> exists even on freestanding compilers.
3978 # On the NeXT, cc -E runs the code through the compiler's parser,
3979 # not just through cpp. "Syntax error" is here to catch this case.
3980 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3981/* end confdefs.h. */
3982#ifdef __STDC__
3983# include <limits.h>
3984#else
3985# include <assert.h>
3986#endif
3987 Syntax error
3988_ACEOF
3989if ac_fn_c_try_cpp "$LINENO"; then :
3990
3991else
3992 # Broken: fails on valid input.
3993continue
3994fi
3995rm -f conftest.err conftest.i conftest.$ac_ext
3996
3997 # OK, works on sane cases. Now check whether nonexistent headers
3998 # can be detected and how.
3999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4000/* end confdefs.h. */
4001#include <ac_nonexistent.h>
4002_ACEOF
4003if ac_fn_c_try_cpp "$LINENO"; then :
4004 # Broken: success on invalid input.
4005continue
4006else
4007 # Passes both tests.
4008ac_preproc_ok=:
4009break
4010fi
4011rm -f conftest.err conftest.i conftest.$ac_ext
4012
4013done
4014# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4015rm -f conftest.i conftest.err conftest.$ac_ext
4016if $ac_preproc_ok; then :
4017
4018else
4019 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4020$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4021as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4022See \`config.log' for more details" "$LINENO" 5 ; }
4023fi
4024
4025ac_ext=c
4026ac_cpp='$CPP $CPPFLAGS'
4027ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4028ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4029ac_compiler_gnu=$ac_cv_c_compiler_gnu
4030
4031 4031
4032{ $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
4033$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; }
4034if test "${ac_cv_path_GREP+set}" = set; then : 4034if test "${ac_cv_path_GREP+set}" = set; then :
4035 $as_echo_n "(cached) " >&6 4035 $as_echo_n "(cached) " >&6
4412ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 4412ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4413ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4413ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4414ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 4414ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4415 4415
4416 4416
4417LINKER="$CXX"
4417if test x$GCC = xyes && test x$GXX = xyes; then 4418if test x$GCC = xyes && test x$GXX = xyes; then
4418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working libsupc++" >&5 4419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working libsupc++" >&5
4419$as_echo_n "checking for working libsupc++... " >&6; } 4420$as_echo_n "checking for working libsupc++... " >&6; }
4420 save_CXX="$CXX" 4421 save_CXX="$CXX"
4421 save_LIBS="$LIBS" 4422 save_LIBS="$LIBS"
4422 CXX="$CC" 4423 CXX="$CC"
4423 LIBS="$LIBS -lsupc++" 4424 LIBS="$LIBS -lsupc++"
4424 LINKER="$CC"
4425 4425
4426cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4426cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4427/* end confdefs.h. */ 4427/* end confdefs.h. */
4428struct test { }; void f() try { throw new test; } catch (...) { throw; } 4428struct test { }; void f() try { throw new test; } catch (...) { throw; }
4429int 4429int
4435} 4435}
4436_ACEOF 4436_ACEOF
4437if ac_fn_cxx_try_link "$LINENO"; then : 4437if ac_fn_cxx_try_link "$LINENO"; then :
4438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 4438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
4439$as_echo "ok" >&6; } 4439$as_echo "ok" >&6; }
4440 LINKER="$CC"
4440else 4441else
4441 4442
4442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, making everything bigger and slower" >&5 4443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, making everything bigger and slower" >&5
4443$as_echo "no, making everything bigger and slower" >&6; } 4444$as_echo "no, making everything bigger and slower" >&6; }
4444 LIBS="$save_LIBS" 4445 LIBS="$save_LIBS"
4445 LINKER="$save_CXX"
4446 4446
4447 4447
4448fi 4448fi
4449rm -f core conftest.err conftest.$ac_objext \ 4449rm -f core conftest.err conftest.$ac_objext \
4450 conftest$ac_exeext conftest.$ac_ext 4450 conftest$ac_exeext conftest.$ac_ext
4476 else 4476 else
4477 CXXFLAGS="-O" 4477 CXXFLAGS="-O"
4478 fi 4478 fi
4479 CFLAGS="$CXXFLAGS" 4479 CFLAGS="$CXXFLAGS"
4480fi 4480fi
4481
4482case $host in
4483 *-*-solaris* )
4484
4485$as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h
4486
4487 ;;
4488esac
4489 4481
4490{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing setlocale" >&5 4482{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing setlocale" >&5
4491$as_echo_n "checking for library containing setlocale... " >&6; } 4483$as_echo_n "checking for library containing setlocale... " >&6; }
4492if test "${ac_cv_search_setlocale+set}" = set; then : 4484if test "${ac_cv_search_setlocale+set}" = set; then :
4493 $as_echo_n "(cached) " >&6 4485 $as_echo_n "(cached) " >&6
6512 sys/ioctl.h \ 6504 sys/ioctl.h \
6513 sys/sockio.h \ 6505 sys/sockio.h \
6514 sys/strredir.h \ 6506 sys/strredir.h \
6515 stdint.h \ 6507 stdint.h \
6516 wchar.h \ 6508 wchar.h \
6517 cwchar \
6518 6509
6519do : 6510do :
6520 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 6511 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6521ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 6512ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6522if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 6513if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6752 6743
6753fi 6744fi
6754 6745
6755done 6746done
6756 6747
6748
6749case $host in
6750 *-*-solaris*)
6751
6752$as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
6753
6754 ;;
6755esac
6757 6756
6758 6757
6759for ac_header in utmp.h 6758for ac_header in utmp.h
6760do : 6759do :
6761 ac_fn_cxx_check_header_mongrel "$LINENO" "utmp.h" "ac_cv_header_utmp_h" "$ac_includes_default" 6760 ac_fn_cxx_check_header_mongrel "$LINENO" "utmp.h" "ac_cv_header_utmp_h" "$ac_includes_default"
6896$as_echo "#define HAVE_UTMPX_HOST 1" >>confdefs.h 6895$as_echo "#define HAVE_UTMPX_HOST 1" >>confdefs.h
6897 6896
6898fi 6897fi
6899 6898
6900 6899
6901ac_fn_cxx_check_member "$LINENO" "struct utmpx" "ut_session" "ac_cv_member_struct_utmpx_ut_session" "
6902#include <sys/types.h>
6903#include <utmpx.h>
6904
6905"
6906if test "x$ac_cv_member_struct_utmpx_ut_session" = x""yes; then :
6907
6908$as_echo "#define HAVE_UTMPX_SESSION 1" >>confdefs.h
6909
6910fi
6911
6912
6913fi 6900fi
6914 6901
6915done 6902done
6916 6903
6917ac_fn_cxx_check_type "$LINENO" "struct lastlog" "ac_cv_type_struct_lastlog" " 6904ac_fn_cxx_check_type "$LINENO" "struct lastlog" "ac_cv_type_struct_lastlog" "
7041if test "${pt_cv_path_lastlog+set}" = set; then : 7028if test "${pt_cv_path_lastlog+set}" = set; then :
7042 $as_echo_n "(cached) " >&6 7029 $as_echo_n "(cached) " >&6
7043else 7030else
7044 7031
7045if test "$cross_compiling" != yes; then 7032if test "$cross_compiling" != yes; then
7046 for file in "/var/log/lastlog"; do 7033 for file in "/var/log/lastlog" "/var/adm/lastlog"; do
7047 if test -f "$file"; then 7034 if test -f "$file"; then
7048 pt_cv_path_lastlog=$file 7035 pt_cv_path_lastlog=$file
7049 break 7036 break
7050 fi 7037 fi
7051 done 7038 done
7207 7194
7208fi 7195fi
7209LIBS=$save_LIBS 7196LIBS=$save_LIBS
7210CFLAGS=$save_CFLAGS 7197CFLAGS=$save_CFLAGS
7211 7198
7212{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working plain setlocale" >&5
7213$as_echo_n "checking for working plain setlocale... " >&6; }
7214if test "${rxvt_cv_func_setlocale+set}" = set; then :
7215 $as_echo_n "(cached) " >&6
7216else
7217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7218/* end confdefs.h. */
7219#include <clocale>
7220int
7221main ()
7222{
7223setlocale(LC_CTYPE, "");
7224 ;
7225 return 0;
7226}
7227_ACEOF
7228if ac_fn_cxx_try_link "$LINENO"; then :
7229 rxvt_cv_func_setlocale=yes
7230else
7231 rxvt_cv_func_setlocale=no
7232fi
7233rm -f core conftest.err conftest.$ac_objext \
7234 conftest$ac_exeext conftest.$ac_ext
7235fi
7236{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $rxvt_cv_func_setlocale" >&5
7237$as_echo "$rxvt_cv_func_setlocale" >&6; }
7238if test x$rxvt_cv_func_setlocale = xyes; then
7239
7240$as_echo "#define HAVE_SETLOCALE 1" >>confdefs.h
7241
7242fi
7243
7244{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working nl_langinfo" >&5 7199{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working nl_langinfo" >&5
7245$as_echo_n "checking for working nl_langinfo... " >&6; } 7200$as_echo_n "checking for working nl_langinfo... " >&6; }
7246if test "${rxvt_cv_func_nl_langinfo+set}" = set; then : 7201if test "${rxvt_cv_func_nl_langinfo+set}" = set; then :
7247 $as_echo_n "(cached) " >&6 7202 $as_echo_n "(cached) " >&6
7248else 7203else
7272$as_echo "#define HAVE_NL_LANGINFO 1" >>confdefs.h 7227$as_echo "#define HAVE_NL_LANGINFO 1" >>confdefs.h
7273 7228
7274fi 7229fi
7275 7230
7276 7231
7232case $host in
7233 *-*-solaris*)
7234
7235$as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h
7236
7237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing sendmsg" >&5
7238$as_echo_n "checking for library containing sendmsg... " >&6; }
7239if test "${ac_cv_search_sendmsg+set}" = set; then :
7240 $as_echo_n "(cached) " >&6
7241else
7242 ac_func_search_save_LIBS=$LIBS
7243cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7244/* end confdefs.h. */
7245
7246/* Override any GCC internal prototype to avoid an error.
7247 Use char because int might match the return type of a GCC
7248 builtin and then its argument prototype would still apply. */
7249#ifdef __cplusplus
7250extern "C"
7251#endif
7252char sendmsg ();
7253int
7254main ()
7255{
7256return sendmsg ();
7257 ;
7258 return 0;
7259}
7260_ACEOF
7261for ac_lib in '' socket; do
7262 if test -z "$ac_lib"; then
7263 ac_res="none required"
7264 else
7265 ac_res=-l$ac_lib
7266 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7267 fi
7268 if ac_fn_cxx_try_link "$LINENO"; then :
7269 ac_cv_search_sendmsg=$ac_res
7270fi
7271rm -f core conftest.err conftest.$ac_objext \
7272 conftest$ac_exeext
7273 if test "${ac_cv_search_sendmsg+set}" = set; then :
7274 break
7275fi
7276done
7277if test "${ac_cv_search_sendmsg+set}" = set; then :
7278
7279else
7280 ac_cv_search_sendmsg=no
7281fi
7282rm conftest.$ac_ext
7283LIBS=$ac_func_search_save_LIBS
7284fi
7285{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_sendmsg" >&5
7286$as_echo "$ac_cv_search_sendmsg" >&6; }
7287ac_res=$ac_cv_search_sendmsg
7288if test "$ac_res" != no; then :
7289 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7290
7291fi
7292
7293 ;;
7294esac
7295
7277{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for unix-compliant filehandle passing ability" >&5 7296{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for unix-compliant filehandle passing ability" >&5
7278$as_echo_n "checking for unix-compliant filehandle passing ability... " >&6; } 7297$as_echo_n "checking for unix-compliant filehandle passing ability... " >&6; }
7279if test "${pt_cv_can_pass_fds+set}" = set; then : 7298if test "${pt_cv_can_pass_fds+set}" = set; then :
7280 $as_echo_n "(cached) " >&6 7299 $as_echo_n "(cached) " >&6
7281else 7300else
7282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7283/* end confdefs.h. */ 7302/* end confdefs.h. */
7284 7303
7285#include <cstddef> // broken bsds (is that redundant?) need this 7304#include <stddef.h> // broken bsds (is that redundant?) need this
7286#include <sys/types.h> 7305#include <sys/types.h>
7287#include <sys/socket.h> 7306#include <sys/socket.h>
7288#include <sys/uio.h> 7307#include <sys/uio.h>
7289 7308
7290int 7309int
7342for ac_header in \ 7361for ac_header in \
7343 pty.h \ 7362 pty.h \
7344 util.h \ 7363 util.h \
7345 libutil.h \ 7364 libutil.h \
7346 sys/ioctl.h \ 7365 sys/ioctl.h \
7347 sys/stropts.h \
7348 stropts.h \ 7366 stropts.h \
7349 7367
7350do : 7368do :
7351 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 7369 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7352ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 7370ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines