autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AC_OBJEXT again


From: Akim Demaille
Subject: Re: AC_OBJEXT again
Date: 30 Nov 2000 09:58:44 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

| 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

[Prev in Thread] Current Thread [Next in Thread]