1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r16040: Support more recent versions of autoconf

This commit is contained in:
Jelmer Vernooij 2006-06-04 20:42:12 +00:00 committed by Gerald (Jerry) Carter
parent f6e587e706
commit 3f2a136b9f
2 changed files with 2 additions and 0 deletions

View 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

View 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}