Subject: CVS commit: pkgsrc/mk/configure
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 11/05/2006 07:41:06
Module Name:	pkgsrc
Committed By:	rillig
Date:		Sun Nov  5 07:41:06 UTC 2006

Modified Files:
	pkgsrc/mk/configure: config-override.mk libtool-override.mk

Log Message:
The config.guess, config.sub and libtool files should also be
overwritten when the package-provided files are (possibly dead)
symlinks. Since on Mac OS X, ls(1) does not return the status I
expected, I investigated a little in the available options of test(1),
and found that the "-h" option should be quite portable. So let's try
that instead.

This fixes PR 34865.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/mk/configure/config-override.mk
cvs rdiff -r1.7 -r1.8 pkgsrc/mk/configure/libtool-override.mk

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