autoconf revision dafcb997e390efa4423883dafd100c975c4095d6
0N/ACopyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
0N/ACopyright (C) 2001, 2002 Internet Software Consortium.
0N/ASee COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
0N/A
0N/A$Id: autoconf,v 1.4 2004/03/05 05:04:50 marka Exp $
0N/A
0N/AHere are some hints on how to use autoconf correctly when doing
0N/ABIND 9 development.
0N/A
0N/ANever edit the configure script directly. Edit configure.in, commit
0N/Athe changes, run "autoconf", and commit the new configure. Doing two
0N/Aseparate commits ensures that the version numbers embedded in the
0N/Aconfigure script are correct.
0N/A
0N/ADon't edit config.h.in directly. Instead, run "autoheader". If it
0N/Acomplains about missing definitions, add them to acconfig.h, rerun
0N/Aautoheader, commit acconfig.h if edited, and commit the generated
0N/Aconfig.h.in.
0N/A