From: Akim Demaille Date: Wed, 6 Sep 2000 14:11:52 +0000 (+0000) Subject: Typo. X-Git-Tag: autoconf-2.50~643 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a32137777df9c72dd4205495faa3c22dbf7e1b74;p=thirdparty%2Fautoconf.git Typo. --- diff --git a/ChangeLog b/ChangeLog index b6b11fdde..4a69ff105 100644 --- 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