rc

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

commit a859cf1bcdcdf25ba8c48b32c4b781c7476a1699
parent 1790cb5e40f13289ace9273f42ee812d50ce6de6
Author: tjg <tjg>
Date:   Mon, 15 Feb 1999 15:30:10 +0000

  Portability: AM_INIT_AUTOMAKE calls AC_ARG_PROGRAM and
  AC_PROG_INSTALL.  Don't do it explicitly.  For once, the configure
  script gets smaller!

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

diff --git a/configure.ac b/configure.ac @@ -8,13 +8,10 @@ dnl Automake stuff. dnl Use this one for snapshots... dnl AM_INIT_AUTOMAKE(rc, 1.5s`echo $RELDATE |sed 's/-//g'`) dnl ...and this one for releases -AM_INIT_AUTOMAKE(rc, 1.5b5) +AM_INIT_AUTOMAKE(rc, 1.5b6) AM_CONFIG_HEADER(config.h) -dnl Anybody using name transformations? -AC_ARG_PROGRAM - dnl Find a standard C compiler AC_PROG_CC AM_PROG_CC_STDC @@ -28,7 +25,6 @@ yes) CFLAGS="-Wall $CFLAGS" ;; esac AC_PROG_CPP -AC_PROG_INSTALL AC_CHECK_PROGS(LN, ln cp) AC_CHECK_HEADERS(sys/resource.h sys/time.h sys/types.h unistd.h)