diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-05-13 16:09:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:53:42 -0500 |
commit | 3f564db67d9ffca599b1885ad2c6379830cd0aaf (patch) | |
tree | 13b2f9827dede47619a106b176a9630df382a79a /source4/build/smb_build/core.m4 | |
parent | 2b7de39bd220d734201331bc6c3d32ef016a8122 (diff) | |
download | samba-3f564db67d9ffca599b1885ad2c6379830cd0aaf.tar.gz samba-3f564db67d9ffca599b1885ad2c6379830cd0aaf.tar.bz2 samba-3f564db67d9ffca599b1885ad2c6379830cd0aaf.zip |
r688: add --enable-experimental
use Data::Dumper for config.smb_build.dump
when --enable-debug
metze
(This used to be commit 0fd558de796e5798279e8252a7f0d4efdd3a86e6)
Diffstat (limited to 'source4/build/smb_build/core.m4')
-rw-r--r-- | source4/build/smb_build/core.m4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/build/smb_build/core.m4 b/source4/build/smb_build/core.m4 index 0005809fe6..ae990d95c3 100644 --- a/source4/build/smb_build/core.m4 +++ b/source4/build/smb_build/core.m4 @@ -68,9 +68,12 @@ $SMB_INFO_BINARIES smb_build_main(\$SMB_BUILD_CTX); -0; _SMB_ACEOF +if test x"$debug" = x"yes";then + cat >> config.smb_build.pl < build/smb_build/dump.pl +fi + $PERL ./config.smb_build.pl || exit $? ]) |