Bug 64231

Summary: xf86-video-omapfb doesn't build with automake >= 1.13.1
Product: xorg Reporter: Pascal Ernster <bugs.freedesktop.org>
Component: Driver/omapAssignee: Rob Clark <robclark>
Status: RESOLVED NOTOURBUG QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Pascal Ernster 2013-05-05 04:09:54 UTC
In short: The source code won't build with automake >= 1.13.1 because you're using an old macro in your configure.ac, that has been deprecated for years and has now finally been removed from automake 1.13.1 and beyond.

Just replace the line

AM_CONFIG_HEADER([config.h])

with the line

AC_CONFIG_HEADERS([config.h])

and you'll be fine.

We've had the same problem already a few months ago with xorg-video-openchrome, where I've also posted the same patch:

https://bugs.freedesktop.org/show_bug.cgi?id=60368
Comment 1 Rob Clark 2013-05-05 04:40:56 UTC
umm, I'm not really sure where the "official" home for xf86-video-omapfb is, but it isn't freedesktop.org.

(note that xf86-video-omapfb is something different from xf86-video-omap..  the former is something that uses the omapfb fbdev driver, the later is for omapdrm/kms driver)

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.