From: compudj Date: Fri, 23 Sep 2005 16:38:05 +0000 (+0000) Subject: genevent 0.2 X-Git-Tag: v0.12.20~2224 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=e7e20d44f84c1a7d25bf9201470e43553e57b93e;p=lttv.git genevent 0.2 git-svn-id: http://ltt.polymtl.ca/svn@1265 04897980-b3bd-0310-b5e0-8ef037075253 --- 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