0004-Add-AC_CONFIG_MACRO_DIR-to-configure.in.patch 874 B

123456789101112131415161718192021222324252627282930
  1. From a2553c203d8b8257dea1d2e2139b220935587144 Mon Sep 17 00:00:00 2001
  2. From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  3. Date: Sat, 25 Oct 2014 20:03:25 +0200
  4. Subject: [PATCH 4/5] Add AC_CONFIG_MACRO_DIR to configure.in
  5. Without AC_CONFIG_MACRO_DIR, when autoreconfiguring the package, it
  6. cannot find AM_PATH_EXPAT which is defined in config/expat.m4.
  7. Submitted upstream: https://github.com/rcmadruga/log4c-localtime/pull/1
  8. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  9. ---
  10. configure.in | 1 +
  11. 1 file changed, 1 insertion(+)
  12. diff --git a/configure.in b/configure.in
  13. index dbf11e9..769b204 100644
  14. --- a/configure.in
  15. +++ b/configure.in
  16. @@ -5,6 +5,7 @@ AC_PREREQ(2.57)
  17. AC_INIT
  18. AC_CONFIG_SRCDIR([configure.in])
  19. AC_CONFIG_AUX_DIR(config)
  20. +AC_CONFIG_MACRO_DIR([config])
  21. AM_CONFIG_HEADER(src/config.h)
  22. LOG4C_MAJOR_VERSION=1
  23. --
  24. 2.0.0