aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2006-06-01 10:41:29 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2006-06-01 10:41:29 +0000
commitdf77e1f0f58e11b01c01953c20aa4f509b0de0bc (patch)
tree506369339dc94ba825c6b746d7cd4d6b7538e301 /configure.in
parent66bf41c49328038f9e90913d43c6bf5a4ba352f0 (diff)
Ethereal->Wireshark
svn path=/trunk/; revision=18300
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 5dc4822f03..7761efcd70 100644
--- a/configure.in
+++ b/configure.in
@@ -304,13 +304,13 @@ esac
#
# Check for versions of "sed" inadequate to handle, in libtool, a list
-# of object files as large as the list in Ethereal.
+# of object files as large as the list in Wireshark.
#
# On Solaris, we check for "/bin/sed", "/usr/bin/sed", and "/usr/ucb/sed",
# as both "/usr/bin/sed" (which is also "/bin/sed", as "/bin" is just a
# symlink to "/usr/bin", but people may have "/bin" before "/usr/bin" in
# their search path) and "/usr/ucb/sed" are inadequate; "/usr/xpg4/bin/sed"
-# is the only "sed" that comes with Solaris that can handle Ethereal.
+# is the only "sed" that comes with Solaris that can handle Wireshark.
#
# Add any checks here that are necessary for other OSes.
#
@@ -1287,7 +1287,7 @@ AC_SUBST(LIBTOOL_DEPS)
AM_CONDITIONAL(ENABLE_STATIC, test x$enable_static = xyes)
if test x$enable_static = xyes -a x$have_plugins = xyes
then
- AC_DEFINE(ENABLE_STATIC, 1, [Link plugins statically into Ethereal])
+ AC_DEFINE(ENABLE_STATIC, 1, [Link plugins statically into Wireshark])
fi
AC_SUBST(ENABLE_STATIC)
@@ -1400,7 +1400,7 @@ else
fi
echo ""
-echo "The Ethereal package has been configured with the following options."
+echo "The Wireshark package has been configured with the following options."
echo " Build wireshark : $enable_wireshark"
echo " Build tshark : $enable_tshark"
echo " Build capinfos : $enable_capinfos"