openbsd-ports/devel/automake/patches/patch-automake_in
brad 1efe97dd4f upgrade to automake 1.4-p1
--
Ok'd by: espie@
2001-06-07 18:23:21 +00:00

12 lines
374 B
Plaintext

--- automake.in.orig Thu May 10 12:27:15 2001
+++ automake.in Thu May 10 12:28:28 2001
@@ -1969,7 +1969,7 @@ sub handle_texinfo
# dependency list.
@texi_deps = ();
push (@texi_deps, $info_cursor);
- push (@texi_deps, $vtexi) if $vtexi;
+ push (@texi_deps, '$(srcdir)/'.$vtexi) if $vtexi;
# Canonicalize name first.
($canonical = $infobase) =~ tr/A-Za-z0-9_/_/c;