summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FREEBSD-Upgrade6
1 files changed, 3 insertions, 3 deletions
diff --git a/FREEBSD-Upgrade b/FREEBSD-Upgrade
index ea59f662dd0dd..27e393852bded 100644
--- a/FREEBSD-Upgrade
+++ b/FREEBSD-Upgrade
@@ -54,15 +54,15 @@
directories from the configure and Makefile templates:
$ sed -i.orig -e '/\/tests/d; /docutil/d; /\/xsl/d;' \
- configure.in Makefile.in */Makefile.in
+ configure.in Makefile.in */Makefile.in \
+ lib/bind/configure.in lib/bind/Makefile.in
Please do not commit this change. You only need this to generate config.h.
10) Generate and run configure:
aclocal ; autoheader ; autoconf
- cd lib/bind
- aclocal ; autoheader ; autoconf
+ cd lib/bind && aclocal ; autoheader ; autoconf
cd ../..
$ ./configure --prefix=/usr \
--infodir=/usr/share/info --mandir=/usr/share/man \