mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
* 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:
parent
e3c7dce656
commit
2387e2b98a
@ -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>,
|
2006-04-06 Stepan Kasal <kasal@ucw.cz>,
|
||||||
Eric Blake <ebb9@byu.net>,
|
Eric Blake <ebb9@byu.net>,
|
||||||
Paul Eggert <eggert@cs.ucla.edu>,
|
Paul Eggert <eggert@cs.ucla.edu>,
|
||||||
|
@ -542,7 +542,7 @@ m4_define([_AC_COMPILER_EXEEXT_O],
|
|||||||
test -f "$ac_file" || continue
|
test -f "$ac_file" || continue
|
||||||
case $ac_file in
|
case $ac_file in
|
||||||
_AC_COMPILER_EXEEXT_REJECT ) ;;
|
_AC_COMPILER_EXEEXT_REJECT ) ;;
|
||||||
*.* ) ac_exeext=`expr "$ac_file" : ['[^.]*\(\..*\)']`
|
*.* ) ac_cv_exeext=`expr "$ac_file" : ['[^.]*\(\..*\)']`
|
||||||
break;;
|
break;;
|
||||||
* ) break;;
|
* ) break;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user