Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Kazuki Sakamoto <sakamoto@netbsd.org>
List: source-changes
Date: 12/07/1999 00:56:00
Module Name:	pkgsrc
Committed By:	sakamoto
Date:		Tue Dec  7 08:56:00 UTC 1999

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

Log Message:
Added LTCONFIG_OVERRIDE and LIBTOOL_OVERRIDE definition to
substitute pkglibtool for the pkg's own libtool.

	"ltconfig" is script to make "libtool" script.
	"ltconfig" is executed by GNU's "configure" script at
	"do-configure" target.

	if USE_LIBTOOL and LTCONFIG_OVERRIDE defined, specified "ltconfig"
	is overrided to symlink pkglibtool to "libtool" instead of making
	"libtool" before executing "configure".

	if USE_LIBTOOL and LIBTOOL_OVERRIDE defined, specified "libtool" is
	removed, and symlinked from pkglibtool after executing "configure"
	(and "ltconfig").


To generate a diff of this commit:
cvs rdiff -r1.374 -r1.375 pkgsrc/mk/bsd.pkg.mk

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