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

Comparing rxvt-unicode/autoconf/configure.in (file contents):
Revision 1.75 by ayin, Mon Jan 16 15:36:55 2006 UTC vs.
Revision 1.76 by ayin, Mon Jan 16 16:38:47 2006 UTC

1427AC_SUBST(DLIB) 1427AC_SUBST(DLIB)
1428AC_SUBST(LIBS) 1428AC_SUBST(LIBS)
1429AC_SUBST(X_LIBS) 1429AC_SUBST(X_LIBS)
1430AC_SUBST(X_EXTRA_LIBS) 1430AC_SUBST(X_EXTRA_LIBS)
1431 1431
1432dnl# common parts of the Makefile
1433MCOMMON=./autoconf/Make.common
1434AC_SUBST_FILE(MCOMMON)
1435
1436AC_ARG_PROGRAM 1432AC_ARG_PROGRAM
1437 1433
1438dnl# test for "sun" or "__sun__" before include sys_ioctl 1434dnl# test for "sun" or "__sun__" before include sys_ioctl
1439 1435
1440dnl# revert HAVE_BLAH_H into a "#include <blah.h>" 1436dnl# revert HAVE_BLAH_H into a "#include <blah.h>"
1458RXVT_DEFINE_TO_INCLUDE(include_sys_select_h, sys/select.h, ac_cv_header_sys_select_h, yes, notset, dontmatch) 1454RXVT_DEFINE_TO_INCLUDE(include_sys_select_h, sys/select.h, ac_cv_header_sys_select_h, yes, notset, dontmatch)
1459RXVT_DEFINE_TO_INCLUDE(include_sys_strredir_h, sys/strredir.h, ac_cv_header_sys_strredir_h, yes, notset, dontmatch) 1455RXVT_DEFINE_TO_INCLUDE(include_sys_strredir_h, sys/strredir.h, ac_cv_header_sys_strredir_h, yes, notset, dontmatch)
1460RXVT_DEFINE_TO_INCLUDE(include_sys_time_h, sys/time.h, ac_cv_header_sys_time_h, yes, notset, dontmatch) 1456RXVT_DEFINE_TO_INCLUDE(include_sys_time_h, sys/time.h, ac_cv_header_sys_time_h, yes, notset, dontmatch)
1461RXVT_DEFINE_TO_INCLUDE(include_time_h, time.h, ac_cv_header_sys_time_h, no, ac_cv_header_time, yes) 1457RXVT_DEFINE_TO_INCLUDE(include_time_h, time.h, ac_cv_header_sys_time_h, no, ac_cv_header_time, yes)
1462 1458
1463AC_CONFIG_FILES([autoconf/Make.common \ 1459AC_CONFIG_FILES([Makefile \
1464Makefile \
1465doc/Makefile \ 1460doc/Makefile \
1466src/Makefile \ 1461src/Makefile \
1467src/rxvtlib.h \ 1462src/rxvtlib.h \
1468]) 1463])
1469AC_OUTPUT 1464AC_OUTPUT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines