]> git.sesse.net Git - vlc/commitdiff
configure: AC_CONFIG_HEADERS spelling
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 6 Jan 2013 21:21:37 +0000 (23:21 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 6 Jan 2013 21:22:01 +0000 (23:22 +0200)
configure.ac

index 59ccc0b0a8e65b9ed356cb91f677d59d8f6e707d..8aa15f6eeea894b317a939b9cd2bf2409e2b24fa 100644 (file)
@@ -25,7 +25,7 @@ AC_CANONICAL_HOST
 AC_PRESERVE_HELP_ORDER
 
 AM_INIT_AUTOMAKE(tar-ustar color-tests foreign)
-AC_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS([config.h])
 
 # Disable with "./configure --disable-silent-rules" or "make V=1"
 AM_SILENT_RULES([yes])