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

2013-01-03 Thread Matt Turner
On Wed, Jan 2, 2013 at 8:38 PM, Marko Lindqvist cazf...@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 cazf...@gmail.com -a
write a commit title and summary message

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

Matt
___
Pixman mailing list
Pixman@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/pixman


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

2013-01-03 Thread Siarhei Siamashka
On Thu, 3 Jan 2013 06:38:01 +0200
Marko Lindqvist cazf...@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, pushed to git.

-- 
Best regards,
Siarhei Siamashka
___
Pixman mailing list
Pixman@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/pixman