For Netware, where ./configure.apxs doesn't work...

[EMAIL PROTECTED] wrote:
Author: wrowe
Date: Fri Dec 14 20:36:18 2007
New Revision: 604390

URL: http://svn.apache.org/viewvc?rev=604390&view=rev
Log:
In-tree builds were broken because loggers aren't in the
includes path, and mod_log_config.h is hiding there (note
that mod_ssl played this same mess).

So win32 and netware need to toggle

+".\ftp_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+       echo /* No configuration */ > .\ftp_config.h

provided you don't want to toggle fchmod (which is easy enough
by stealing the code from configure.apxs).  Also we simply need
-DFTP_APXS_BUILD for the out-of-tree compilation.  Otherwise
the netware build should still work fine.

Bill

Reply via email to