mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 14:02:05 -04:00
edited
This commit is contained in:
parent
2a590fe988
commit
b13fa0acde
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
||||
|
||||
$Id: autoconf,v 1.1 2001/10/22 23:00:21 gson Exp $
|
||||
$Id: autoconf,v 1.2 2001/10/22 23:03:43 gson Exp $
|
||||
|
||||
Here are some hints on how to use autoconf correctly when doing
|
||||
BIND 9 development.
|
||||
|
|
@ -13,5 +13,5 @@ configure script are correct.
|
|||
|
||||
Don't edit config.h.in directly. Instead, run "autoheader". If it
|
||||
complains about missing definitions, add them to acconfig.h, rerun
|
||||
autoheader, and commit the generated config.h.in.
|
||||
|
||||
autoheader, commit acconfig.h if edited, and commit the generated
|
||||
config.h.in.
|
||||
|
|
|
|||
Loading…
Reference in a new issue