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.101 by ayin, Thu Dec 27 14:21:57 2007 UTC vs.
Revision 1.102 by ayin, Fri Dec 28 14:00:47 2007 UTC

760AC_SUBST(AFTERIMAGE_CFLAGS) 760AC_SUBST(AFTERIMAGE_CFLAGS)
761AC_SUBST(AFTERIMAGE_LIBS) 761AC_SUBST(AFTERIMAGE_LIBS)
762 762
763AC_ARG_PROGRAM 763AC_ARG_PROGRAM
764 764
765dnl# revert HAVE_BLAH_H into a "#include <blah.h>"
766AC_DEFUN([RXVT_DEFINE_TO_INCLUDE], dnl
767[if test "$$3" = "$4" -o "$$5" = "$6"; then
768 $1="#include <$2>"
769else
770 $1="/* #include <$2> */"
771fi dnl
772AC_SUBST($1)])
773
774RXVT_DEFINE_TO_INCLUDE(include_stdint_h, stdint.h, ac_cv_header_stdint_h, yes, notset, dontmatch)
775RXVT_DEFINE_TO_INCLUDE(include_sys_ioctl_h, sys/ioctl.h, ac_cv_header_sys_ioctl_h, yes, notset, dontmatch)
776RXVT_DEFINE_TO_INCLUDE(include_sys_strredir_h, sys/strredir.h, ac_cv_header_sys_strredir_h, yes, notset, dontmatch)
777
778AC_CONFIG_FILES([Makefile \ 765AC_CONFIG_FILES([Makefile \
779doc/Makefile \ 766doc/Makefile \
780src/Makefile \ 767src/Makefile \
781src/rxvtlib.h \
782]) 768])
783AC_OUTPUT 769AC_OUTPUT
784 770
785echo "Configuration: 771echo "Configuration:
786 772

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines