From: Eric Blake Date: Sat, 8 Sep 2007 14:16:58 +0000 (+0000) Subject: * doc/autoconf.texi (Generic Programs): Fix typo. X-Git-Tag: v2.62~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b84fb17165ce5107398da99cc05f6c039b622fe;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (Generic Programs): Fix typo. --- diff --git a/ChangeLog b/ChangeLog index c6a861f6..891654e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-09-08 Eric Blake + + * doc/autoconf.texi (Generic Programs): Fix typo. + 2007-09-06 Eric Blake * doc/autoconf.texi (Generic Programs): Use $PATH_SEPARATOR, not diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 31715524..19374863 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -3840,7 +3840,7 @@ instead, like this: @example AC_PATH_PROG([INETD], [inetd], [/usr/libexec/inetd], [$PATH$PATH_SEPARATOR/usr/libexec$PATH_SEPARATOR]dnl -[/usr/sbin$PATH_SEPARATOR/usr/etc$PATH_SEPARTOR/etc]) +[/usr/sbin$PATH_SEPARATOR/usr/etc$PATH_SEPARATOR/etc]) @end example You are strongly encouraged to declare the @var{variable} passed to