summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-06-04 20:42:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:08:52 -0500
commit024502c81b1d7e1071853050540d35c85f7a33f2 (patch)
tree4176a9e1da81860b8404b0b9647a53e43fcb680c /source4/build
parent5ca618950587697434915fea272358b01b065aa8 (diff)
downloadsamba-024502c81b1d7e1071853050540d35c85f7a33f2.tar.gz
samba-024502c81b1d7e1071853050540d35c85f7a33f2.tar.bz2
samba-024502c81b1d7e1071853050540d35c85f7a33f2.zip
r16040: Support more recent versions of autoconf
(This used to be commit 3f2a136b9f77062e5044b2b86f8e2a79348e0ff0)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/smb_build/TODO1
-rw-r--r--source4/build/smb_build/makefile.pm1
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/build/smb_build/TODO b/source4/build/smb_build/TODO
index 012f4f2eda..adfe17d423 100644
--- a/source4/build/smb_build/TODO
+++ b/source4/build/smb_build/TODO
@@ -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
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm
index aa2376b335..1d0bbd5f1a 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -73,6 +73,7 @@ selftest_prefix = $self->{config}->{selftest_prefix}
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}