1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/automake16/files/patch-ad
Ade Lovett bb104d8a03 Persuade automake to look not only in ${PREFIX}/share/aclocal
(ie: ${LOCALBASE}), but also ${X11BASE}/share/aclocal via an extra
patch and some configure-time substitution

Discussed on:			ports (quite a while back)
Original disgusting hack by:	ade
Suggested improvements by:	asami
Reworked patch by:		ade
2000-07-15 19:07:48 +00:00

12 lines
299 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- aclocal.in.orig Sun Jan 10 20:35:27 1999
+++ aclocal.in Sat Jul 15 13:59:55 2000
@@ -103,7 +103,7 @@
local (@dirlist) = &parse_arguments (@ARGV);
-&scan_m4_files ($acdir, @dirlist);
+&scan_m4_files ($acdir, '%%X11BASE%%/share/aclocal', @dirlist);
&scan_configure;
if (! $exit_status)
{