texinfo.tex fixlet
authorTom Tromey <tromey@redhat.com>
Mon, 23 Jun 1997 01:48:23 +0000 (01:48 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 23 Jun 1997 01:48:23 +0000 (01:48 +0000)
ChangeLog
automake.in

index dd4245a..011e38c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 Sun Jun 22 14:01:59 1997  Tom Tromey  <tromey@cygnus.com>
 
+       * automake.in (handle_texinfo): Look for texinfo.tex in aux dir.
+
        * automake.in (require_file_internal): Only print "installing"
        when actually installing.  From Gord Matzigkeit.
 
index 2527a05..ceaaec3 100755 (executable)
@@ -2030,6 +2030,10 @@ sub handle_texinfo
        &define_variable ('TEXINFO_TEX',
                          '$(top_srcdir)/../texinfo/texinfo.tex');
     }
+    elsif ($config_aux_dir ne '.' && $config_aux_dir ne '')
+    {
+       &define_variable ('TEXINFO_TEX', $config_aux_dir . '/texinfo.tex');
+    }
     elsif (! &variable_defined ('TEXINFO_TEX'))
     {
        &define_variable ('TEXINFO_TEX', '$(srcdir)/texinfo.tex');