Subject: CVS commit: pkgsrc/pkgtools/libnbcompat/files
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/04/2003 20:20:09
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Sep  4 20:20:09 UTC 2003

Modified Files:
	pkgsrc/pkgtools/libnbcompat/files: configure configure.ac
	pkgsrc/pkgtools/libnbcompat/files/nbcompat: nbconfig.h.in

Log Message:
Use AH_TEMPLATE when we use AC_DEFINE so that autoheader can generate the
symbol and comment in nbconfig.h.in for us in the correct place.  The
previous way of using AH_BOTTOM also worked but separated the symbol
definition from the accompanying C comment text, which was a little harder
to maintain.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 pkgsrc/pkgtools/libnbcompat/files/configure \
    pkgsrc/pkgtools/libnbcompat/files/configure.ac
cvs rdiff -r1.2 -r1.3 \
    pkgsrc/pkgtools/libnbcompat/files/nbcompat/nbconfig.h.in

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