1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/devel/automake14/files/patch-ad

12 lines
299 B
Plaintext
Raw Normal View History

--- 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)
{