This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Customizing setup.exe


> 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.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]