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

Comparing rxvt-unicode/configure (file contents):
Revision 1.72 by root, Mon Jan 16 15:39:24 2006 UTC vs.
Revision 1.74 by root, Tue Jan 17 09:07:40 2006 UTC

308#if HAVE_UNISTD_H 308#if HAVE_UNISTD_H
309# include <unistd.h> 309# include <unistd.h>
310#endif" 310#endif"
311 311
312ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os VERSION DATE LSMDATE LIBVERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AWK LINKER CXXCPP EGREP INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED ECHO CMP TBL TIC X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS XPM_CPPFLAGS XPM_CFLAGS XPM_LIBS rxvt_int16_typedef rxvt_uint16_typedef rxvt_int32_typedef rxvt_uint32_typedef rxvt_intp_define rxvt_u_intp_define PERL PERLLIB PERLFLAGS PERLPRIVLIBEXP IF_PERL PERL_O DEBUG DINCLUDE DLIB include_stdint_h include_stdarg_h include_stdlib_h include_unistd_h include_string_h include_fcntl_h include_util_h include_assert_h include_sys_ioctl_h include_sys_select_h include_sys_strredir_h include_sys_time_h include_time_h LIBOBJS LTLIBOBJS' 312ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os VERSION DATE LSMDATE LIBVERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AWK LINKER CXXCPP EGREP INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED ECHO CMP TBL TIC X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS XPM_CPPFLAGS XPM_CFLAGS XPM_LIBS rxvt_int16_typedef rxvt_uint16_typedef rxvt_int32_typedef rxvt_uint32_typedef rxvt_intp_define rxvt_u_intp_define PERL PERLLIB PERLFLAGS PERLPRIVLIBEXP IF_PERL PERL_O DEBUG DINCLUDE DLIB include_stdint_h include_stdarg_h include_stdlib_h include_unistd_h include_string_h include_fcntl_h include_util_h include_assert_h include_sys_ioctl_h include_sys_select_h include_sys_strredir_h include_sys_time_h include_time_h LIBOBJS LTLIBOBJS'
313ac_subst_files='MCOMMON' 313ac_subst_files=''
314 314
315# Initialize some variables set by options. 315# Initialize some variables set by options.
316ac_init_help= 316ac_init_help=
317ac_init_version=false 317ac_init_version=false
318# The variables have the same names as the options, with 318# The variables have the same names as the options, with
10154 10154
10155 10155
10156 10156
10157 10157
10158 10158
10159
10159for ac_func in \ 10160for ac_func in \
10160 atexit \ 10161 atexit \
10161 revoke \ 10162 revoke \
10162 unsetenv \ 10163 unsetenv \
10163 setutent \ 10164 setutent \
10165 setreuid \ 10166 setreuid \
10166 setsid \ 10167 setsid \
10167 setpgrp \ 10168 setpgrp \
10168 setpgid \ 10169 setpgid \
10169 _getpty \ 10170 _getpty \
10171 getpt \
10170 posix_openpt \ 10172 posix_openpt \
10171 grantpt \ 10173 grantpt \
10172 unlockpt \ 10174 unlockpt \
10173 isastream \ 10175 isastream \
10174 on_exit \ 10176 on_exit \
11956#define XIMCB_PROTO_BROKEN 1 11958#define XIMCB_PROTO_BROKEN 1
11957_ACEOF 11959_ACEOF
11958 11960
11959fi 11961fi
11960 11962
11961if test x$ac_cv_func_posix_openpt = xno; then 11963if test x$ac_cv_func_getpt = xno -a x$ac_cv_func_posix_openpt = xno; then
11962 echo "$as_me:$LINENO: checking for openpty" >&5 11964 echo "$as_me:$LINENO: checking for openpty" >&5
11963echo $ECHO_N "checking for openpty... $ECHO_C" >&6 11965echo $ECHO_N "checking for openpty... $ECHO_C" >&6
11964if test "${ac_cv_func_openpty+set}" = set; then 11966if test "${ac_cv_func_openpty+set}" = set; then
11965 echo $ECHO_N "(cached) $ECHO_C" >&6 11967 echo $ECHO_N "(cached) $ECHO_C" >&6
11966else 11968else
12127if test "${rxvt_cv_ptys+set}" = set; then 12129if test "${rxvt_cv_ptys+set}" = set; then
12128 echo $ECHO_N "(cached) $ECHO_C" >&6 12130 echo $ECHO_N "(cached) $ECHO_C" >&6
12129else 12131else
12130 if test x$ac_cv_func_openpty = xyes -o x$ac_cv_lib_util_openpty = xyes; then 12132 if test x$ac_cv_func_openpty = xyes -o x$ac_cv_lib_util_openpty = xyes; then
12131 rxvt_cv_ptys=OPENPTY 12133 rxvt_cv_ptys=OPENPTY
12134 else if test x$ac_cv_func_getpt = xyes; then
12135 rxvt_cv_ptys=GLIBC
12132 else if test x$ac_cv_func_posix_openpt = xyes; then 12136 else if test x$ac_cv_func_posix_openpt = xyes; then
12133 rxvt_cv_ptys=POSIX 12137 rxvt_cv_ptys=POSIX
12134 else if test x$ac_cv_func__getpty = xyes; then 12138 else if test x$ac_cv_func__getpty = xyes; then
12135 rxvt_cv_ptys=SGI4 12139 rxvt_cv_ptys=SGI4
12136 else if test -c /dev/ttyp20; then 12140 else if test -c /dev/ttyp20; then
12154fi 12158fi
12155fi 12159fi
12156fi 12160fi
12157fi 12161fi
12158fi 12162fi
12163fi
12159 12164
12160fi 12165fi
12161echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5 12166echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
12162echo "${ECHO_T}$rxvt_cv_ptys" >&6 12167echo "${ECHO_T}$rxvt_cv_ptys" >&6
12163 12168
12169if test x$rxvt_cv_ptys = xGLIBC; then
12170
12171cat >>confdefs.h <<\_ACEOF
12172#define PTYS_ARE_GETPT 1
12173_ACEOF
12174
12175fi
12164if test x$rxvt_cv_ptys = xPOSIX; then 12176if test x$rxvt_cv_ptys = xPOSIX; then
12165 12177
12166cat >>confdefs.h <<\_ACEOF 12178cat >>confdefs.h <<\_ACEOF
12167#define PTYS_ARE_POSIX 1 12179#define PTYS_ARE_POSIX 1
12168_ACEOF 12180_ACEOF
12903 12915
12904 12916
12905 12917
12906 12918
12907 12919
12908MCOMMON=./autoconf/Make.common
12909
12910
12911test "$program_prefix" != NONE && 12920test "$program_prefix" != NONE &&
12912 program_transform_name="s,^,$program_prefix,;$program_transform_name" 12921 program_transform_name="s,^,$program_prefix,;$program_transform_name"
12913# Use a double $ so make ignores it. 12922# Use a double $ so make ignores it.
12914test "$program_suffix" != NONE && 12923test "$program_suffix" != NONE &&
12915 program_transform_name="s,\$,$program_suffix,;$program_transform_name" 12924 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
12989 include_time_h="#include <time.h>" 12998 include_time_h="#include <time.h>"
12990else 12999else
12991 include_time_h="/* #include <time.h> */" 13000 include_time_h="/* #include <time.h> */"
12992fi 13001fi
12993 13002
12994 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/rxvtlib.h" 13003 ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile src/rxvtlib.h"
12995 13004
12996cat >confcache <<\_ACEOF 13005cat >confcache <<\_ACEOF
12997# This file is a shell script that caches the results of configure 13006# This file is a shell script that caches the results of configure
12998# tests run on this system so they can be shared between configure 13007# tests run on this system so they can be shared between configure
12999# scripts and configure runs, see configure's option --config-cache. 13008# scripts and configure runs, see configure's option --config-cache.
13516cat >>$CONFIG_STATUS <<\_ACEOF 13525cat >>$CONFIG_STATUS <<\_ACEOF
13517for ac_config_target in $ac_config_targets 13526for ac_config_target in $ac_config_targets
13518do 13527do
13519 case "$ac_config_target" in 13528 case "$ac_config_target" in
13520 # Handling of arguments. 13529 # Handling of arguments.
13521 "autoconf/Make.common" ) CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
13522 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 13530 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13523 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 13531 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
13524 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 13532 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
13525 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;; 13533 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
13526 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;; 13534 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;;
13684s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t 13692s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t
13685s,@include_sys_time_h@,$include_sys_time_h,;t t 13693s,@include_sys_time_h@,$include_sys_time_h,;t t
13686s,@include_time_h@,$include_time_h,;t t 13694s,@include_time_h@,$include_time_h,;t t
13687s,@LIBOBJS@,$LIBOBJS,;t t 13695s,@LIBOBJS@,$LIBOBJS,;t t
13688s,@LTLIBOBJS@,$LTLIBOBJS,;t t 13696s,@LTLIBOBJS@,$LTLIBOBJS,;t t
13689/@MCOMMON@/r $MCOMMON
13690s,@MCOMMON@,,;t t
13691CEOF 13697CEOF
13692 13698
13693_ACEOF 13699_ACEOF
13694 13700
13695 cat >>$CONFIG_STATUS <<\_ACEOF 13701 cat >>$CONFIG_STATUS <<\_ACEOF

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines