MichaÃl CATANZARITI wrote:
Hi Christophe,
The reason why I removed the configure script in the Makefile.am was initially to reduce the log4cxx archive size. May be, it 's a bad reason because developers are used to find a configure script.
About the simplesocketserver program, I agree with you and I am interested in a patch.
Here it is. I made it against CVS version checked out this morning.
The .patch file change configure.in, Makefile.am and src/Makefile.am The .tgz file contains the simplesocketserver directory. In addition, you have to remove simplesocketserver.cpp from src.
I'd really appreciate if the configure script is reintroduced in the tarball. May I propose a patch ?
Regards,
Christophe
Index: Makefile.am
===================================================================
RCS file: /home/cvspublic/logging-log4cxx/Makefile.am,v
retrieving revision 1.7
diff -u -u -p -r1.7 Makefile.am
--- Makefile.am 18 Jan 2004 16:27:42 -0000 1.7
+++ Makefile.am 29 Jun 2004 12:55:56 -0000
@@ -1,4 +1,4 @@
-SUBDIRS = docs src msvc include tests performance examples
+SUBDIRS = docs src msvc include tests performance examples simplesocketserver
EXTRA_DIST = autogen.sh configure include license.apl
dist-hook:
rm -rf\
Index: configure.in
===================================================================
RCS file: /home/cvspublic/logging-log4cxx/configure.in,v
retrieving revision 1.41
diff -u -u -p -r1.41 configure.in
--- configure.in 4 Jun 2004 17:42:57 -0000 1.41
+++ configure.in 29 Jun 2004 12:55:56 -0000
@@ -359,6 +359,7 @@ Makefile
docs/Makefile
docs/Doxyfile
src/Makefile
+simplesocketserver/Makefile
include/Makefile
include/log4cxx/config_msvc.h
include/log4cxx/Makefile
Index: src/Makefile.am
===================================================================
RCS file: /home/cvspublic/logging-log4cxx/src/Makefile.am,v
retrieving revision 1.15
diff -u -u -p -r1.15 Makefile.am
--- src/Makefile.am 2 Apr 2004 08:48:29 -0000 1.15
+++ src/Makefile.am 29 Jun 2004 12:55:56 -0000
@@ -89,9 +89,3 @@ liblog4cxx_la_SOURCES = \
AM_CPPFLAGS = @CPPFLAGS_XML@ @CPPFLAGS_ODBC@
liblog4cxx_la_LDFLAGS = -version-info @LT_VERSION@ @LIBS_XML@ @LIBS_ODBC@
-bin_PROGRAMS = simplesocketserver
-simplesocketserver_SOURCES = simplesocketserver.cpp
-simplesocketserver_LDADD = $(top_builddir)/src/liblog4cxx.la
-
-
-
simplesocketserver.tgz
Description: Binary data
