On Wed, Dec 29, 2004 at 04:04:09PM -0500, Yasunari Tosa wrote:
> AC_CHECK_PROG actually find the full pathname to the prog it is checking.
> 
> For example, I see in config.log that
> configure:2825: checking for gcc
> configure:2841: found /usr/bin/gcc
> 
> AC_CHECK_PROG has the following line:
>    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" 
> >&AS_MESSAGE_LOG_FD
> 
> How can I keep the full pathname?   Is there a AC_ macro which does this?

AC_PATH_PROG

-- 
Nicolas Joly

Biological Software and Databanks.
Institut Pasteur, Paris.


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to