1*520786ccSPatrick WilliamsUpstream-Status: Pending 2*520786ccSPatrick Williams 3eb8dc403SDave Cobbleydiff -Nurd ./log4cpp.orig/configure.in ./log4cpp/configure.in 4eb8dc403SDave Cobbley--- ./log4cpp.orig/configure.in 2009-09-07 16:57:46.000000000 -0400 5eb8dc403SDave Cobbley+++ ./log4cpp/configure.in 2016-02-23 12:57:11.567240018 -0500 6eb8dc403SDave Cobbley@@ -130,7 +130,6 @@ 7eb8dc403SDave Cobbley # ---------------------------------------------------------------------------- 8eb8dc403SDave Cobbley 9eb8dc403SDave Cobbley AC_CONFIG_LIBCONFIG_IN([log4cpp]) 10eb8dc403SDave Cobbley-AC_CONFIG_PKGCONFIG_IN([log4cpp], [C++ library for flexible logging, modeled after Log4j]) 11eb8dc403SDave Cobbley 12eb8dc403SDave Cobbley AC_CONFIG_FILES([ 13eb8dc403SDave Cobbley Makefile 14eb8dc403SDave Cobbleydiff -Nurd ./log4cpp.orig/log4cpp.pc.in ./log4cpp/log4cpp.pc.in 15eb8dc403SDave Cobbley--- ./log4cpp.orig/log4cpp.pc.in 2004-01-27 05:24:25.000000000 -0500 16eb8dc403SDave Cobbley+++ ./log4cpp/log4cpp.pc.in 2016-02-22 15:06:55.769327491 -0500 17eb8dc403SDave Cobbley@@ -7,4 +7,4 @@ 18eb8dc403SDave Cobbley Description: C++ library for flexible logging, modeled after Log4j 19eb8dc403SDave Cobbley Version: @VERSION@ 20eb8dc403SDave Cobbley Libs: -L${libdir} @log4cpp_libs@ 21eb8dc403SDave Cobbley-Cflags: -I${includedir} @log4cpp_cflags@ 22eb8dc403SDave Cobbley+Cflags: -I${includedir} 23