Hello,
  I fixed a typo in Autom4te/FileUtils.pm, see the attached patch.
I'll re-submit this to Automake.

Have a nice day,
        Stepan
2006-04-14  Stepan Kasal  <[EMAIL PROTECTED]>

        * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
        description.

Index: lib/Autom4te/FileUtils.pm
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/Autom4te/FileUtils.pm,v
retrieving revision 1.9
diff -u -r1.9 FileUtils.pm
--- lib/Autom4te/FileUtils.pm   6 Apr 2006 22:39:22 -0000       1.9
+++ lib/Autom4te/FileUtils.pm   14 Apr 2006 06:57:55 -0000
@@ -52,8 +52,8 @@
 Return the first path for a C<$file_name> in the C<include>s.
 
 We match exactly the behavior of GNU M4: first look in the current
-directory (which includes the case of absolute file names), and, if
-the file is not absolute, just fail.  Otherwise, look in C<@include>.
+directory (which includes the case of absolute file names), and then,
+if the file name is not absolute, look in C<@include>.
 
 If the file is flagged as optional (ends with C<?>), then return undef
 if absent, otherwise exit with error.

Reply via email to