* lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache

check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
2006-04-01.
This commit is contained in:
Stepan Kasal 2006-04-06 18:34:24 +00:00
parent e3c7dce656
commit 2387e2b98a
2 changed files with 7 additions and 1 deletions

View File

@ -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>,

View 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