diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-03-29 21:12:23 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-03-29 21:12:23 +0000 |
commit | a6e9c688658a4c6d505332fa75f83c1c7ad2559b (patch) | |
tree | 7edd9bfb76b1613185cf64ca7adb525a700fc337 | |
parent | bbf1dfca0159346fbb573e7a4f4c150c5906d6ac (diff) |
Notes
-rw-r--r-- | FREEBSD-Upgrade | 6 |
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 \ |