summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-09 10:59:15 +0200
committerAndrew Bartlett <abartlet@samba.org>2011-05-09 11:21:09 +0200
commit7e8f086798c36f64581ed7444df535e85fa0b5af (patch)
tree511f0050a8c0e072e13c2b6c2de7bd641f34ca6c /source3/script
parent8aab926c2804230b633e0eb29655f4e32226aa4f (diff)
downloadsamba-7e8f086798c36f64581ed7444df535e85fa0b5af.tar.gz
samba-7e8f086798c36f64581ed7444df535e85fa0b5af.tar.bz2
samba-7e8f086798c36f64581ed7444df535e85fa0b5af.zip
s3-build: Move generated config.h and config.h.in to include/autoconf
This ensures that these are not found by the waf build, which causes issues when the wrong config.h is used by the recursive smbtorture build Andrew Bartlett
Diffstat (limited to 'source3/script')
-rw-r--r--source3/script/mkbuildoptions.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/mkbuildoptions.awk b/source3/script/mkbuildoptions.awk
index 3cd0dace21..0b1b2ef3ab 100644
--- a/source3/script/mkbuildoptions.awk
+++ b/source3/script/mkbuildoptions.awk
@@ -235,7 +235,7 @@ function output(ARRAY, ELEMENTS, TITLE) {
END {
##################################################
# add code to show various options
- print "/* Output various other options (as gleaned from include/config.h.in) */";
+ print "/* Output various other options (as gleaned from include/autoconf/config.h.in) */";
output(sys_ary, sys_i, "System Headers");
output(headers_ary, headers_i, "Headers");
output(utmp_ary, utmp_i, "UTMP Options");