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 ca...@apache.org on 2005/05/30 02:18:12 UTC

cvs commit: logging-log4cxx/src Makefile.am

carnold     2005/05/29 17:18:12

  Modified:    .        autogen.sh
               performance Makefile.am
               src      Makefile.am
  Log:
  autoconf patch from Andreas Fester
  
  Revision  Changes    Path
  1.4       +2 -2      logging-log4cxx/autogen.sh
  
  Index: autogen.sh
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/autogen.sh,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- autogen.sh	11 Mar 2005 15:17:07 -0000	1.3
  +++ autogen.sh	30 May 2005 00:18:12 -0000	1.4
  @@ -5,11 +5,11 @@
         (Darwin)        LIBTOOLIZE=glibtoolize  ;;
         (*)             LIBTOOLIZE=libtoolize   ;;
   esac
  -$LIBTOOLIZE --force --automake
  +$LIBTOOLIZE --force --automake --copy
   
   rm -f config.cache
   rm -f config.log
   aclocal -I .
   autoheader
   autoconf
  -automake -a
  +automake -a --copy
  
  
  
  1.9       +2 -0      logging-log4cxx/performance/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/performance/Makefile.am,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Makefile.am	10 Feb 2005 05:07:31 -0000	1.8
  +++ Makefile.am	30 May 2005 00:18:12 -0000	1.9
  @@ -1,3 +1,5 @@
  +SUBDIRS = xml
  +
   noinst_PROGRAMS = logging
   
   performanceincdir = $(includedir)/log4cxx
  
  
  
  1.29      +1 -0      logging-log4cxx/src/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/Makefile.am,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- Makefile.am	29 Apr 2005 00:26:15 -0000	1.28
  +++ Makefile.am	30 May 2005 00:18:12 -0000	1.29
  @@ -23,6 +23,7 @@
           datelayout.cpp \
           dateformat.cpp \
           defaultcategoryfactory.cpp \
  +        defaultconfigurator.cpp \
           domconfigurator.cpp \
           exception.cpp \
           fallbackerrorhandler.cpp \