| How about doing something along the same lines for exeext:
| 
|   for ac_file in `ls conftest.exe conftest conftest.* 2>/dev/null`; do
|     case $ac_file in
|       conftest )            ac_cv_exeext=;;
|       *.$ac_cv_object ... ) ;;
|       *)                    ac_cv_exeext=`expr "$ac_file" : '.*\.\(.*\)'`;;
|     esac
|   done

OK, I understand now: this snippet is a proposal, I thought it was the
current code for _AC_EXEEXT.  I'll wrap a patch along your lines, and
submit it.  Thanks!

Reply via email to