Here's a bit of a cleanup of the {configure,Makefile}.in files. I've
authorTim Potter <tpot@samba.org>
Fri, 22 Nov 2002 06:54:12 +0000 (06:54 +0000)
committerTim Potter <tpot@samba.org>
Fri, 22 Nov 2002 06:54:12 +0000 (06:54 +0000)
commitd6dfe3ea69d4672339559389c6fb16e78a9152b0
treee850d7391574de42ad1b8fa71f7166fb894bd87d
parent6f1d48555f53ea3b32a7b8a6cf0fc2e148c311b7
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.
source/Makefile.in
source/configure.in