]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3-merged: Use newly added waf reconfigure subcommand.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 6 May 2010 13:31:48 +0000 (15:31 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 7 May 2010 16:34:00 +0000 (18:34 +0200)
source3/Makefile.in

index 11b5e5343c07ba3e43a866e9bbaacaa253e94575..fd7c53d9e437fd24205da009b3cd3d555df06782 100644 (file)
@@ -3218,7 +3218,7 @@ clean_libnetapi_examples:
        cd ../source4 && ./autogen.sh
 
 samba4-configure:
-       @test -f ../source4/.lock-wscript || ( cd ../source4 && ./configure.developer --prefix="$(prefix)")
+       @$(MAKE) -C ../source4 reconfigure || ( cd ../source4 && ./configure --enable-auto-reconfigure --prefix="$(prefix)" )
 
 .PHONY: samba4-configure