Reduce autoconf requirement

Pascal de Bruijn pmjdebruijn at pcode.nl
Mon Feb 8 22:26:34 UTC 2010


On Mon, Feb 8, 2010 at 11:23 PM, Andrew Lutomirski <amluto at gmail.com> wrote:
> Hi all-
>
> For kicks, I just grabbed gnome-color-manager out of git, built it,
> and ran it on KDE4 on Fedora 12.  (why not?)  It seems to work (I
> haven't tested its Argyll integration yet.)
>
> To make it build, though, I had to decrease the autoconf required
> version, like this:
>
> diff --git a/configure.ac b/configure.ac
> index bf4e31f..d4f422b 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1,4 +1,4 @@
> -AC_PREREQ(2.65)
> +AC_PREREQ(2.63)
>
>  AC_INIT([gnome-color-manager],[2.29.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-color-manager])
>  AC_CONFIG_SRCDIR(src)
>
> Is there any reason we require autogen 2.65?  2.63 from F12 seems to
> work just fine.

I apply the attached patch to git to make it work on Ubuntu Karmic.

> shared-color-targets needs the same patch.
>
> As an aside, what's the profile graph on the right?  Is it the
> calibration (VCGT), the gray axis of the profile, or something else?
> (I assume it's not the gray axis -- it doesn't really look like
> xicclu's output.)

If I'm not mistaken those are the TRC's...

VCGT is only relevant for displays...

Regards,
Pascal de Bruijn
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gcm-git-demodernize-configure-ac.patch
Type: text/x-patch
Size: 2099 bytes
Desc: not available
URL: <http://mail.gnome.org/archives/gnome-color-manager-list/attachments/20100208/70c3cbb6/attachment-0004.bin>


More information about the gnome-color-manager-list mailing list