diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-08-31 05:52:08 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-08-31 05:52:08 +0000 |
commit | bf20c06bea39ce927229d91c43895f3d98d6c1b9 (patch) | |
tree | 455b1ea11d5a651f3a8da331fbaacdfe3b1eabf7 /autogen.sh | |
parent | 2f1f2b08edf6f88be53183d805d3dc3b78dfc165 (diff) | |
download | wireshark-bf20c06bea39ce927229d91c43895f3d98d6c1b9.tar.gz wireshark-bf20c06bea39ce927229d91c43895f3d98d6c1b9.tar.bz2 wireshark-bf20c06bea39ce927229d91c43895f3d98d6c1b9.zip |
Changed gtk subdirectory to use only Makefile.am, and not have a configure
script. The configuration is faster this way. Also, moved version to 0.7.3.
svn path=/trunk/; revision=614
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index ad88e410be..3351c8f91a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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" @@ -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"; \ |