From 8ceb7d40f9a603d4d792ce7ed904aff69b468456 Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Fri, 28 Jul 2000 20:03:59 +0000 Subject: Add the re-write of the NetWare Core Protocol dissector. It's mostly a framework for the dissector; of the more than 400 NCP packet types, only a handful are defined. But this dissector framework is much better than the previous one. svn path=/trunk/; revision=2173 --- configure.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index d40a4b5aca..2db9feeea2 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.98 2000/07/28 16:30:17 gram Exp $ +# $Id: configure.in,v 1.99 2000/07/28 20:03:41 gram 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 @@ -26,11 +26,13 @@ AC_PROG_CPP AC_PROG_RANLIB AC_PROG_YACC AM_PROG_LEX -AC_PATH_PROG(PERL_PATH, perl) +AC_PATH_PROG(PERL, perl) AC_PATH_PROG(LEX, flex) +AC_PATH_PROG(PYTHON, python) -AC_SUBST(PERL_PATH) -AC_SUBST(FLEX_PATH) +AC_SUBST(PERL) +AC_SUBST(LEX) +AC_SUBST(PYTHON) # Check for packaging utilities -- cgit v1.2.3