rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit 40e4ed5563cdf38614c6ba4682bcb3fafdf7e758
parent 1b04184007de5ff9ad66abbf1e44267d71e784c9
Author: tgoodwin <tgoodwin>
Date:   Thu, 16 Jul 1998 10:37:17 +0000

no longer need to find `yacc'

Diffstat:
Mconfigure.ac | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -6,11 +6,12 @@ AM_CONFIG_HEADER(config.h) AC_ARG_PROGRAM -AC_DEFINE(RELDATE, "1998-07-15") +AC_DEFINE(RELDATE, "1998-07-16") dnl If we're using gcc, specify `-Wall'. I've also checked the code dnl with `-pedantic -W -Wall -Wpointer-arith -Wstrict-prototypes -dnl -Wmissing-prototypes', and all the warning generated are harmless. +dnl -Wmissing-prototypes', and checked that all the warnings generated +dnl are harmless. AC_PROG_CC case "$GCC" in yes) CFLAGS="-Wall $CFLAGS" ;; @@ -18,9 +19,11 @@ esac AC_PROG_CPP AC_PROG_INSTALL -AC_PROG_YACC AC_CHECK_PROGS(LN, ln cp) +dnl Don't bother looking for `yacc'. +dnl AC_PROG_YACC + AC_CHECK_HEADERS(sys/resource.h sys/time.h sys/types.h unistd.h) AC_HEADER_DIRENT AC_HEADER_STDC