From 024502c81b1d7e1071853050540d35c85f7a33f2 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 4 Jun 2006 20:42:12 +0000 Subject: r16040: Support more recent versions of autoconf (This used to be commit 3f2a136b9f77062e5044b2b86f8e2a79348e0ff0) --- source4/build/smb_build/TODO | 1 + source4/build/smb_build/makefile.pm | 1 + 2 files changed, 2 insertions(+) (limited to 'source4/build') 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} -- cgit