From 13e4dfedc0c7857bba407701dd5a7e3170aa4744 Mon Sep 17 00:00:00 2001 From: Soeren Sandmann Date: Mon, 23 May 2005 05:39:27 +0000 Subject: [PATCH] Remove comment about auto* stuff, add link to Mon May 23 01:37:26 2005 Soeren Sandmann * README: Remove comment about auto* stuff, add link to http://www.daimi.au.dk/~sandmann/sysprof/ --- ChangeLog | 6 ++++++ README | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 002721ed..cd996255 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon May 23 01:37:26 2005 Soeren Sandmann + + * README: Remove comment about auto* stuff, link to + + http://www.daimi.au.dk/~sandmann/sysprof/ + Sun May 22 21:06:36 2005 Soeren Sandmann * TODO: Updates diff --git a/README b/README index 19d0ecf0..d85073ec 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ Sysprof is a sampling profiler that uses a kernel module, sysprof-module.ko, to generate stacktraces which are then interpreted by the userspace program "sysprof". -- There is no auto* stuff. Just type "make" and hope for the best +See http://www.daimi.au.dk/~sandmann/sysprof/ for more information - You need gtk+ 2.6.0 or better.