]> sourceware.org Git - automake.git/commitdiff
* automake.in (handle_texinfo): Indentation fixes.
authorTom Tromey <tromey@redhat.com>
Wed, 7 Apr 1999 10:02:29 +0000 (10:02 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 7 Apr 1999 10:02:29 +0000 (10:02 +0000)
ChangeLog
automake.in

index 8367d9577cd805fec7b2d3cdc5664233ead9759b..03cef89ec242f0f9a9687b682c14cdf0dcce1df3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-04-07  Tom Tromey  <tromey@cygnus.com>
+
+       * automake.in (handle_texinfo): Indentation fixes.
+
 1999-04-07  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * automake.in (value_to_list): Skip *only* trailing backslashes.
index 1f319712361a9796bb977c85924680c104046cfc..7ef4bb2268265dc8a5823d9d519fc4f7b7263415 100755 (executable)
@@ -2104,12 +2104,17 @@ sub handle_texinfo
     # Do some error checking.  Note that this file is not required
     # when in Cygnus mode; instead we defined TEXINFO_TEX explicitly
     # up above.
-    if ($need_texi_file && ! defined $options{'no-texinfo.tex'}) {
-      if ($need_texi_file > 1) {
-       &require_conf_file_with_line ('info_TEXINFOS', $FOREIGN, 'texinfo.tex');
-      } else {
-       &require_file_with_line ('info_TEXINFOS', $FOREIGN, 'texinfo.tex');
-      }
+    if ($need_texi_file && ! defined $options{'no-texinfo.tex'})
+    {
+       if ($need_texi_file > 1)
+       {
+           &require_conf_file_with_line ('info_TEXINFOS', $FOREIGN,
+                                         'texinfo.tex');
+       }
+       else
+       {
+           &require_file_with_line ('info_TEXINFOS', $FOREIGN, 'texinfo.tex');
+       }
     }
 }
 
This page took 0.04508 seconds and 5 git commands to generate.