The lib/bind directory has its own configure script. Update accordingly.
This commit is contained in:
parent
a5ab4ac13e
commit
7e21e83320
@ -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 \
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
# Misc. stuff
|
||||
.cvsignore
|
||||
aclocal.m4
|
||||
config.h.in
|
||||
configure
|
||||
contrib
|
||||
docutil
|
||||
|
Loading…
Reference in New Issue
Block a user