3 # compare the generated config.h from a waf build with existing samba
6 OLD_CONFIG
=$HOME/samba_old
/source3/include
/config.h
7 if test "x$1" != "x" ; then
11 if test "x$DIFF" = "x" ; then
15 grep "^.define" bin
/default
/source3/include
/config.h |
sort > waf-config.h
16 grep "^.define" $OLD_CONFIG |
sort > old-config.h
18 $DIFF old-config.h waf-config.h