Here's a bit of a cleanup of the {configure,Makefile}.in files. I've
commit4c3f069028933a17a39838e31b05ab8227ebc426
authorTim Potter <tpot@samba.org>
Fri, 22 Nov 2002 06:54:12 +0000 (22 06:54 +0000)
committerTim Potter <tpot@samba.org>
Fri, 22 Nov 2002 06:54:12 +0000 (22 06:54 +0000)
treeae2907c9f11e1e4db4de31b8330097ac2b21b190
parent9e745ada4cc89cbf01ce4604ddeb03983ff8389b
Here's a bit of a cleanup of the {configure,Makefile}.in files.  I've
now combined all the ad-hoc AC_SUBST variables into three generalised
ones:

  EXTRA_BIN_PROGS  Additional programs to install in ${prefix}/sbin
  EXTRA_SBIN_PROGS  Additional programs to install in ${prefix}/bin
  EXTRA_ALL_TARGETS     Additional targets to build by default
  SHLIB_PROGS           Shared library objects (pam, winbind) to build

We also build some extra stuff by default: the python extensions (if
--with-python specified), smbmount related binaries (if
--with-smbmount specified), and the samba torture suite.

The idea behind this is to have everything that is configured built by
default to detect breakage as soon as possible when people make low
level changes.
(This used to be commit d6dfe3ea69d4672339559389c6fb16e78a9152b0)
source3/Makefile.in
source3/configure.in