Subject: CVS commit: pkgsrc/devel/libtool-base
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 05/20/2005 15:59:50
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri May 20 15:59:50 UTC 2005

Modified Files:
	pkgsrc/devel/libtool-base: Makefile

Log Message:
libtool needs to know where echo is or else it searches the PATH for
it.  This value is embedded into the libtool script.  This was okay
on NetBSD, but was breaking on Solaris.  We now pass it the path to
the real echo via CONFIGURE_ENV, which on Solaris is a more featureful
echo.  Problem noted by Mark Davies in private mail.


To generate a diff of this commit:
cvs rdiff -r1.63 -r1.64 pkgsrc/devel/libtool-base/Makefile

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