obsolete_automake_macros.patch 478 B

1234567891011121314
  1. Upstream-Status: Backport
  2. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
  3. diff -Nurd bluez-4.101/configure.ac bluez-4.101/configure.ac
  4. --- bluez-4.101/configure.ac 2012-06-22 19:36:49.000000000 +0300
  5. +++ bluez-4.101/configure.ac 2013-01-07 06:13:18.385888966 +0200
  6. @@ -2,7 +2,7 @@
  7. AC_INIT(bluez, 4.101)
  8. AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
  9. -AM_CONFIG_HEADER(config.h)
  10. +AC_CONFIG_HEADERS(config.h)
  11. m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])