]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
a typo
authorStepan Kasal <kasal@ucw.cz>
Fri, 1 Apr 2005 08:55:58 +0000 (08:55 +0000)
committerStepan Kasal <kasal@ucw.cz>
Fri, 1 Apr 2005 08:55:58 +0000 (08:55 +0000)
ChangeLog
doc/autoconf.texi

index 4f8528c30cd41a0e9b98343ba4423348acfb469f..5b0149454f2bf09b6a94e71a99027f689e959bf2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-01  Stepan Kasal  <kasal@ucw.cz>
+
+       * doc/autoconf.texi (Generic Programs): Fix a typo.
+
 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
 
        * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
index 58c737082e47f5d9d254345a4896b3182b1032cb..4d75737a4bb08cbcc80bab9e11afe1ac930aee55 100644 (file)
@@ -3478,7 +3478,7 @@ instead, like this:
 
 @example
 AC_PATH_PROG([INETD], [inetd], [/usr/libexec/inetd],
-             [$PATH:/usr/libexec:/usr/sbin:/usr/etc:etc])
+             [$PATH:/usr/libexec:/usr/sbin:/usr/etc:/etc])
 @end example
 
 You are strongly encouraged to declare the @var{variable} passed to