autoconf
[Top][All Lists]
Advanced

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

Re: Get the full pathname for a prog ?


From: Nicolas Joly
Subject: Re: Get the full pathname for a prog ?
Date: Wed, 29 Dec 2004 22:16:31 +0100
User-agent: Mutt/1.5.6i

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.




reply via email to

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