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