[vlc-commits] Replace obsolete AM_CONFIG_HEADERS

Rémi Denis-Courmont git at videolan.org
Wed Jan 2 17:27:34 CET 2013


npapi-vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Jan  2 18:27:10 2013 +0200| [93f595793e192e89ad0e85b6af51915550e69875] | committer: Rémi Denis-Courmont

Replace obsolete AM_CONFIG_HEADERS

(Needed for automake 1.13)

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=93f595793e192e89ad0e85b6af51915550e69875
---

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 78276b8..8143b67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ AC_CANONICAL_HOST
 AC_PRESERVE_HELP_ORDER
 
 AM_INIT_AUTOMAKE(tar-ustar color-tests)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADER(config.h)
 
 # Disable with "./configure --disable-silent-rules" or "make V=1"
 AM_SILENT_RULES([yes])



More information about the vlc-commits mailing list