Subject: CVS commit: src/tools/compat
To: None <source-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: source-changes
Date: 02/11/2006 01:28:01
Module Name:	src
Committed By:	wiz
Date:		Sat Feb 11 01:28:01 UTC 2006

Modified Files:
	src/tools/compat: Makefile configure.ac
Added Files:
	src/tools/compat: nbtool_config.h nbtool_config_internal.h.in
Removed Files:
	src/tools/compat: nbtool_config.h.in

Log Message:
Make using autoheader easier:
split off the autogenerated file into nbtool_config_internal.h,
and let nbtool_config.h be a file with the proper wrappers.

This way you can just change configure.ac, run autoconf and autoheader,
verify the result, and commit, but don't have to edit nbtool_config*in
manually every time.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 src/tools/compat/Makefile
cvs rdiff -r1.54 -r1.55 src/tools/compat/configure.ac
cvs rdiff -r0 -r1.1 src/tools/compat/nbtool_config.h \
    src/tools/compat/nbtool_config_internal.h.in
cvs rdiff -r1.10 -r0 src/tools/compat/nbtool_config.h.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.