* doc/autoconf.texi (Limitations of Usual Tools): Typos.
+2000-08-04 Ruediger Kuhlmann <uck4@rz.uni-karlsruhe.de>
+
+ * acspecific.m4 (AC_PROG_RANLIB): Use AC_CHECK_TOOL.
+ * doc/autoconf.texi (Limitations of Usual Tools): Typos.
+
2000-08-04 Akim Demaille <akim@epita.fr>
Solaris' /usr/ucb/expr, and SunOS' /usr/bin/expr fail with the `:'
Richard Stallman rms@gnu.org
Robert S. Maier rsm@math.arizona.edu
Roland McGrath roland@gnu.org
+Ruediger Kuhlmann uck4@rz.uni-karlsruhe.de
Russ Allbery rra@stanford.edu
Ryuji Abe raeva@t3.rim.or.jp
Scott Bambrough scottb@corelcomputer.com
])# AC_PROG_MAKE_SET
+# AC_PROG_RANLIB
+# --------------
AC_DEFUN([AC_PROG_RANLIB],
-[AC_CHECK_PROG(RANLIB, ranlib, ranlib, :)])
+[AC_CHECK_TOOL(RANLIB, ranlib, :)])
# Check for mawk first since it's generally faster.
Don't use @samp{\?}, @samp{\+} and @samp{\|} in patterns, they are
not supported on Solaris.
-Older @commant{expr} implementations (e.g. SunOS 4 @comamnd{expr} and
+Older @command{expr} implementations (e.g. SunOS 4 @command{expr} and
Solaris 8 @command{/usr/ucb/expr}) have a silly length limit that causes
-@commant{expr} to fail if the matched substring is longer than 120
+@command{expr} to fail if the matched substring is longer than 120
bytes. In this case, you might want to fall back on @samp{echo|sed} if
@command{expr} fails.
])# AC_PROG_MAKE_SET
+# AC_PROG_RANLIB
+# --------------
AC_DEFUN([AC_PROG_RANLIB],
-[AC_CHECK_PROG(RANLIB, ranlib, ranlib, :)])
+[AC_CHECK_TOOL(RANLIB, ranlib, :)])
# Check for mawk first since it's generally faster.