From bb104d8a037b33a3b011b9a5cc9aab8e5b1ee5b8 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Sat, 15 Jul 2000 19:07:48 +0000 Subject: 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 --- devel/automake15/files/patch-ad | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/automake15/files/patch-ad (limited to 'devel/automake15/files/patch-ad') diff --git a/devel/automake15/files/patch-ad b/devel/automake15/files/patch-ad new file mode 100644 index 000000000000..2d5b1223d4f1 --- /dev/null +++ b/devel/automake15/files/patch-ad @@ -0,0 +1,11 @@ +--- 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) + { -- cgit v1.2.3