try and find config.h in one more location
authorAndrew Bartlett <abartlet@samba.org>
Mon, 8 Aug 2011 20:53:00 +0000 (06:53 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 8 Aug 2011 20:53:00 +0000 (06:53 +1000)
build_test.fns

index 7b2bff8403f42bddaaae7a422c1cddae2e858bc8..4616cd60fb7c5692ddfaf2ddabed700075d29d8f 100644 (file)
@@ -426,7 +426,7 @@ action_config_log() {
 ############################
 
 action_config_header() {
-       hdr_files="config.h include/config.h bin/default/config.h bin/default/include/config.h bin/default/source3/include/config.h"
+       hdr_files="config.h include/config.h include/autoconf/config.h bin/default/config.h bin/default/include/config.h bin/default/source3/include/config.h"
        for h in $hdr_files; do
                if [ -f $h ]; then
                        echo "contents of $h:"