gentoo/dev-libs/log4cpp/files/log4cpp-1.1-automake-1.13.patch
David Seifert dfa21cd91d
dev-libs/log4cpp: Port to EAPI 6
Package-Manager: Portage-2.3.19, Repoman-2.3.6
2017-12-31 13:43:53 +01:00

13 lines
242 B
Diff

--- a/configure.in
+++ b/configure.in
@@ -17,7 +17,8 @@
#AC_CONFIG_SRCDIR(configure.in)
AC_CONFIG_AUX_DIR(config)
-AM_CONFIG_HEADER(include/config.h)
+AC_CONFIG_HEADERS([include/config.h])
+AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE