From: Stepan Kasal Date: Fri, 1 Apr 2005 08:55:58 +0000 (+0000) Subject: a typo X-Git-Tag: AUTOCONF-2.59c~422 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5ea1ec089a97e4dbddb46f9e0cc43839bfe3fd3;p=thirdparty%2Fautoconf.git a typo --- diff --git a/ChangeLog b/ChangeLog index 4f8528c30..5b0149454 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-01 Stepan Kasal + + * doc/autoconf.texi (Generic Programs): Fix a typo. + 2005-04-01 Paul Eggert * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s" diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 58c737082..4d75737a4 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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