[Openchrome-devel] [Bug 60368] xf86-video-openchrome doesn't build with automake 1.13.1

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Feb 6 07:00:19 PST 2013


https://bugs.freedesktop.org/show_bug.cgi?id=60368

--- Comment #1 from Pascal Ermster <bugs.freedesktop.org at hardfalcon.net> ---
This patch fixes the issue:

diff -rup a/configure.ac b/configure.ac
--- a/configure.ac    2013-02-06 15:58:55.438025812 +0100
+++ b/configure.ac    2013-02-06 15:58:38.507264220 +0100
@@ -38,7 +38,7 @@ AC_DEFINE_UNQUOTED([VIA_PATCHLEVEL],
                    [Patch version])

 AC_CONFIG_SRCDIR([Makefile.am])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_AUX_DIR(.)

 AM_INIT_AUTOMAKE([foreign dist-bzip2])

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/openchrome-devel/attachments/20130206/9822ba27/attachment.html>


More information about the Openchrome-devel mailing list