From: Ben Elliston Date: Thu, 25 Feb 1999 18:38:19 +0000 (+0000) Subject: 1999-02-26 Ben Elliston X-Git-Tag: experimental-branchpoint~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b64a0e7e33d1dcfe064393de3275ccd1a17882d3;p=thirdparty%2Fautoconf.git 1999-02-26 Ben Elliston * install-sh: Avoid trailing whitespace. * autoscan.pl (parse_args): Make compatible with Perl version 4. 1999-02-24 Ben Elliston * config.guess: Detect LynxOS 3.x. Contributed by Giuseppe Guerrini . 1999-02-10 Tom Tromey * acgeneral.m4 (AC_CACHE_LOAD): Avoid sourcing special files. Works around bug in some versions of bash. --- diff --git a/ChangeLog b/ChangeLog index 8f4d5575..fc11ce7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,20 @@ +1999-02-26 Ben Elliston + + * install-sh: Avoid trailing whitespace. + + * autoscan.pl (parse_args): Make compatible with Perl version 4. + +1999-02-24 Ben Elliston + + * config.guess: Detect LynxOS 3.x. Contributed by Giuseppe + Guerrini . + 1999-02-23 Ben Elliston * config.guess: Detect ReliantUNIX on MIPS. Contributed by Andrej Borsenkow . Also remove random trailing whitespace. - + 1999-02-22 Ben Elliston * autoconf.texi (System Services): Explain the semantics of the @@ -26,7 +37,7 @@ 1999-02-19 Ben Elliston * config.guess: Make C code clean for C++ compilers. Contributed - by Markus Oberhumer . + by Markus Oberhumer . 1999-02-19 Ben Elliston @@ -48,6 +59,11 @@ * standards.texi: Update from FSF. +1999-02-10 Tom Tromey + + * acgeneral.m4 (AC_CACHE_LOAD): Avoid sourcing special files. + Works around bug in some versions of bash. + 1999-02-02 Pavel Roskin * autoconf.texi: Corrected definitions for AC_CONFIG_AUX_DIR and