rc

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

commit 2e2b6876f964f60d557a37f196a65698f316a16a
parent e31674ab5e74c382894c02450481f303cb3fe39a
Author: tjg <tjg>
Date:   Thu,  6 May 1999 12:54:13 +0000

towards another snapshot

Diffstat:
MChangeLog | 19+++++++++++++++++++
Mconfigure.ac | 4++--
2 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -554,3 +554,22 @@ Changes since rc-1.5b2 improvements. Release: rc-1.5b5. + +1999-02-15 + + Portability: AM_INIT_AUTOMAKE calls AC_ARG_PROGRAM and + AC_PROG_INSTALL. Don't do it explicitly. For once, the configure + script gets smaller! Program name transformations work right now. + + Documentation: note that rc has no `set' builtin; fix weird variable + name example; any character except `=' may be used in a variable name; + document bqstatus; document rc's exit status; other tidying. + +1999-03-01 + + Documentation: document the yacc-imposed limit on ; separated commands + in a line. + +1993-05-06 + + Portability: tgetent() might be in -lncurses instead of -ltermcap. diff --git a/configure.ac b/configure.ac @@ -6,9 +6,9 @@ AC_DEFINE_UNQUOTED(RELDATE, "$RELDATE") dnl Automake stuff. dnl Use this one for snapshots... -dnl AM_INIT_AUTOMAKE(rc, 1.5s`echo $RELDATE |sed 's/-//g'`) +AM_INIT_AUTOMAKE(rc, 1.5s`echo $RELDATE |sed 's/-//g'`) dnl ...and this one for releases -AM_INIT_AUTOMAKE(rc, 1.5b6) +dnl AM_INIT_AUTOMAKE(rc, 1.5b6) AM_CONFIG_HEADER(config.h)