genevent 0.2
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 23 Sep 2005 16:38:05 +0000 (16:38 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 23 Sep 2005 16:38:05 +0000 (16:38 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1265 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/QUICKSTART
ltt/branches/poly/configure.in

index 97938cf4cabf1902783de7e4d040df90db54cd9b..4a781b5224a8e2a72380f5d7277d036ea6f08d28 100644 (file)
@@ -224,9 +224,9 @@ see lttv -m textDump --help for detailed command line options of textDump.
 
 su -
 cd /usr/src
-wget http://ltt.polymtl.ca/packages/genevent-0.1.tar.gz
-gzip -cd genevent-0.1.tar.gz | tar xvof -
-cd genevent-0.1
+wget http://ltt.polymtl.ca/packages/genevent-0.2.tar.gz
+gzip -cd genevent-0.2.tar.gz | tar xvof -
+cd genevent-0.2
 make
 make install
 
index 3fa1e631f150df44c06947f85149a68e3a7c760a..94f5cf6433501cc605501c9172ef085d9281a3d1 100644 (file)
@@ -23,7 +23,7 @@
 AC_PREREQ(2.57)
 AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
 #AC_WITH_LTDL  # not needed ?
-AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.6.4-21092005)
+AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.6.7-22092005)
 AM_CONFIG_HEADER(config.h)
 AM_PROG_LIBTOOL
 
This page took 0.025339 seconds and 4 git commands to generate.