From: compudj Date: Thu, 22 Sep 2005 02:06:27 +0000 (+0000) Subject: 0.6.4 X-Git-Tag: v0.12.20~2234 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=486ce202581cb5dd8ba304edc449cab980683c52;p=lttv.git 0.6.4 git-svn-id: http://ltt.polymtl.ca/svn@1255 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/QUICKSTART b/ltt/branches/poly/QUICKSTART index c9514e98..ca798bdc 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.3-20092005.tar.gz -gzip -cd LinuxTraceToolkitViewer-0.6.3-20092005.tar.gz | tar xvof - -cd LinuxTraceToolkitViewer-0.6.3-20092005 +wget http://ltt.polymtl.ca/packages/LinuxTraceToolkitViewer-0.6.4-21092005.tar.gz +gzip -cd LinuxTraceToolkitViewer-0.6.4-21092005.tar.gz | tar xvof - +cd LinuxTraceToolkitViewer-0.6.4-21092005 (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 4fbefc4a..3fa1e631 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.3-20092005) +AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.6.4-21092005) AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL