[vlc-commits] configure: AC_CONFIG_HEADERS spelling
    Rémi Denis-Courmont 
    git at videolan.org
       
    Sun Jan  6 22:25:04 CET 2013
    
    
  
npapi-vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jan  6 23:24:54 2013 +0200| [e617d16f5d0dd74df9b33e76f1d544a1f1058770] | committer: Rémi Denis-Courmont
configure: AC_CONFIG_HEADERS spelling
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=e617d16f5d0dd74df9b33e76f1d544a1f1058770
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 365bd5d..15b955b 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)
-AC_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS([config.h])
 
 # Disable with "./configure --disable-silent-rules" or "make V=1"
 AM_SILENT_RULES([yes])
    
    
More information about the vlc-commits
mailing list