Skip to content

Commit

Permalink
Changed gtk subdirectory to use only Makefile.am, and not have a conf…
Browse files Browse the repository at this point in the history
…igure

script. The configuration is faster this way. Also, moved version to 0.7.3.

svn path=/trunk/; revision=614
  • Loading branch information
gilramir committed Aug 31, 1999
1 parent 2f1f2b0 commit bf20c06
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Overview of changes in Ethereal 0.7.3:
(Tom Gallagher <Tom.Gallagher@madge.com>)
* Change to usage of boolean fields in display filters (Gilbert)
* Optimized GTKClist (Guy)
* Optimized wiretap/ethereal interaction (Guy)
* Handle NBNS continuations (Richard)
* Started ATM support (Guy)
* Enhanced user-friendliness via default behaviors and error messages
Expand Down
4 changes: 2 additions & 2 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Run this to generate all the initial makefiles.
#
# $Id: autogen.sh,v 1.5 1999/08/27 22:27:07 gram Exp $
# $Id: autogen.sh,v 1.6 1999/08/31 05:51:59 gram Exp $

DIE=0
PROJECT="Ethereal"
Expand Down Expand Up @@ -32,7 +32,7 @@ if test -z "$*"; then
echo "please specify them on the $0 command line."
fi

for dir in . wiretap gtk ; do
for dir in . wiretap ; do
echo processing $dir
(cd $dir; \
aclocalinclude="$ACLOCAL_FLAGS"; \
Expand Down
8 changes: 4 additions & 4 deletions configure.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $Id: configure.in,v 1.40 1999/08/27 22:27:07 gram Exp $
# $Id: configure.in,v 1.41 1999/08/31 05:51:59 gram Exp $
dnl Process this file with autoconf to produce a configure script.
AC_INIT(etypes.h)

AM_INIT_AUTOMAKE(ethereal, 0.7.2)
AM_INIT_AUTOMAKE(ethereal, 0.7.3)

dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST
Expand Down Expand Up @@ -151,6 +151,6 @@ dnl blank for now, but will be used in future
AC_SUBST(SUBDIRS)

AM_CONFIG_HEADER(config.h)
AC_CONFIG_SUBDIRS(wiretap gtk)
AC_OUTPUT(Makefile ethereal.spec doc/Makefile doc/dfilter2pod,
AC_CONFIG_SUBDIRS(wiretap)
AC_OUTPUT(Makefile ethereal.spec doc/Makefile doc/dfilter2pod gtk/Makefile,
[chmod +x doc/dfilter2pod])
Empty file removed gtk/AUTHORS
Empty file.
Empty file removed gtk/ChangeLog
Empty file.
5 changes: 4 additions & 1 deletion gtk/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ CLEANFILES = \
*~

libui_a_SOURCES = \
gtkbindings.h \
gtkclist.c \
gtkclist.h
gtkclist.h \
gtkdnd.h \
gtkmain.h
Empty file removed gtk/NEWS
Empty file.
Empty file removed gtk/README
Empty file.

0 comments on commit bf20c06

Please sign in to comment.