From: Miles Bader <miles@gnu.ai.mit.edu>

* configure.in: Use AC_CHECK_TOOL to find AR & RANLIB.
	* configure: Regenerate using autoconf.
This commit is contained in:
Fred Fish 1996-04-08 04:56:53 +00:00
parent 125c17af91
commit ed086b0a71
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.3)dnl
AC_INIT(Makefile.in)
AC_PROG_CC
AC_CHECK_TOOL(AR, ar)
AC_CHECK_TOOL(RANLIB, ranlib, :)
AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/..)
AC_CANONICAL_SYSTEM
AC_ARG_PROGRAM