]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
.
authorJim Meyering <meyering@lucent.com>
Mon, 20 Mar 2000 11:16:58 +0000 (11:16 +0000)
committerJim Meyering <meyering@lucent.com>
Mon, 20 Mar 2000 11:16:58 +0000 (11:16 +0000)
ChangeLog

index 84252e3b952dc333703e825047b61ea52c4c5ded..a64f9eb1c67bd5d301b41763e6341670531deca4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2000-03-20  Jim Meyering  <meyering@lucent.com>
 
+       * 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.