[email protected] wrote: > Author: trawick > Date: Thu Nov 12 20:14:51 2009 > New Revision: 835524 > > URL: http://svn.apache.org/viewvc?rev=835524&view=rev > Log: > pick up r834900 and r834923 from mod_fcgid > > Follow up the awk compatibility fix in r834729 by selecting the most > suitable awk, following the AC_PROG_AWK order (gawk, mawk, nawk, awk). > As with AC_PROG_AWK, AWK=foo overrides. > > After r834729 a working conf was generated on Solaris when using > /usr/bin/awk, but only by some fluke of command-line processing > (-v was sort-of ignored; see PR for discussion). Also, the LoadModule > wasn't added in the right spot due to awk engine differences.
Can't we take $AWK given in config_vars.mk/apr_rules.mk instead, using APXS?
