From e7e20d44f84c1a7d25bf9201470e43553e57b93e Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 23 Sep 2005 16:38:05 +0000 Subject: [PATCH] genevent 0.2 git-svn-id: http://ltt.polymtl.ca/svn@1265 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 97938cf4..4a781b52 100644 --- a/ltt/branches/poly/QUICKSTART +++ b/ltt/branches/poly/QUICKSTART @@ -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 diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 3fa1e631..94f5cf64 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.4-21092005) +AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.6.7-22092005) AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL -- 2.34.1