On Tue, Dec 21, 2004 at 12:45:43PM -0500, James Monteath wrote: > Hi there, > > The script can do a much better finding the config scripts. They should > do a "which" first for apr-config or apu-config to see if it can find > one. If it does just use it as it is found.
"which" is not safe to use from a configure script, but I agree that find_apr.m4 should search for apr-config in the default apr install prefix; I've updated find_apr.m4 in the trunk to do that. Regards, joe
