aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-07-28 20:03:59 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-07-28 20:03:59 +0000
commit8ceb7d40f9a603d4d792ce7ed904aff69b468456 (patch)
tree61b5da1b681e609626ce2276680a6b4bdc77bd65 /configure.in
parent551a4d58fd36a32137f7090904c7cb4152b547fa (diff)
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 6 insertions, 4 deletions
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