summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2008-12-23 19:19:45 +0000
committerdougb <dougb@FreeBSD.org>2008-12-23 19:19:45 +0000
commitfa25a858e20428b15ec892d020272b1f70eaa725 (patch)
tree29cd9d859304194791ed00e80c31624c9d719be8
parent77bde798e10d9aad56b8b194e5a6a4af8756f3ac (diff)
downloadFreeBSD-src-fa25a858e20428b15ec892d020272b1f70eaa725.zip
FreeBSD-src-fa25a858e20428b15ec892d020272b1f70eaa725.tar.gz
The lib/bind directory has its own configure script. Update accordingly.
-rw-r--r--FREEBSD-Upgrade7
-rw-r--r--FREEBSD-Xlist2
2 files changed, 4 insertions, 5 deletions
diff --git a/FREEBSD-Upgrade b/FREEBSD-Upgrade
index cca828b..2fc1d65 100644
--- a/FREEBSD-Upgrade
+++ b/FREEBSD-Upgrade
@@ -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 \
diff --git a/FREEBSD-Xlist b/FREEBSD-Xlist
index f423955..74716e6 100644
--- a/FREEBSD-Xlist
+++ b/FREEBSD-Xlist
@@ -2,8 +2,6 @@
# Misc. stuff
.cvsignore
-aclocal.m4
-config.h.in
configure
contrib
docutil
OpenPOWER on IntegriCloud