aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2003-10-01 15:09:32 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2003-10-01 15:09:32 +0000
commitb0618f5fabd4e9161e17d121889276e4567e7c96 (patch)
tree8b769cd4fe495b380e5fc7e088224b6b98862183 /configure.in
parentece25050a9490d63639885634fe3f220aedaebca (diff)
Put the display-filter elements into it's own manpage (ethereal-filter.4)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8577 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e6169eff5b..e28072d6e3 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.222 2003/09/20 10:06:40 guy Exp $
+# $Id: configure.in,v 1.223 2003/10/01 15:09:32 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
@@ -324,12 +324,14 @@ AC_ARG_ENABLE(tethereal,
if test "x$enable_tethereal" = "xyes" ; then
tethereal_bin="tethereal"
tethereal_man="tethereal.1"
+ etherealfilter_man="ethereal-filter.4"
else
tethereal_bin=""
tethereal_man=""
fi
AC_SUBST(tethereal_bin)
AC_SUBST(tethereal_man)
+AC_SUBST(etherealfilter_man)