Commit 99d6a9b2 authored by Aaron Plattner's avatar Aaron Plattner
Browse files

Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER to appease automake 1.13


Signed-off-by: default avatarAaron Plattner <aplattner@nvidia.com>
parent 3b43955c
...@@ -4,7 +4,7 @@ AC_INIT(libvdpau, 0.5, [vdpau@lists.freedesktop.org], libvdpau) ...@@ -4,7 +4,7 @@ AC_INIT(libvdpau, 0.5, [vdpau@lists.freedesktop.org], libvdpau)
AM_INIT_AUTOMAKE([dist-bzip2 foreign]) AM_INIT_AUTOMAKE([dist-bzip2 foreign])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h) AC_CONFIG_HEADERS(config.h)
# Disable static libraries by default. Use --enable-static if you really want # Disable static libraries by default. Use --enable-static if you really want
# them. # them.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment