aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-08-24 17:18:35 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-08-24 17:18:35 +0000
commitdcc1cbe7eb3fb8369a5f5eb9d715d52ca3601f7c (patch)
tree8f87714135e4cd1413ea582f3c45d74f11ac403d /configure.in
parente1bd4fd73f3abecd66396f8f14a385b8fe519f31 (diff)
downloadwireshark-dcc1cbe7eb3fb8369a5f5eb9d715d52ca3601f7c.tar.gz
wireshark-dcc1cbe7eb3fb8369a5f5eb9d715d52ca3601f7c.tar.bz2
wireshark-dcc1cbe7eb3fb8369a5f5eb9d715d52ca3601f7c.zip
Changed spec file for producing RPMs to ethereal.spec.in so that
'configure' can update the version automatically. That way we don't have to update the spec file every time the version of ethereal changes. svn path=/trunk/; revision=563
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index f34764e6d4..1e890ee950 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.38 1999/08/11 16:42:51 gram Exp $
+# $Id: configure.in,v 1.39 1999/08/24 17:18:34 gram Exp $
dnl Process this file with autoconf to produce a configure script.
AC_INIT(etypes.h)
@@ -152,5 +152,5 @@ AC_SUBST(SUBDIRS)
AM_CONFIG_HEADER(config.h)
AC_CONFIG_SUBDIRS(wiretap)
-AC_OUTPUT(Makefile doc/Makefile doc/dfilter2pod,
+AC_OUTPUT(Makefile ethereal.spec doc/Makefile doc/dfilter2pod,
[chmod +x doc/dfilter2pod])