diff options
Diffstat (limited to 'devel/automake14/files/patch-ad')
-rw-r--r-- | devel/automake14/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/automake14/files/patch-ad b/devel/automake14/files/patch-ad new file mode 100644 index 000000000000..2d5b1223d4f1 --- /dev/null +++ b/devel/automake14/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) + { |