[Pixman] [PATCH] Fix build with automake-1.13

Matt Turner mattst88 at gmail.com
Thu Jan 3 11:43:31 PST 2013


On Wed, Jan 2, 2013 at 8:38 PM, Marko Lindqvist <cazfi74 at gmail.com> wrote:
> Automake-1.13 has removed long obsolete AM_CONFIG_HEADER macro (
> http://lists.gnu.org/archive/html/automake/2012-12/msg00038.html )
> and autoreconf errors out upon seeing it.
>
> Attached patch replaces obsolete AM_CONFIG_HEADER with now proper
> AC_CONFIG_HEADERS.
>
> I'm not subscribed to the mailing list.

Thanks, I tried to apply this, but git won't let me push... will try
to get this worked out.

In the future, please use git format-patch and git send-email. To
apply your patch, I had to

patch -p1 < ...
git commit --author="Marko Lindqvist <cazfi74 at gmail.com>" -a
<write a commit title and summary message>

It's a lot nicer to just be able to type git am :)

Matt


More information about the Pixman mailing list