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

Comparing rxvt-unicode/configure.ac (file contents):
Revision 1.92 by ayin, Tue Dec 11 08:54:07 2007 UTC vs.
Revision 1.95 by ayin, Tue Dec 11 11:39:06 2007 UTC

480 assert.h \ 480 assert.h \
481 fcntl.h \ 481 fcntl.h \
482 stdarg.h \ 482 stdarg.h \
483 stdlib.h \ 483 stdlib.h \
484 string.h \ 484 string.h \
485 termios.h \
486 unistd.h \ 485 unistd.h \
487 sys/byteorder.h \ 486 sys/byteorder.h \
488 sys/ioctl.h \ 487 sys/ioctl.h \
489 sys/select.h \ 488 sys/select.h \
490 sys/sockio.h \ 489 sys/sockio.h \
491 sys/strredir.h \ 490 sys/strredir.h \
492 sys/time.h \ 491 sys/time.h \
492 time.h \
493 stdint.h \ 493 stdint.h \
494 wchar.h \ 494 wchar.h \
495 cwchar \ 495 cwchar \
496 clocale \ 496 clocale \
497) 497)
498 498
499dnl# check to allow both <termios.h> and <sys/ioctl.h> 499dnl# check to allow both <termios.h> and <sys/ioctl.h>
500AC_CACHE_CHECK(whether termios.h and sys/ioctl.h may both be included, rxvt_cv_header_sysioctl, 500AC_CACHE_CHECK(whether termios.h and sys/ioctl.h may both be included, rxvt_cv_header_sysioctl,
501[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <stdio.h> 501[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <stdio.h>
502#include <sys/ioctl.h> 502#include <sys/ioctl.h>
503#ifdef HAVE_TERMIOS_H
504#include <termios.h> 503#include <termios.h>
505#endif]], [[int a = ECHO;]])],[rxvt_cv_header_sysioctl=yes],[rxvt_cv_header_sysioctl=no])]) 504]], [[int a = ECHO;]])],[rxvt_cv_header_sysioctl=yes],[rxvt_cv_header_sysioctl=no])])
506 505
507AC_CACHE_CHECK([for XPointer], rxvt_cv_xpointer, 506AC_CACHE_CHECK([for XPointer], rxvt_cv_xpointer,
508[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <X11/Xlib.h>]], [[XPointer dummy;]])],[rxvt_cv_xpointer=yes],[rxvt_cv_xpointer=no])]) 507[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <X11/Xlib.h>]], [[XPointer dummy;]])],[rxvt_cv_xpointer=yes],[rxvt_cv_xpointer=no])])
509if test x$rxvt_cv_xpointer = xyes; then 508if test x$rxvt_cv_xpointer = xyes; then
510 AC_DEFINE(HAVE_XPOINTER, 1, Define if you have XPointer typedef) 509 AC_DEFINE(HAVE_XPOINTER, 1, Define if you have XPointer typedef)
589AC_SUBST(rxvt_uint32_typedef) 588AC_SUBST(rxvt_uint32_typedef)
590dnl RXVT_CHECK_SIZE(rxvt_cv_int64_t, int64_t, 8, , long long, rxvt_int64_typedef) 589dnl RXVT_CHECK_SIZE(rxvt_cv_int64_t, int64_t, 8, , long long, rxvt_int64_typedef)
591dnl AC_SUBST(rxvt_int64_typedef) 590dnl AC_SUBST(rxvt_int64_typedef)
592dnl RXVT_CHECK_SIZE(rxvt_cv_uint64_t, uint64_t, 8, unsigned, long long, rxvt_uint64_typedef) 591dnl RXVT_CHECK_SIZE(rxvt_cv_uint64_t, uint64_t, 8, unsigned, long long, rxvt_uint64_typedef)
593dnl AC_SUBST(rxvt_uint64_typedef) 592dnl AC_SUBST(rxvt_uint64_typedef)
594dnl#
595dnl# Now look for another we use
596dnl#
597if test "$ac_cv_sizeof_int_p" -eq 8; then
598 rxvt_intp_define="#define intp_t int64_t"
599 rxvt_u_intp_define="#define u_intp_t u_int64_t"
600else
601 if test "$ac_cv_sizeof_int_p" -eq 4; then
602 rxvt_intp_define="#define intp_t int32_t"
603 rxvt_u_intp_define="#define u_intp_t u_int32_t"
604 else
605 if test "$ac_cv_sizeof_int_p" -eq 2; then
606 rxvt_intp_define="#define intp_t int16_t"
607 rxvt_u_intp_define="#define u_intp_t u_int16_t"
608 else
609 rxvt_intp_define="#error set intp_t"
610 rxvt_u_intp_define="#error set u_intp_t"
611 fi
612 fi
613fi
614AC_SUBST(rxvt_intp_define)
615AC_SUBST(rxvt_u_intp_define)
616 593
617dnl# -------------------------------------------------------------------------- 594dnl# --------------------------------------------------------------------------
618dnl# CHECKING FOR LIBRARY FUNCTIONS 595dnl# CHECKING FOR LIBRARY FUNCTIONS
619dnl# -------------------------------------------------------------------------- 596dnl# --------------------------------------------------------------------------
620AC_CHECK_FUNCS(unsetenv) 597AC_CHECK_FUNCS(unsetenv)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines