Bug 64231 - xf86-video-omapfb doesn't build with automake >= 1.13.1
Summary: xf86-video-omapfb doesn't build with automake >= 1.13.1
Status: RESOLVED NOTOURBUG
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/omap (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Rob Clark
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-05 04:09 UTC by Pascal Ernster
Modified: 2013-05-05 04:58 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.