diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2008-12-23 19:19:45 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2008-12-23 19:19:45 +0000 |
| commit | 7e21e833208362048bab5426bd4749d039b90494 (patch) | |
| tree | 29cd9d859304194791ed00e80c31624c9d719be8 | |
| parent | a5ab4ac13e69a192129727877124f37974c08c0b (diff) | |
Notes
| -rw-r--r-- | FREEBSD-Upgrade | 7 | ||||
| -rw-r--r-- | FREEBSD-Xlist | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/FREEBSD-Upgrade b/FREEBSD-Upgrade index cca828b9b7ae9..2fc1d65aa438f 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 f4239557b3ae7..74716e6fd86cd 100644 --- a/FREEBSD-Xlist +++ b/FREEBSD-Xlist @@ -2,8 +2,6 @@ # Misc. stuff .cvsignore -aclocal.m4 -config.h.in configure contrib docutil |
