autoconf caused by an underquoted definition of AM_PATH_LOG4C. This
patch fixes this warning.
+Submitted upstream: https://github.com/rcmadruga/log4c-localtime/pull/1
+
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
the #if WITH_ROLLINGFILE conditional, causing linker errors when the
library is used.
+Submitted upstream: https://github.com/rcmadruga/log4c-localtime/pull/1
+
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
To better support this situation, we add an AC_CHECK_HEADERS() check
on mcheck.h, and then use HAVE_MCHECK_H were appropriate.
+Submitted upstream: https://github.com/rcmadruga/log4c-localtime/pull/1
+
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
configure.in | 2 +-
Without AC_CONFIG_MACRO_DIR, when autoreconfiguring the package, it
cannot find AM_PATH_EXPAT which is defined in config/expat.m4.
+Submitted upstream: https://github.com/rcmadruga/log4c-localtime/pull/1
+
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
configure.in | 1 +
So this commit adds the AC_PROG_CXX macro to configure.in, and ensures
that the C++ test is only built if a C++ compiler is available.
+Submitted upstream: https://github.com/rcmadruga/log4c-localtime/pull/1
+
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
configure.in | 3 +++