On 7/17/06, Paul Querna <[EMAIL PROTECTED]> wrote:
I have reverted the ifneq in r422925. Any suggestions on how to best go around making this configured from configure?
EXTRA_PROGRAMS= case $host in *mingw*) ;; *) EXTRA_PROGRAMS="fcgisupport blah blah blah" ;; esac AC_SUBST(EXTRA_PROGRAMS) Makefile.in PROGRAMS = ... httpd @EXTRA_PROGRAMS@ That's the 30-second off-the-top-of-my-head version. HTH. -- justin
