rc

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

commit c87f03356634c5e15c8fe2d24eec3d873281c02d
parent 4d3d6ae415d565b58f3edc1eca08ad049c08f685
Author: tgoodwin <tgoodwin>
Date:   Tue, 20 Oct 1998 16:28:56 +0000

1.5b4, 1998-10-20

Diffstat:
Mconfigure.ac | 4++--
1 file changed, 2 insertions(+), 2 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.5s19980727) +AM_INIT_AUTOMAKE(rc, 1.5b4) AM_CONFIG_HEADER(config.h) AC_ARG_PROGRAM -AC_DEFINE(RELDATE, "1998-07-27") +AC_DEFINE(RELDATE, "1998-10-20") dnl If we're using gcc, specify `-Wall'. I've also checked the code dnl with `-pedantic -W -Wall -Wpointer-arith -Wstrict-prototypes