svn commit: samba r16040 - in branches/SAMBA_4_0/source/build/smb_build: .

jelmer at samba.org jelmer at samba.org
Sun Jun 4 20:42:12 GMT 2006


Author: jelmer
Date: 2006-06-04 20:42:12 +0000 (Sun, 04 Jun 2006)
New Revision: 16040

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16040

Log:
Support more recent versions of autoconf

Modified:
   branches/SAMBA_4_0/source/build/smb_build/TODO
   branches/SAMBA_4_0/source/build/smb_build/makefile.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/TODO
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/TODO	2006-06-04 20:36:52 UTC (rev 16039)
+++ branches/SAMBA_4_0/source/build/smb_build/TODO	2006-06-04 20:42:12 UTC (rev 16040)
@@ -1,3 +1,4 @@
+- use pkg-config files in the buildsystem?
 - let the build system implement some make functions($(patsubst),$(wildcard),...) and use our own implementations where `make' does not support them
 - include extra_flags.txt using Makefile construction if 
   supported by current make

Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2006-06-04 20:36:52 UTC (rev 16039)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2006-06-04 20:42:12 UTC (rev 16040)
@@ -73,6 +73,7 @@
 VPATH = $self->{config}->{srcdir}:heimdal_build:heimdal/lib/asn1:heimdal/lib/krb5:heimdal/lib/gssapi:heimdal/lib/hdb:heimdal/lib/roken:heimdal/lib/des
 srcdir = $self->{config}->{srcdir}
 builddir = $self->{config}->{builddir}
+datarootdir = $self->{config}->{datarootdir}
 
 BASEDIR = $self->{config}->{prefix}
 BINDIR = $self->{config}->{bindir}



More information about the samba-cvs mailing list