[VDPAU] [PATCH] Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER to appease automake 1.13
Aaron Plattner
aplattner at nvidia.com
Thu Jan 24 14:26:22 PST 2013
Signed-off-by: Aaron Plattner <aplattner at nvidia.com>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 0cee3e5..2eaa5d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_INIT(libvdpau, 0.5, [xorg at lists.freedesktop.org], libvdpau)
AM_INIT_AUTOMAKE([dist-bzip2 foreign])
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
# them.
--
1.7.12
More information about the VDPAU
mailing list