Subject: Re: autoconf AC_PATH_PROGS question
To: None <tech-pkg@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-pkg
Date: 11/15/2006 20:10:46
On Wed, Nov 15, 2006 at 07:43:24PM +0100, Manuel Bouyer wrote:
> I have a configure.in which does:
> AC_PATH_PROGS(SHUTDOWN, shutdown shutdown.bsd, no)

Can't you just overwrite SHUTDOWN by hand? Either via CONFIGURE_ARGS or
CONFIGURE_ENV.

Joerg