You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by af...@apache.org on 2007/05/27 18:56:25 UTC

svn commit: r542001 - in /logging/log4cxx/trunk: Makefile.am configure.in liblog4cxx.pc.in

Author: afester
Date: Sun May 27 09:56:24 2007
New Revision: 542001

URL: http://svn.apache.org/viewvc?view=rev&rev=542001
Log:
LOGCXX-43: added pkg-config files

Added:
    logging/log4cxx/trunk/liblog4cxx.pc.in
Modified:
    logging/log4cxx/trunk/Makefile.am
    logging/log4cxx/trunk/configure.in

Modified: logging/log4cxx/trunk/Makefile.am
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/Makefile.am?view=diff&rev=542001&r1=542000&r2=542001
==============================================================================
--- logging/log4cxx/trunk/Makefile.am (original)
+++ logging/log4cxx/trunk/Makefile.am Sun May 27 09:56:24 2007
@@ -15,3 +15,6 @@
 #
 SUBDIRS = docs src include simplesocketserver tests performance examples
 EXTRA_DIST = autogen.sh aclocal.m4 find_apr.m4 find_apu.m4 build.xml apr-build.xml aprutil-build.xml cppunit-build.xml apr-bug-39848.patch apr-bug-39852.patch apr-bug-39853.patch apr-bug-39856.patch apr-bug-39857.patch apr-bug-39858.patch apr-bug-39859.patch apr-bug-39867.patch apr-bug-39868.patch apr-bug-39869.patch apr-bug-39884.patch apr-bug-39886.patch apr-bug-39888.patch apr-bug-39889.patch apr-bug-39892.patch apr-bug-39895.patch apr-bug-39896.patch
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = liblog4cxx.pc

Modified: logging/log4cxx/trunk/configure.in
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/configure.in?view=diff&rev=542001&r1=542000&r2=542001
==============================================================================
--- logging/log4cxx/trunk/configure.in (original)
+++ logging/log4cxx/trunk/configure.in Sun May 27 09:56:24 2007
@@ -370,6 +370,7 @@
 
 AC_CONFIG_FILES([
 Makefile
+liblog4cxx.pc
 docs/Makefile
 docs/Doxyfile
 src/Makefile

Added: logging/log4cxx/trunk/liblog4cxx.pc.in
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/liblog4cxx.pc.in?view=auto&rev=542001
==============================================================================
--- logging/log4cxx/trunk/liblog4cxx.pc.in (added)
+++ logging/log4cxx/trunk/liblog4cxx.pc.in Sun May 27 09:56:24 2007
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: log4cxx
+Description: log4cxx C++ logging framework
+Version: @VERSION@
+Libs: -L${libdir} -llog4cxx
+Cflags: -I${includedir}
+