Support for the new restart TLV, from Hannes Gredler.
[obnox/wireshark/wip.git] / configure.in
index f81d12da3dbe443dd1a457a15b57b20494a88e0e..cf38a334fdf52213e5619d05e83dc78db9de0932 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.151 2002/02/02 21:07:40 guy Exp $
+# $Id: configure.in,v 1.153 2002/02/05 18:39:05 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
@@ -13,7 +13,7 @@ AC_INIT(etypes.h)
 
 AC_PREREQ(2.13)
 
-AM_INIT_AUTOMAKE(ethereal, 0.9.0)
+AM_INIT_AUTOMAKE(ethereal, 0.9.1)
 
 dnl Check for CPU / vendor / OS
 AC_CANONICAL_HOST
@@ -25,6 +25,7 @@ AC_PROG_RANLIB
 AC_PROG_YACC
 AM_PROG_LEX
 AC_PATH_PROG(PERL, perl)
+AC_PATH_PROG(POD2MAN, pod2man)
 AC_PATH_PROG(LEX, flex)
 AC_PATH_PROG(PYTHON, python)