libbluray | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Tue Jan 22 21:56:22 2013 +0200| [8165690672a78f86e2e4ab1faaeb64880631edec] | committer: Jean-Baptiste Kempf
configure.ac: Do not use deprecated AC_CONFIG_HEADER Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=8165690672a78f86e2e4ab1faaeb64880631edec --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 76c59ab..4677240 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([foreign tar-ustar]) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS(config.h) case "${host_os}" in "") _______________________________________________ libbluray-devel mailing list [email protected] http://mailman.videolan.org/listinfo/libbluray-devel
