From: ayin Date: Mon, 10 Dec 2007 23:27:49 +0000 (+0000) Subject: Remove invocations of unneeded macros. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=b30bd495b7c5b09f1d267f4dcf10826caab042ba;p=dana%2Furxvt.git Remove invocations of unneeded macros. --- diff --git a/configure.ac b/configure.ac index 1ab373c5..c0c61bc9 100644 --- a/configure.ac +++ b/configure.ac @@ -27,8 +27,6 @@ echo "" orig_CXXFLAGS="$CXXFLAGS" dnl# Checks for programs. -dnl AC_MAKE_SET - AC_PROG_CC AC_PROG_CXX AC_PROG_CPP @@ -484,7 +482,6 @@ fi dnl# -------------------------------------------------------------------------- dnl# CHECKING FOR HEADER FILES dnl# -------------------------------------------------------------------------- -AC_HEADER_SYS_WAIT AC_CHECK_HEADERS( \ assert.h \ fcntl.h \ @@ -505,8 +502,6 @@ AC_CHECK_HEADERS( \ clocale \ ) -AC_HEADER_TIME - dnl# check to allow both and AC_CACHE_CHECK(whether termios.h and sys/ioctl.h may both be included, rxvt_cv_header_sysioctl, [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include @@ -536,11 +531,6 @@ if test x$rxvt_xlib_illegal_access = xyes; then AC_DEFINE(XLIB_ILLEGAL_ACCESS, 1, Define ONLY iff Xlib.h supports it) fi -AC_C_CONST -AC_C_INLINE - -dnl> AC_HEADER_STDC dnl# skip this test, Sun always fails anyhow. - dnl# -------------------------------------------------------------------------- dnl# CHECKING FOR MISSING TYPEDEFS dnl# -------------------------------------------------------------------------- @@ -633,9 +623,6 @@ AC_SUBST(rxvt_u_intp_define) dnl# -------------------------------------------------------------------------- dnl# CHECKING FOR LIBRARY FUNCTIONS dnl# -------------------------------------------------------------------------- -AC_TYPE_SIGNAL -dnl> AC_FUNC_VPRINTF - AC_CHECK_FUNCS(unsetenv) UTMP_CHECK