DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41233>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41233 Summary: after running buildconf , --prefix is ignored Product: Apache httpd-2 Version: 2.2.3 Platform: PC OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] When running buildconf on a new freshly extracted apache 2.2.3 archive, the configure script ignores --prefix and other directory location options such as --libdir --sysconfdir and so on. To reproduce : - extract the archive - run ./configure --prefix=/not/default/path - looking at build/config_vars.mk shows a correct prefix set (verified when running make and make install after) - clean up the directory, and re-extract the archive - run ./buildconf - run ./configure --prefix=/not/default/path - build/config_vars.mk shows the default prefix from the Aapche layout (/usr/local/apache2) Remarks: - using --enable-layout=AnotherLayout works (tried GNU as layout), changing the prefix and others variables from the Apache layout defaults to the AnotherLayout defaults (ex with GNU layout : /usr/local/apache2 becomes /usr/local), but still ignores any path customisations with --prefix style options. - This only happens once ./buildconf is run, not with the stock configure script My build tools : - Autoconf 2.61 - Libtool 1.5.22 - You may ask why I need to rebuild the configure script, because I want to add a module statically compiled inside httpd (module is provided with the in and m4 files) - The bug happens without adding anything in the source tree (just run buildconf after extracting the archive) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
