autoconf
[Top][All Lists]
Advanced

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

How to exclude a directory from PATH when searching an executable ?


From: Timothy Madden
Subject: How to exclude a directory from PATH when searching an executable ?
Date: Thu, 14 Jun 2012 15:33:39 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120607 Thunderbird/10.0.5

Hello

On my particular system at work we have to install a dubious program called CUBRID, and the package they provide for it also installs its own version of bison and puts that directory on the system PATH.

So now my configure scripts (and all other scripts and consoles for that matter) use bison from CUBRID instead of the version installed on the system.

Is there a (portable) way to express in my configure.ac that I want to check for and use the bison executable, but I am willing to accept the executable found in /usr/share/cubrid/bin/bison only if there is no other bison found on PATH or on the system ?

Thank you,
Timothy Madden




reply via email to

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