summaryrefslogtreecommitdiff
path: root/source3/autogen.sh
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-05-17 11:12:07 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-05-18 15:44:43 +1000
commit611ca8e8196738345de3596ca61e75fe5a895c26 (patch)
tree7c983be77fb260697491ac09582fb34308886257 /source3/autogen.sh
parent584a51b2ca891c5546c7e9ee8f039bfeb4d6a319 (diff)
downloadsamba-611ca8e8196738345de3596ca61e75fe5a895c26.tar.gz
samba-611ca8e8196738345de3596ca61e75fe5a895c26.tar.bz2
samba-611ca8e8196738345de3596ca61e75fe5a895c26.zip
build: Move generated files out of the normal build tree
This avoids some dual-build-system interactions. Andrew Bartlett
Diffstat (limited to 'source3/autogen.sh')
-rwxr-xr-xsource3/autogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/autogen.sh b/source3/autogen.sh
index e5aea3248e..94ac99123a 100755
--- a/source3/autogen.sh
+++ b/source3/autogen.sh
@@ -77,9 +77,9 @@ rm -rf autom4te*.cache
if gcc -E tests/preproc-dummy.c -o /dev/null ;
then
- PIDL_OUTPUTDIR="librpc/gen_ndr" CPP="gcc -E" PIDL=../pidl/pidl \
+ PIDL_OUTPUTDIR="autoconf/librpc/gen_ndr" CPP="gcc -E" PIDL=../pidl/pidl \
srcdir=. ../librpc/build_idl.sh ../librpc/idl/*.idl
- PIDL_OUTPUTDIR="librpc/gen_ndr" CPP="gcc -E" PIDL=../pidl/pidl \
+ PIDL_OUTPUTDIR="autoconf/librpc/gen_ndr" CPP="gcc -E" PIDL=../pidl/pidl \
srcdir=. script/build_idl.sh librpc/idl/*.idl
else
echo "Warning: Could not compile idl files in autogen, "