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

Comparing rxvt-unicode/configure (file contents):
Revision 1.48 by root, Tue Jan 18 01:31:44 2005 UTC vs.
Revision 1.50 by root, Sun Feb 13 08:56:27 2005 UTC

10982 10982
10983 10983
10984 10984
10985 10985
10986 10986
10987
10988
10989
10987for ac_header in \ 10990for ac_header in \
10988 assert.h \ 10991 assert.h \
10989 fcntl.h \ 10992 fcntl.h \
10990 grp.h \ 10993 grp.h \
10991 libc.h \ 10994 libc.h \
11004 sys/time.h \ 11007 sys/time.h \
11005 utmp.h \ 11008 utmp.h \
11006 utmpx.h \ 11009 utmpx.h \
11007 stdint.h \ 11010 stdint.h \
11008 pty.h \ 11011 pty.h \
11012 wchar.h \
11013 cwchar \
11014 clocale \
11009 11015
11010do 11016do
11011as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11017as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11012if eval "test \"\${$as_ac_Header+set}\" = set"; then 11018if eval "test \"\${$as_ac_Header+set}\" = set"; then
11013 echo "$as_me:$LINENO: checking for $ac_header" >&5 11019 echo "$as_me:$LINENO: checking for $ac_header" >&5
13469 rxvt_cv_int16_t=yes 13475 rxvt_cv_int16_t=yes
13470else 13476else
13471 echo "$as_me: failed program was:" >&5 13477 echo "$as_me: failed program was:" >&5
13472sed 's/^/| /' conftest.$ac_ext >&5 13478sed 's/^/| /' conftest.$ac_ext >&5
13473 13479
13474if test $ac_cv_sizeof_char -ge 2; then 13480if test "$ac_cv_sizeof_char" -ge 2; then
13475 rxvt_cv_int16_t=" char" 13481 rxvt_cv_int16_t=" char"
13476else 13482else
13477 if test $ac_cv_sizeof_short -ge 2; then 13483 if test "$ac_cv_sizeof_short" -ge 2; then
13478 rxvt_cv_int16_t=" short" 13484 rxvt_cv_int16_t=" short"
13479 else 13485 else
13480 if test $ac_cv_sizeof_int -ge 2; then 13486 if test "$ac_cv_sizeof_int" -ge 2; then
13481 rxvt_cv_int16_t=" int" 13487 rxvt_cv_int16_t=" int"
13482 else 13488 else
13483 if test $ac_cv_sizeof_long -ge 2; then 13489 if test "$ac_cv_sizeof_long" -ge 2; then
13484 rxvt_cv_int16_t=" long" 13490 rxvt_cv_int16_t=" long"
13485 else 13491 else
13486 if test $ac_cv_sizeof_long_long -ge 2; then 13492 if test "$ac_cv_sizeof_long_long" -ge 2; then
13487 rxvt_cv_int16_t=" long long" 13493 rxvt_cv_int16_t=" long long"
13488 else 13494 else
13489 rxvt_cv_int16_t=" short" # we _must_ have a (possibly wrong) default 13495 rxvt_cv_int16_t=" short" # we _must_ have a (possibly wrong) default
13490 fi 13496 fi
13491 fi 13497 fi
13551 rxvt_cv_uint16_t=yes 13557 rxvt_cv_uint16_t=yes
13552else 13558else
13553 echo "$as_me: failed program was:" >&5 13559 echo "$as_me: failed program was:" >&5
13554sed 's/^/| /' conftest.$ac_ext >&5 13560sed 's/^/| /' conftest.$ac_ext >&5
13555 13561
13556if test $ac_cv_sizeof_char -ge 2; then 13562if test "$ac_cv_sizeof_char" -ge 2; then
13557 rxvt_cv_uint16_t="unsigned char" 13563 rxvt_cv_uint16_t="unsigned char"
13558else 13564else
13559 if test $ac_cv_sizeof_short -ge 2; then 13565 if test "$ac_cv_sizeof_short" -ge 2; then
13560 rxvt_cv_uint16_t="unsigned short" 13566 rxvt_cv_uint16_t="unsigned short"
13561 else 13567 else
13562 if test $ac_cv_sizeof_int -ge 2; then 13568 if test "$ac_cv_sizeof_int" -ge 2; then
13563 rxvt_cv_uint16_t="unsigned int" 13569 rxvt_cv_uint16_t="unsigned int"
13564 else 13570 else
13565 if test $ac_cv_sizeof_long -ge 2; then 13571 if test "$ac_cv_sizeof_long" -ge 2; then
13566 rxvt_cv_uint16_t="unsigned long" 13572 rxvt_cv_uint16_t="unsigned long"
13567 else 13573 else
13568 if test $ac_cv_sizeof_long_long -ge 2; then 13574 if test "$ac_cv_sizeof_long_long" -ge 2; then
13569 rxvt_cv_uint16_t="unsigned long long" 13575 rxvt_cv_uint16_t="unsigned long long"
13570 else 13576 else
13571 rxvt_cv_uint16_t="unsigned short" # we _must_ have a (possibly wrong) default 13577 rxvt_cv_uint16_t="unsigned short" # we _must_ have a (possibly wrong) default
13572 fi 13578 fi
13573 fi 13579 fi
13633 rxvt_cv_int32_t=yes 13639 rxvt_cv_int32_t=yes
13634else 13640else
13635 echo "$as_me: failed program was:" >&5 13641 echo "$as_me: failed program was:" >&5
13636sed 's/^/| /' conftest.$ac_ext >&5 13642sed 's/^/| /' conftest.$ac_ext >&5
13637 13643
13638if test $ac_cv_sizeof_char -ge 4; then 13644if test "$ac_cv_sizeof_char" -ge 4; then
13639 rxvt_cv_int32_t=" char" 13645 rxvt_cv_int32_t=" char"
13640else 13646else
13641 if test $ac_cv_sizeof_short -ge 4; then 13647 if test "$ac_cv_sizeof_short" -ge 4; then
13642 rxvt_cv_int32_t=" short" 13648 rxvt_cv_int32_t=" short"
13643 else 13649 else
13644 if test $ac_cv_sizeof_int -ge 4; then 13650 if test "$ac_cv_sizeof_int" -ge 4; then
13645 rxvt_cv_int32_t=" int" 13651 rxvt_cv_int32_t=" int"
13646 else 13652 else
13647 if test $ac_cv_sizeof_long -ge 4; then 13653 if test "$ac_cv_sizeof_long" -ge 4; then
13648 rxvt_cv_int32_t=" long" 13654 rxvt_cv_int32_t=" long"
13649 else 13655 else
13650 if test $ac_cv_sizeof_long_long -ge 4; then 13656 if test "$ac_cv_sizeof_long_long" -ge 4; then
13651 rxvt_cv_int32_t=" long long" 13657 rxvt_cv_int32_t=" long long"
13652 else 13658 else
13653 rxvt_cv_int32_t=" int" # we _must_ have a (possibly wrong) default 13659 rxvt_cv_int32_t=" int" # we _must_ have a (possibly wrong) default
13654 fi 13660 fi
13655 fi 13661 fi
13715 rxvt_cv_uint32_t=yes 13721 rxvt_cv_uint32_t=yes
13716else 13722else
13717 echo "$as_me: failed program was:" >&5 13723 echo "$as_me: failed program was:" >&5
13718sed 's/^/| /' conftest.$ac_ext >&5 13724sed 's/^/| /' conftest.$ac_ext >&5
13719 13725
13720if test $ac_cv_sizeof_char -ge 4; then 13726if test "$ac_cv_sizeof_char" -ge 4; then
13721 rxvt_cv_uint32_t="unsigned char" 13727 rxvt_cv_uint32_t="unsigned char"
13722else 13728else
13723 if test $ac_cv_sizeof_short -ge 4; then 13729 if test "$ac_cv_sizeof_short" -ge 4; then
13724 rxvt_cv_uint32_t="unsigned short" 13730 rxvt_cv_uint32_t="unsigned short"
13725 else 13731 else
13726 if test $ac_cv_sizeof_int -ge 4; then 13732 if test "$ac_cv_sizeof_int" -ge 4; then
13727 rxvt_cv_uint32_t="unsigned int" 13733 rxvt_cv_uint32_t="unsigned int"
13728 else 13734 else
13729 if test $ac_cv_sizeof_long -ge 4; then 13735 if test "$ac_cv_sizeof_long" -ge 4; then
13730 rxvt_cv_uint32_t="unsigned long" 13736 rxvt_cv_uint32_t="unsigned long"
13731 else 13737 else
13732 if test $ac_cv_sizeof_long_long -ge 4; then 13738 if test "$ac_cv_sizeof_long_long" -ge 4; then
13733 rxvt_cv_uint32_t="unsigned long long" 13739 rxvt_cv_uint32_t="unsigned long long"
13734 else 13740 else
13735 rxvt_cv_uint32_t="unsigned int" # we _must_ have a (possibly wrong) default 13741 rxvt_cv_uint32_t="unsigned int" # we _must_ have a (possibly wrong) default
13736 fi 13742 fi
13737 fi 13743 fi
13751 else 13757 else
13752 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */" 13758 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */"
13753 fi 13759 fi
13754fi 13760fi
13755 13761
13756if test $ac_cv_sizeof_int_p -eq 8; then 13762if test "$ac_cv_sizeof_int_p" -eq 8; then
13757 rxvt_intp_define="#define intp_t int64_t" 13763 rxvt_intp_define="#define intp_t int64_t"
13758 rxvt_u_intp_define="#define u_intp_t u_int64_t" 13764 rxvt_u_intp_define="#define u_intp_t u_int64_t"
13759else 13765else
13760 if test $ac_cv_sizeof_int_p -eq 4; then 13766 if test "$ac_cv_sizeof_int_p" -eq 4; then
13761 rxvt_intp_define="#define intp_t int32_t" 13767 rxvt_intp_define="#define intp_t int32_t"
13762 rxvt_u_intp_define="#define u_intp_t u_int32_t" 13768 rxvt_u_intp_define="#define u_intp_t u_int32_t"
13763 else 13769 else
13764 if test $ac_cv_sizeof_int_p -eq 2; then 13770 if test "$ac_cv_sizeof_int_p" -eq 2; then
13765 rxvt_intp_define="#define intp_t int16_t" 13771 rxvt_intp_define="#define intp_t int16_t"
13766 rxvt_u_intp_define="#define u_intp_t u_int16_t" 13772 rxvt_u_intp_define="#define u_intp_t u_int16_t"
13767 else 13773 else
13768 rxvt_intp_define="#error set intp_t" 13774 rxvt_intp_define="#error set intp_t"
13769 rxvt_u_intp_define="#error set u_intp_t" 13775 rxvt_u_intp_define="#error set u_intp_t"
16300 include_time_h="#include <time.h>" 16306 include_time_h="#include <time.h>"
16301else 16307else
16302 include_time_h="/* #include <time.h> */" 16308 include_time_h="/* #include <time.h> */"
16303fi 16309fi
16304 16310
16305 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/test/Makefile src/rxvtlib.h" 16311 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/rxvtlib.h"
16306 16312
16307cat >confcache <<\_ACEOF 16313cat >confcache <<\_ACEOF
16308# This file is a shell script that caches the results of configure 16314# This file is a shell script that caches the results of configure
16309# tests run on this system so they can be shared between configure 16315# tests run on this system so they can be shared between configure
16310# scripts and configure runs, see configure's option --config-cache. 16316# scripts and configure runs, see configure's option --config-cache.
16831 # Handling of arguments. 16837 # Handling of arguments.
16832 "autoconf/Make.common" ) CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;; 16838 "autoconf/Make.common" ) CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
16833 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 16839 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16834 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 16840 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
16835 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 16841 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
16836 "src/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/test/Makefile" ;;
16837 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;; 16842 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
16838 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;; 16843 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;;
16839 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 16844 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
16840echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 16845echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
16841 { (exit 1); exit 1; }; };; 16846 { (exit 1); exit 1; }; };;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines