PY3: switch current build to use python3
authorNoel Power <noel.power@suse.com>
Sat, 24 Nov 2018 15:27:45 +0000 (15:27 +0000)
committerNoel Power <npower@samba.org>
Mon, 10 Dec 2018 09:38:25 +0000 (10:38 +0100)
commita660b7fb8e519bd3be558fd0425bff8f287fca1f
treebc1c5d6260ca23cde781f17059f0e77f37cf0b4c
parent3e017aa7e51df02d257fbac352ae79fc29aadc68
PY3: switch current build to use python3

Make sure default make and configure for all now defaults
to building with python3.

To build a samba (or sub component e.g. talloc etc.) with python3
  ./configure && make

To build a samba (or sub component e.g. talloc etc.) with python2
  PYTHON=python ./configure && PYTHON=python make

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
14 files changed:
Makefile
configure
ctdb/Makefile
ctdb/configure
lib/ldb/Makefile
lib/ldb/configure
lib/replace/Makefile
lib/replace/configure
lib/talloc/Makefile
lib/talloc/configure
lib/tdb/Makefile
lib/tdb/configure
lib/tevent/Makefile
lib/tevent/configure