[us...@httpd] example configure line.. does it actually make sense?

2009-12-06 Thread David Taveras
Hello, I have this configure line: CONFIGURE_ARGS+= --prefix=${HTTPD_DIR} \ --exec-prefix=${LOCALBASE} \ --sysconfdir=${CONFDIR} \ --with-apr=${LOCALBASE}/bin/apr-1-mt-config \

Re: [us...@httpd] example configure line.. does it actually make sense?

2009-12-06 Thread Igor Cicimov
Ive seen other similar examples.. but i want to understand if this actually makes sense. Read this then http://httpd.apache.org/docs/2.2/programs/configure.html On Mon, Dec 7, 2009 at 11:17 AM, David Taveras d3taveras3...@gmail.comwrote: Hello, I have this configure line: