]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Update.
authorAkim Demaille <akim@epita.fr>
Sun, 25 Feb 2001 10:47:00 +0000 (10:47 +0000)
committerAkim Demaille <akim@epita.fr>
Sun, 25 Feb 2001 10:47:00 +0000 (10:47 +0000)
BUGS

diff --git a/BUGS b/BUGS
index 75487607fdd84621b267069bddfd733335b1097b..4a6a8a31dc01bb009f7f0ab9f634757de4550bad 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -26,20 +26,3 @@ address them.
 The handling of special characters, most notable backslashes, of
 course, might be nonportable in addition of being of clearly
 specified.
-
-** AC_TRY_EVAL of multi line commands
-
-Is broken.  The problem is mostly that, again, the policy wrt special
-characters is not clearly defined.  Because of this,
-_AC_INIT_PREPARE_FS_SEPARATORS will output undesired messages, but is
-not guilty.
-
-./configure: /home/lrde/prof/akim/src/ace/tests; conftest.sh: Aucun fichier ou rĂ©pertoire de ce type
-
-AC_TRY_COMMAND is.
-
-** AC_CHECK_PROG
-
-and all the macros that use it, are paying the change for test -f to
-test -x to determine whether a candidate path is an executable: now we
-have false positives with directories which, indeed, are test -x.