cpufreq Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Dominik Brodowski <linux@dominikbrodowski.de>
To: cpufreq@www.linux.org.uk
Subject: Re: [RFC] cpufreqtools
Date: Mon, 25 Oct 2004 14:42:43 +0200	[thread overview]
Message-ID: <20041025124242.GA14371@dominikbrodowski.de> (raw)
In-Reply-To: <20041025121743.GH2998@inferi.kami.home>

On Mon, Oct 25, 2004 at 02:17:43PM +0200, Mattia Dongili wrote:
> so:
>   if libsysfs present and not --disable-sysfs-interface
>     #define INTERFACE_SYSFS
>   if --enable-proc-interface
>     #define INTERFACE_PROC
> 
>   if neither INTERFACE_SYSFS nor INTERFACE_PROC are defined
>     fail
> 
> does it sound good?

It sounds excellent. Somewhere later
if (--enable-sysfs-interface) && INTERFACE_SYSFS not defined
  fail
if (--disable-proc-interface)
  ignore -- disabled by default, unless --enable-proc-interface is passed

> Also, do you agree in splitting your package in libcpufreq-VERSION and
> cpufreqtools (that depends on the former)?

Yes, at least for the meantime. They may be re-merged into one before
{lib,}cpufreq{,tools}-0.1 is released, though...

Many thanks,
	Dominik

      reply	other threads:[~2004-10-25 12:42 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-21 17:22 [RFC] cpufreqtools Dominik Brodowski
2004-10-21 18:51 ` Dave Jones
2004-10-22 14:39 ` Bruno Ducrot
2004-10-22 14:57   ` Dominik Brodowski
2004-10-22 17:21     ` Bruno Ducrot
2004-10-22 17:47       ` Dominik Brodowski
2004-10-22 18:19         ` Bruno Ducrot
2004-10-24 16:30       ` Jeremy Fitzhardinge
2004-10-25 10:07         ` Paul Ionescu
2004-10-26 19:57           ` Dominik Brodowski
2004-10-25  9:01 ` Mattia Dongili
2004-10-25 11:11   ` Dominik Brodowski
2004-10-25 12:17     ` Mattia Dongili
2004-10-25 12:42       ` Dominik Brodowski [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041025124242.GA14371@dominikbrodowski.de \
    --to=linux@dominikbrodowski.de \
    --cc=cpufreq@www.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox