> I'd like to make this process a bit more automatic, so
> that you can simply specify these as additional options
> to configure. Unfortunately, I don't quite know how to
> do that, since I'm not familiar with autotools.

Using CFLAGS immediately comes to mind, something like:

./configure CFLAGS=-DNET_PROXY_PORT=80

That should work with the auto* files as-is unless somebody's taken specific
steps to prevent it, which I doubt.  There's ways to add actual "--" options as
well (i.e. ./configure --net-proxy-port=80), but I've never had a need for them
so I don't know how to do that either.

--
Gary R. Van Sickle
Brewer.  Patriot.



Reply via email to