Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 11/26/2002 10:59:08
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Nov 26 08:59:07 UTC 2002

Modified Files:
	pkgsrc/mk: bsd.pkg.mk
	pkgsrc/mk/buildlink2: bsd.buildlink2.mk

Log Message:
Restore usual meaning for AUTOMAKE_OVERRIDE so that it works even if
USE_BUILDLINK2 is defined.  AUTOMAKE_OVERRIDE == "yes" is the default, and
means that pkgsrc will try to avoid executing the GNU autotools during the
build process.  Setting AUTOMAKE_OVERRIDE to "no" will avoid these extra
steps by pkgsrc, so that the GNU autotools will be automatically invoked
if they are found (though they may not necessarily invoke the correct ones
and the effects may be surprising...do this only if you know what you are
doing).


To generate a diff of this commit:
cvs rdiff -r1.1089 -r1.1090 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -r1.55 -r1.56 pkgsrc/mk/buildlink2/bsd.buildlink2.mk

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