From: Akim Demaille Date: Fri, 1 Jun 2001 17:07:05 +0000 (+0000) Subject: Typo. X-Git-Tag: AUTOCONF-2.50a~75 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a144793ef288aea1a2c4513b505b47dbcd10c80;p=thirdparty%2Fautoconf.git Typo. --- diff --git a/acgeneral.m4 b/acgeneral.m4 index 3deae136c..6897f1163 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -3555,7 +3555,7 @@ m4_ifval([$2$3], [AC_CONFIG_COMMANDS(default, [$2], [$3])])dnl m4_ifval([$1$2$3], [AC_DIAGNOSE([obsolete], - [$0 should be used witout arguments. + [$0 should be used without arguments. You should run autoupdate.])])dnl AC_CACHE_SAVE diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 67c60431e..5ac8c74cf 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -5942,7 +5942,10 @@ OK @c ----------------- @cindex @command{echo} The simple @code{echo} is probably the most surprising source of -portability troubles. +portability troubles. It is not possible to use @samp{echo} portably +unless both options and escape sequences are omitted. New applications +which are not aiming at portability should use @samp{printf} instead of +@samp{echo}. Don't expect any option. @xref{Preset Output Variables}, @code{ECHO_N} etc. for a means to simulate @option{-c}. diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 3deae136c..6897f1163 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -3555,7 +3555,7 @@ m4_ifval([$2$3], [AC_CONFIG_COMMANDS(default, [$2], [$3])])dnl m4_ifval([$1$2$3], [AC_DIAGNOSE([obsolete], - [$0 should be used witout arguments. + [$0 should be used without arguments. You should run autoupdate.])])dnl AC_CACHE_SAVE