2002-02-20 03:35:59 +00:00
|
|
|
Copyright (C) 2001 Internet Software Consortium.
|
2001-10-22 23:00:21 +00:00
|
|
|
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
|
|
|
|
2002-02-20 03:35:59 +00:00
|
|
|
$Id: autoconf,v 1.3 2002/02/20 03:34:04 marka Exp $
|
2001-10-22 23:00:21 +00:00
|
|
|
|
|
|
|
Here are some hints on how to use autoconf correctly when doing
|
|
|
|
BIND 9 development.
|
|
|
|
|
|
|
|
Never edit the configure script directly. Edit configure.in, commit
|
|
|
|
the changes, run "autoconf", and commit the new configure. Doing two
|
|
|
|
separate commits ensures that the version numbers embedded in the
|
|
|
|
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
|
2001-10-22 23:03:43 +00:00
|
|
|
autoheader, commit acconfig.h if edited, and commit the generated
|
|
|
|
config.h.in.
|