]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
authorStepan Kasal <kasal@ucw.cz>
Fri, 14 Apr 2006 07:05:36 +0000 (07:05 +0000)
committerStepan Kasal <kasal@ucw.cz>
Fri, 14 Apr 2006 07:05:36 +0000 (07:05 +0000)
description.

ChangeLog
lib/Autom4te/FileUtils.pm

index 9bd34801df1f2428e9f023bcced0ea4412d30dcd..e5f98c0908285b731fb9695872e1e7980d106c09 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-14  Stepan Kasal  <kasal@ucw.cz>
+
+       * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
+       description.
+
 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * NEWS: Update.
index 4b1f89271a5bbeba9b68c41084461617cd7dd614..d2d49a561c3fdc79d45a518d808ba8ef8f557531 100644 (file)
@@ -52,8 +52,8 @@ use vars qw (@ISA @EXPORT);
 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.