$OpenBSD: patch-automake_in,v 1.8 2001/08/27 14:01:47 espie Exp $ --- automake.in.orig Sun Jul 15 12:47:28 2001 +++ automake.in Fri Aug 17 12:47:25 2001 @@ -2012,7 +2012,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;