openbsd-ports/devel/automake/patches/patch-automake_in

12 lines
374 B
Plaintext
Raw Normal View History

--- 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;