The lib/bind directory has its own configure script. Update accordingly.

This commit is contained in:
Doug Barton 2008-12-23 19:19:45 +00:00
parent a5ab4ac13e
commit 7e21e83320
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor/bind9/dist/; revision=186452
2 changed files with 4 additions and 5 deletions

View File

@ -62,9 +62,10 @@
10) Generate and run configure:
$ aclocal
$ autoheader
$ autoconf
aclocal ; autoheader ; autoconf
cd lib/bind
aclocal ; autoheader ; autoconf
cd ../..
$ ./configure --prefix=/usr \
--infodir=/usr/share/info --mandir=/usr/share/man \
--enable-threads --enable-libbind --disable-ipv6 \

View File

@ -2,8 +2,6 @@
# Misc. stuff
.cvsignore
aclocal.m4
config.h.in
configure
contrib
docutil