On Tuesday 11 December 2001 01:29 am, Justin Erenkrantz wrote: > In the style of glib-config, neon-config, and countless others. > This greatly eases the burden of parsing APRVARS from external > programs. It is by no means complete, but I can get flood building > with this (and removes major headaches for us there). And, I'm > about to try my hand at SVN's configure script. > > For now, it has access to all of the variables in APRVARS, but > doesn't have command line options for each one as I'm not sure > what each of these oddball variables do. > > So, I think this is a good thing. Comments? I'll probably > commit tomorrow (err, later today) unless someone objects. -- justin
Personally, I'm not a big fan of having a library install a binary on the machine just to query the build options. This is why Greg's original idea for this problem was to add a function to the library which APR programs could use to retrieve this information. I would be much happier with that implementation, because it removes the possibility that you will update your library, and have an out of date apr-config script. Ryan ______________________________________________________________ Ryan Bloom [EMAIL PROTECTED] Covalent Technologies [EMAIL PROTECTED] --------------------------------------------------------------
