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

Modified Files:
	othersrc/bootstrap-pkgsrc/pkg_install: configure configure.in
	othersrc/bootstrap-pkgsrc/pkg_install/lib: config.h.in
Added Files:
	othersrc/bootstrap-pkgsrc/pkg_install: aclocal.m4

Log Message:
replace the brute force __attribute__ hack with an appropriate 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 -r0 -r1.1 othersrc/bootstrap-pkgsrc/pkg_install/aclocal.m4
cvs rdiff -r1.9 -r1.10 othersrc/bootstrap-pkgsrc/pkg_install/configure \
    othersrc/bootstrap-pkgsrc/pkg_install/configure.in
cvs rdiff -r1.9 -r1.10 othersrc/bootstrap-pkgsrc/pkg_install/lib/config.h.in

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