fix timing bug in tracecontrol
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 20 Sep 2005 21:50:51 +0000 (21:50 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 20 Sep 2005 21:50:51 +0000 (21:50 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1246 04897980-b3bd-0310-b5e0-8ef037075253

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

index 614e15915f911fce30db747b8fac58ad9c40b7e8..d497b4df6d926345dce5e744a1c3895f8d4ed49d 100644 (file)
@@ -103,9 +103,9 @@ echo ltt-control >> /etc/modules
 
 su -
 cd /usr/src
-wget http://ltt.polymtl.ca/packages/LinuxTraceToolkitViewer-0.6.2-20092005.tar.gz
-gzip -cd LinuxTraceToolkitViewer-0.6.2-20092005.tar.gz | tar xvof -
-cd LinuxTraceToolkitViewer-0.6.2-20092005
+wget http://ltt.polymtl.ca/packages/LinuxTraceToolkitViewer-0.6.3-20092005.tar.gz
+gzip -cd LinuxTraceToolkitViewer-0.6.3-20092005.tar.gz | tar xvof -
+cd LinuxTraceToolkitViewer-0.6.3-20092005
 (refer to README to see the development libraries that must be installed on you
 system)
 ./configure
index 116c6ae8318b058161d34c4779cd1980c299726a..9f0b2402fa298332303bc33b4e3b12c841a4171a 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.2-20092005)
+AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.6.3-20092005)
 AM_CONFIG_HEADER(config.h)
 AM_PROG_LIBTOOL
 
This page took 0.027055 seconds and 4 git commands to generate.