]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
authorStepan Kasal <kasal@ucw.cz>
Thu, 6 Apr 2006 18:34:24 +0000 (18:34 +0000)
committerStepan Kasal <kasal@ucw.cz>
Thu, 6 Apr 2006 18:34:24 +0000 (18:34 +0000)
check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
2006-04-01.

ChangeLog
lib/autoconf/lang.m4

index e11835b683a6a200c4952c8cad042ab8ce12579c..e1bfd07ae47c170a07342dab2125566dc22cc72d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-04-06  Eric Blake  <ebb9@byu.net>
+
+       * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
+       check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
+       2006-04-01.
+
 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
            Eric Blake  <ebb9@byu.net>,
            Paul Eggert  <eggert@cs.ucla.edu>,
index f76aabbbc4b42e77a4f8867264540a9145d9967b..e78db2938d32a57a2ae9734c19a0d9521e0e91eb 100644 (file)
@@ -542,7 +542,7 @@ m4_define([_AC_COMPILER_EXEEXT_O],
       test -f "$ac_file" || continue
       case $ac_file in
        _AC_COMPILER_EXEEXT_REJECT ) ;;
-       *.* ) ac_exeext=`expr "$ac_file" : ['[^.]*\(\..*\)']`
+       *.* ) ac_cv_exeext=`expr "$ac_file" : ['[^.]*\(\..*\)']`
              break;;
        * ) break;;
       esac