diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
commit | 1a628ded35ecbbc5eeb75598dd844d830aca8cb2 (patch) | |
tree | 128ce8505dc266bea10a8cf389f38de197424aed /dns/fastresolve/Makefile | |
parent | Information regarding the great autotools update of July 4 2004 (diff) |
Sync with new bsd.autotools.mk
Diffstat (limited to '')
-rw-r--r-- | dns/fastresolve/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/fastresolve/Makefile b/dns/fastresolve/Makefile index f374c39a69b2..a43fa467f7b6 100644 --- a/dns/fastresolve/Makefile +++ b/dns/fastresolve/Makefile @@ -24,6 +24,7 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ CXXFLAGS="-I${LOCALBASE}/include" \ PERL=${PERL} USE_AUTOMAKE_VER= 14 +USE_AUTOCONF_VER= 213 # Default to db3 WITH_BDB_VER?= 3 |