2001-06-07 14:23:21 -04:00
|
|
|
--- 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
|
2000-12-15 12:37:58 -05:00
|
|
|
# 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;
|