svn commit: r186452 - vendor/bind9/dist

Doug Barton dougb at FreeBSD.org
Tue Dec 23 19:19:46 UTC 2008


Author: dougb
Date: Tue Dec 23 19:19:45 2008
New Revision: 186452
URL: http://svn.freebsd.org/changeset/base/186452

Log:
  The lib/bind directory has its own configure script.  Update accordingly.

Modified:
  vendor/bind9/dist/FREEBSD-Upgrade
  vendor/bind9/dist/FREEBSD-Xlist

Modified: vendor/bind9/dist/FREEBSD-Upgrade
==============================================================================
--- vendor/bind9/dist/FREEBSD-Upgrade	Tue Dec 23 19:18:41 2008	(r186451)
+++ vendor/bind9/dist/FREEBSD-Upgrade	Tue Dec 23 19:19:45 2008	(r186452)
@@ -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 \

Modified: vendor/bind9/dist/FREEBSD-Xlist
==============================================================================
--- vendor/bind9/dist/FREEBSD-Xlist	Tue Dec 23 19:18:41 2008	(r186451)
+++ vendor/bind9/dist/FREEBSD-Xlist	Tue Dec 23 19:19:45 2008	(r186452)
@@ -2,8 +2,6 @@
 
 # Misc. stuff
 .cvsignore
-aclocal.m4
-config.h.in
 configure
 contrib
 docutil


More information about the svn-src-all mailing list