Maybe just a touch premature? :)
On Dec 14, 2005, at 3:21 PM, Paul Querna wrote:
The attached patch is just a start, fixing the configure.in to
generate
the correct binary name by default.
-Paul
Index: configure.in
===================================================================
--- configure.in (revision 355792)
+++ configure.in (working copy)
@@ -527,7 +527,7 @@
AC_ARG_WITH(program-name,
APACHE_HELP_STRING(--with-program-name,alternate executable name),[
progname="$withval" ], [
- progname="httpd"] )
+ progname="d"] )
# SuExec parameters
AC_ARG_WITH(suexec-bin,