From: Jim Meyering Date: Mon, 20 Mar 2000 11:16:58 +0000 (+0000) Subject: . X-Git-Tag: autoconf-2.50~1022 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25a01c40c09fefdeaa79c79e1c5221843cae0136;p=thirdparty%2Fautoconf.git . --- diff --git a/ChangeLog b/ChangeLog index 84252e3b9..a64f9eb1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2000-03-20 Jim Meyering + * acspecific.m4 (AC_SYS_LONG_FILE_NAMES): Don't test for existence + of $ac_xdir. Not only is `test -e' not portable, but the test isn't + necessary at all; the following mkdir ends up accomplishing the + same goal. Suggestion from Alexandre Oliva. + * acgeneral.m4 (_AC_INIT_PREPARE_ENVIRONMENT) [setting IFS]: Be careful to use space, tab and new line, in precisely that order.