CVS update: samba/source

tpot at samba.org tpot at samba.org
Fri Nov 22 17:54:12 EST 2002


Date:	Fri Nov 22 06:54:12 2002
Author:	tpot

Update of /data/cvs/samba/source
In directory dp.samba.org:/tmp/cvs-serv24354

Modified Files:
	Makefile.in configure.in 
Log Message:
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.


Revisions:
Makefile.in		1.576 => 1.577
	http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in?r1=1.576&r2=1.577
configure.in		1.373 => 1.374
	http://www.samba.org/cgi-bin/cvsweb/samba/source/configure.in?r1=1.373&r2=1.374



More information about the samba-cvs mailing list