]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Typo.
authorAkim Demaille <akim@epita.fr>
Wed, 6 Sep 2000 14:11:52 +0000 (14:11 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 6 Sep 2000 14:11:52 +0000 (14:11 +0000)
ChangeLog

index b6b11fddeb791e9f73e463d6ad0ef3588dff2d04..4a69ff105ca23db1635606082e82afc8120a3d75 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@
        * acspecific.m4 (_AC_OBJEXT): No longer use AC_COMPILE_IFELSE,
        which uses $ac_objext hence depends upon _AC_OBJEXT.
        * aclang.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): Call
-       _AC_EXEEXT before _AC_OBJEXT since the former needs $ac_objext.
+       _AC_OBJEXT before _AC_EXEEXT since the latter needs $ac_objext.
 
 2000-09-06  Bernard Dautrevaux  <dautrevaux@objectlive.com>