buildtools/wafsamba: inline defines during configure into the tests
authorStefan Metzmacher <metze@samba.org>
Sat, 24 Apr 2010 16:10:37 +0000 (18:10 +0200)
committerStefan Metzmacher <metze@samba.org>
Sat, 24 Apr 2010 18:03:50 +0000 (20:03 +0200)
commit051535f196305f5ded4d786a2db977b0626ee0b9
tree20a4050b8dbcae424158eb9ed9d7800428c57da9
parent1ed5f7182074768a84eefc00bd2af64933799b4d
buildtools/wafsamba: inline defines during configure into the tests

There 2 reasons for this change:
- This is how autoconf tests work and it makes config.log much more useful
- The waf c preprocessor ignored changes in bin/default/__confdefs.h when using
  waf configure -C, because is outside of the configure tests project path
  and handled like a system header.

Many thanks to ita for pointing out the fix.

metze
buildtools/wafsamba/samba_autoconf.py