]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Remove the comment about 8+3 fs.
authorStepan Kasal <kasal@ucw.cz>
Tue, 1 Nov 2005 07:26:52 +0000 (07:26 +0000)
committerStepan Kasal <kasal@ucw.cz>
Tue, 1 Nov 2005 07:26:52 +0000 (07:26 +0000)
ChangeLog
lib/autoconf/c.m4

index 61cf88c767af86c30ebb5c2ef9b1da0b9a8c6792..f39052f86199ae213e616d572c6ffecda79374c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-01  Stepan Kasal  <kasal@ucw.cz>
+
+       * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
+       filesystems.
+
 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * NEWS: Move AH_HEADER mention to right place.
index 2593609268b300d199757ca84590d0286c608e4c..3a5f4a053b70559cb0b1cb3e5c07e7a03b324285 100644 (file)
@@ -579,9 +579,6 @@ AC_CACHE_VAL(ac_cv_prog_cc_${ac_cc}_c_o,
 # Make sure it works both with $CC and with simple cc.
 # We do the test twice because some compilers refuse to overwrite an
 # existing .o file with -o, though they will create one.
-# (On an 8+3 filesystem, conftest2.* is not distinguishable from conftest.*,
-# thus the test always passes; but if the ./configure scripts are ever run
-# on good old DOS, it has to be with DJGPP, thus with gcc.)
 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&AS_MESSAGE_LOG_FD'
 rm -f conftest2.*
 if AC_TRY_EVAL(ac_try) &&