autoconf
[Top][All Lists]
Advanced

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

Get the full pathname for a prog ?


From: Yasunari Tosa
Subject: Get the full pathname for a prog ?
Date: Wed, 29 Dec 2004 16:04:09 -0500
User-agent: Mozilla Thunderbird 0.5 (X11/20040208)

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?

Thank you.

--
Yasunari Tosa, Ph.D.               Email: address@hidden
NMR Ctr, Mass. General Hospital TEL: 617-726-4050 Building 149, 13th Street
Charlestown, MA 02129
USA





reply via email to

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