aboutsummaryrefslogtreecommitdiffstats
path: root/epan/configure.in
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2002-08-14 14:42:42 +0000
committerJörg Mayer <jmayer@loplof.de>2002-08-14 14:42:42 +0000
commitcd5eb3cb8e6f2ab80629785913ac59c30df72cda (patch)
treed46dba0599d3604f1010cd2fd2a9ab3f7dd91c54 /epan/configure.in
parent51e4328d8e30892867433bd47fbdc51b90f3bb51 (diff)
Replace usage of AC_PROG_RANLIB which is deprecated for newer versions
of autoconf by AM_PROG_LIBTOOL svn path=/trunk/; revision=5992
Diffstat (limited to 'epan/configure.in')
-rw-r--r--epan/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/configure.in b/epan/configure.in
index 296f572992..e3daa645ee 100644
--- a/epan/configure.in
+++ b/epan/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.25 2002/06/28 20:15:31 gerald Exp $
+# $Id: configure.in,v 1.26 2002/08/14 14:42:39 jmayer Exp $
dnl
dnl Process this file with autoconf 2.13 or later to produce a
dnl configure script; 2.12 doesn't generate a "configure" script that
@@ -24,7 +24,7 @@ AC_PROG_CC
AC_PROG_CPP
AC_PROG_YACC
AM_PROG_LEX
-AC_PROG_RANLIB
+AC_PROG_LIBTOOL
AC_PATH_PROG(LEX, flex)
AC_SUBST(FLEX_PATH)