rc

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

commit ab8b28809aaba9a130337214320a5f59e0898db9
parent 270cc5707a6ca6715fc6e3b1b094a46b4c4db91f
Author: tgoodwin <tgoodwin>
Date:   Mon, 27 Jul 1998 09:44:05 +0000

use RC_FUNC_SETPGRP

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

diff --git a/configure.ac b/configure.ac @@ -1,12 +1,12 @@ AC_INIT(rc.h) dnl Automake stuff. -AM_INIT_AUTOMAKE(rc, 1.5s19980723) +AM_INIT_AUTOMAKE(rc, 1.5s19980724) AM_CONFIG_HEADER(config.h) AC_ARG_PROGRAM -AC_DEFINE(RELDATE, "1998-07-23") +AC_DEFINE(RELDATE, "1998-07-24") dnl If we're using gcc, specify `-Wall'. I've also checked the code dnl with `-pedantic -W -Wall -Wpointer-arith -Wstrict-prototypes @@ -51,7 +51,7 @@ yes) AC_DEFINE(HAVE_SIGSETJMP) ;; esac -AC_FUNC_SETPGRP +RC_FUNC_SETPGRP dnl HPUX needs _KERNEL defined to pick up RLIMIT_foo defines. (Why?)