<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - xf86-video-openchrome doesn't build with automake 1.13.1"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=60368#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - xf86-video-openchrome doesn't build with automake 1.13.1"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=60368">bug 60368</a>
              from <span class="vcard"><a class="email" href="mailto:bugs.freedesktop.org@hardfalcon.net" title="Pascal Ermster <bugs.freedesktop.org@hardfalcon.net>"> <span class="fn">Pascal Ermster</span></a>
</span></b>
        <pre>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])</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>