mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
The lib/bind directory has its own configure script. Update accordingly.
This commit is contained in:
parent
a5ab4ac13e
commit
7e21e83320
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/vendor/bind9/dist/; revision=186452
@ -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