vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Sun Jan 6 23:21:37 2013 +0200| [dc647fe5d1a089adc5e54d04d6df2c60f8d4da35] | committer: Rémi Denis-Courmont
configure: AC_CONFIG_HEADERS spelling > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dc647fe5d1a089adc5e54d04d6df2c60f8d4da35 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 59ccc0b..8aa15f6 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
