summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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