From 89535b775be8b260a5feed081699caf89a96000a Mon Sep 17 00:00:00 2001 From: compudj Date: Tue, 20 Sep 2005 21:50:51 +0000 Subject: [PATCH] fix timing bug in tracecontrol git-svn-id: http://ltt.polymtl.ca/svn@1246 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/QUICKSTART | 6 +++--- ltt/branches/poly/configure.in | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ltt/branches/poly/QUICKSTART b/ltt/branches/poly/QUICKSTART index 614e1591..d497b4df 100644 --- a/ltt/branches/poly/QUICKSTART +++ b/ltt/branches/poly/QUICKSTART @@ -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 diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 116c6ae8..9f0b2402 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -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 -- 2.34.1