carnold     2005/06/02 22:20:31

  Modified:    .        autogen.sh configure.in
               include/log4cxx Makefile.am
               tests/input Makefile.am
  Log:
  Additional automake patches from Andreas
  
  Revision  Changes    Path
  1.5       +0 -1      logging-log4cxx/autogen.sh
  
  Index: autogen.sh
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/autogen.sh,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- autogen.sh        30 May 2005 00:18:12 -0000      1.4
  +++ autogen.sh        3 Jun 2005 05:20:30 -0000       1.5
  @@ -10,6 +10,5 @@
   rm -f config.cache
   rm -f config.log
   aclocal -I .
  -autoheader
   autoconf
   automake -a --copy
  
  
  
  1.54      +6 -6      logging-log4cxx/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/configure.in,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- configure.in      1 Jun 2005 20:40:25 -0000       1.53
  +++ configure.in      3 Jun 2005 05:20:30 -0000       1.54
  @@ -392,14 +392,14 @@
   include/log4cxx/config/Makefile
   include/log4cxx/db/Makefile
   include/log4cxx/rolling/Makefile
  -include/log4cxx/pattern/Makefile

  -include/log4cxx/filter/Makefile

  +include/log4cxx/pattern/Makefile
  +include/log4cxx/filter/Makefile
   simplesocketserver/Makefile
   tests/Makefile
   tests/input/Makefile
   tests/input/performance/Makefile
   tests/input/ndc/Makefile
  -tests/input/rolling/Makefile

  +tests/input/rolling/Makefile
   tests/input/xml/Makefile
   tests/src/Makefile
   tests/src/customlogger/Makefile
  @@ -414,9 +414,9 @@
   tests/src/xml/Makefile
   tests/src/varia/Makefile
   tests/witness/Makefile
  -tests/witness/encoding/Makefile

  -tests/witness/ndc/Makefile

  -tests/witness/rolling/Makefile

  +tests/witness/encoding/Makefile
  +tests/witness/ndc/Makefile
  +tests/witness/rolling/Makefile
   performance/Makefile
   performance/xml/Makefile
   examples/Makefile
  
  
  
  1.10      +1 -1      logging-log4cxx/include/log4cxx/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/Makefile.am,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Makefile.am       1 Jun 2005 18:40:23 -0000       1.9
  +++ Makefile.am       3 Jun 2005 05:20:31 -0000       1.10
  @@ -1,4 +1,4 @@
  -SUBDIRS = helpers net nt rolling spi varia xml config db private pattern
  +SUBDIRS = helpers net nt rolling spi varia xml config db private pattern 
filter
   log4cxxincdir = $(includedir)/log4cxx
   log4cxxinc_HEADERS= $(top_srcdir)/include/log4cxx/*.h log4cxx.h
   DISTCLEANFILES = log4cxx.h
  
  
  
  1.4       +1 -1      logging-log4cxx/tests/input/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/tests/input/Makefile.am,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.am       18 Feb 2005 17:18:54 -0000      1.3
  +++ Makefile.am       3 Jun 2005 05:20:31 -0000       1.4
  @@ -1,2 +1,2 @@
  -SUBDIRS = ndc performance xml
  +SUBDIRS = ndc performance xml rolling
   EXTRA_DIST = *.properties
  
  
  

Reply via email to