aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-13 18:05:49 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-13 18:05:49 +0000
commitfe83ff2c7d701bb180dd293a6ed8a1055d02116c (patch)
tree1233be104d84453fbf7b530e00cada43f5543174 /configure.in
parentba4e5dc7b2fe2b75694feae2f935a58a1a151c47 (diff)
Add the help directory to the build. Bump the release version to 0.10.0a
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9276 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 8d3ed407dc..b19c9bc46e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.235 2003/12/10 21:50:04 gerald Exp $
+# $Id: configure.in,v 1.236 2003/12/13 18:05:48 gerald 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
@@ -17,7 +17,7 @@ dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(ethereal, 0.10.0)
+AM_INIT_AUTOMAKE(ethereal, 0.10.0a)
dnl Checks for programs.
AC_PROG_CC
@@ -855,6 +855,7 @@ AC_OUTPUT(
Makefile
doc/Makefile
gtk/Makefile
+ help/Makefile
packaging/Makefile
packaging/nsis/Makefile
packaging/rpm/Makefile