svn commit: r205861 - vendor/bind9/dist-9.4
Doug Barton
dougb at FreeBSD.org
Mon Mar 29 21:12:23 UTC 2010
Author: dougb
Date: Mon Mar 29 21:12:23 2010
New Revision: 205861
URL: http://svn.freebsd.org/changeset/base/205861
Log:
Minor updates to the configure procedure
Modified:
vendor/bind9/dist-9.4/FREEBSD-Upgrade
Modified: vendor/bind9/dist-9.4/FREEBSD-Upgrade
==============================================================================
--- vendor/bind9/dist-9.4/FREEBSD-Upgrade Mon Mar 29 20:34:25 2010 (r205860)
+++ vendor/bind9/dist-9.4/FREEBSD-Upgrade Mon Mar 29 21:12:23 2010 (r205861)
@@ -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 \
More information about the svn-src-vendor
mailing list