0003-automake-add-subdir-objects-option.patch 811 B

12345678910111213141516171819202122
  1. automake: add subdir-objects option
  2. Our version of automake warns if this option is enabled and source files
  3. in subdirectories are used.
  4. It doesn't really seems to have a noticable effect on the build, but it
  5. does remove a lot of annoying warnings.
  6. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
  7. diff -Nrup vlc-2.1.2.orig/configure.ac vlc-2.1.2/configure.ac
  8. --- vlc-2.1.2.orig/configure.ac 2014-02-27 00:22:19.512944952 +0100
  9. +++ vlc-2.1.2/configure.ac 2014-02-27 00:24:21.360940651 +0100
  10. @@ -24,7 +24,7 @@ AC_CANONICAL_BUILD
  11. AC_CANONICAL_HOST
  12. AC_PRESERVE_HELP_ORDER
  13. -AM_INIT_AUTOMAKE(tar-ustar color-tests foreign)
  14. +AM_INIT_AUTOMAKE(tar-ustar color-tests foreign subdir-objects)
  15. AC_CONFIG_HEADERS([config.h])
  16. # Disable with "./configure --disable-silent-rules" or "make V=1"