r16040: Support more recent versions of autoconf
authorJelmer Vernooij <jelmer@samba.org>
Sun, 4 Jun 2006 20:42:12 +0000 (20:42 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:08:52 +0000 (14:08 -0500)
source/build/smb_build/TODO
source/build/smb_build/makefile.pm

index 012f4f2eda95770f4986b37c7c93d6c74d04cd58..adfe17d423008bde17ceaf81bed931ba14bfcaf8 100644 (file)
@@ -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
index aa2376b33593b514c5022c90841f27e9413064cc..1d0bbd5f1ac16699848633e48ec634e67093ccac 100644 (file)
@@ -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}