Joe Orton wrote:

 +( VMMN=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include \`pwd\`/include/ap_mmn.h | 
grep -e '^[0-9]'`
 +  REVISION=`echo AP_SERVER_MAJORVERSION.AP_SERVER_MINORVERSION.AP_SERVER_PATCHLEVEL | cpp -include 
\`pwd\`/include/ap_release.h | tr -d "\" " | grep -e '^[0-9.\-]'`


I wouldn't put this stuff in buildconf (at least on the stable branch),
"cpp -include" probably isn't portable.

Hmmm - I am not very good with the portability stuff - can anyone suggest a portable way to do this?


Regards,
Graham
--
-----------------------------------------
[EMAIL PROTECTED]               "There's a moon
                                        over Bourbon Street
                                                tonight..."



Reply via email to