BIND 10 master, updated. d151653e759da7ad45c28914a67988057e8cbd7f [master] don't use autoreconf with the tarball
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Mar 22 08:36:21 UTC 2011
The branch, master has been updated
via d151653e759da7ad45c28914a67988057e8cbd7f (commit)
from 9eb28db1b6b3c0b6cd76379416726b9931c729d2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d151653e759da7ad45c28914a67988057e8cbd7f
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Tue Mar 22 03:35:02 2011 -0500
[master] don't use autoreconf with the tarball
Need the --install switch too.
Only use autoreconf with git.
-----------------------------------------------------------------------
Summary of changes:
INSTALL | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/INSTALL b/INSTALL
index 6ab63ea..44c380a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,5 +1,5 @@
-To build "configure" file:
- autoreconf
+If using git (not the tarball), build the "configure" file:
+ autoreconf --install
To then build from source:
./configure
More information about the bind10-changes
mailing list