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.12 by ayin, Fri Jan 20 18:04:17 2006 UTC vs.
Revision 1.13 by ayin, Fri Jan 20 23:53:21 2006 UTC

626dnl AC_CHECK_SIZEOF(long, 4) 626dnl AC_CHECK_SIZEOF(long, 4)
627AC_CHECK_SIZEOF(long long, 8) 627AC_CHECK_SIZEOF(long long, 8)
628AC_CHECK_SIZEOF(int *, 4) 628AC_CHECK_SIZEOF(int *, 4)
629 629
630dnl# see usage below 630dnl# see usage below
631AC_DEFUN(RXVT_CHECK_SIZE, 631AC_DEFUN([RXVT_CHECK_SIZE],
632 [AC_CACHE_CHECK([for $2], $1, 632 [AC_CACHE_CHECK([for $2], $1,
633 [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <stdint.h>]], [[$2 dummy;]])],[$1=yes],[dnl 633 [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <stdint.h>]], [[$2 dummy;]])],[$1=yes],[dnl
634if test "$ac_cv_sizeof_char" -ge $3; then 634if test "$ac_cv_sizeof_char" -ge $3; then
635 $1="$4 char" 635 $1="$4 char"
636else 636else
1423AC_ARG_PROGRAM 1423AC_ARG_PROGRAM
1424 1424
1425dnl# test for "sun" or "__sun__" before include sys_ioctl 1425dnl# test for "sun" or "__sun__" before include sys_ioctl
1426 1426
1427dnl# revert HAVE_BLAH_H into a "#include <blah.h>" 1427dnl# revert HAVE_BLAH_H into a "#include <blah.h>"
1428AC_DEFUN(RXVT_DEFINE_TO_INCLUDE, dnl 1428AC_DEFUN([RXVT_DEFINE_TO_INCLUDE], dnl
1429[if test "$$3" = "$4" -o "$$5" = "$6"; then 1429[if test "$$3" = "$4" -o "$$5" = "$6"; then
1430 $1="#include <$2>" 1430 $1="#include <$2>"
1431else 1431else
1432 $1="/* #include <$2> */" 1432 $1="/* #include <$2> */"
1433fi dnl 1433fi dnl

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines