From f2c2443bbcfd5e09518bd87f3fd8d4a727d73ae2 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sat, 24 Aug 2002 12:54:55 +0000 Subject: [PATCH] Check for ranlib. --- configure.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 9f9849d6..9a584b76 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Id: configure.in,v 1.13.2.54 2002/08/24 12:11:38 guus Exp $ +dnl $Id: configure.in,v 1.13.2.55 2002/08/24 12:54:55 guus Exp $ AC_PREREQ(2.50) AC_INIT(src/tincd.c) @@ -29,8 +29,7 @@ AC_PROG_AWK AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET -jm_PERL - +AC_PROG_RANLIB AC_ISC_POSIX -- 2.20.1