Ethereal-dev: Re: [ethereal-dev] Patch to "acinclude.m4" to fix UCD SNMP problem - please test
> I've attached a patch to "acinclude.m4" to make it do so; I don't have a
> machine handy with UCD SNMP's headers installed in
> "/usr/local/include/ucd-snmp", so could somebody who does (and who also
> has the UCD SNMP library installed in "/usr/local/lib" apply this patch,
> run "autogen.sh", and test the resulting configure script by running it
> *without* any SNMP-related configure flags (i.e., don't tell it where to
> look for the UCD SNMP library, just run "./configure" with no
> arguments)?
Never mind. "autoconf"s way of dealing with include file and library
directories other than the system standard ones needs a bit of an enema
- it has specialized stuff for finding the X directories, but there
really needs to be a standard way of dealing with that for *any*
package, adding appropriate "-I" and "-L" flags *and* whatever "-R" or
whatever flags are also needed by the particular OS you're on.
When I get home, I'll try to reproduce the problem I saw with UCD SNMP,
and see if I can somehow bludgeon our autoconf script into doing the
right thing, whatever that might be.