Subject: CVS commit: othersrc/bootstrap-pkgsrc/bmake
To: None <source-changes@netbsd.org>
From: grant beattie <grant@netbsd.org>
List: source-changes
Date: 02/20/2003 20:25:21
Module Name:	othersrc
Committed By:	grant
Date:		Thu Feb 20 18:25:21 UTC 2003

Modified Files:
	othersrc/bootstrap-pkgsrc/bmake: aclocal.m4 config.h.in configure
	    configure.in

Log Message:
replace the brute force __attribute__ hack with an appopriate test.

this should now build on platforms where the compiler does have
__attribute__ but HAVE___ATTRIBUTE__ is not defined
(eg. FreeBSD 5.0, gcc 3.2).


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 othersrc/bootstrap-pkgsrc/bmake/aclocal.m4 \
    othersrc/bootstrap-pkgsrc/bmake/configure \
    othersrc/bootstrap-pkgsrc/bmake/configure.in
cvs rdiff -r1.3 -r1.4 othersrc/bootstrap-pkgsrc/bmake/config.h.in

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