Re: config_auto.h

2004-06-29 Thread Christophe de VIENNE
Michaël CATANZARITI wrote: ok for the patch ! Unfortunately it does not work as expected. I cannot generate a config_unix.h file from config_unix.h.in the same way config_auto.h was generated from config_auto.h.in. So I had a look to autoconf and how to optionally install headers. It's quite s

Re: config_auto.h

2004-06-29 Thread Michaël CATANZARITI
ok for the patch ! Christophe de VIENNE wrote: Hi, I've been thinking about the macro definitions problem. I think I've found a more simple solution than what we discussed previously. The idea would be to keep a config_auto.h.in file, but hand-written, with only the macros that are necessary to

config_auto.h

2004-06-29 Thread Christophe de VIENNE
Hi, I've been thinking about the macro definitions problem. I think I've found a more simple solution than what we discussed previously. The idea would be to keep a config_auto.h.in file, but hand-written, with only the macros that are necessary to have the header compile correctly, and another f

cvs commit: logging-log4cxx/include/log4cxx config_auto.h.in

2004-06-29 Thread mcatan
mcatan 2004/06/29 06:45:45 Removed: include/log4cxx config_auto.h.in Log: removed generated file

AM_CONFIG_HEADER

2004-06-29 Thread Christophe de VIENNE
Hi, I noticed that config_auto.h.in is included in the CVS. I thinks it's not necessary since it's generated by AM_CONFIG_HEADER(include/log4cxx/config_auto.h) in configure.in. A+ Christophe

Re: cvs commit: logging-log4cxx Makefile.am

2004-06-29 Thread Christophe de VIENNE
[EMAIL PROTECTED] wrote: mcatan 2004/06/29 06:09:17 Modified:.Makefile.am Log: added configuration scripts to distribution Great ! Thanks, Christophe

cvs commit: logging-log4cxx Makefile.am

2004-06-29 Thread mcatan
mcatan 2004/06/29 06:09:17 Modified:.Makefile.am Log: added configuration scripts to distribution Revision ChangesPath 1.8 +2 -17 logging-log4cxx/Makefile.am Index: Makefile.am ===

Autotools use.

2004-06-29 Thread Christophe de VIENNE
Note: I've posted this message on log4cxx-user but I guess it's place is here... Hi, The build process currently impose to run 'autogen.sh' before running configure. Although it's a good thing for a programmer using the CVS version, I think it shouldn't be the case when compiling from the tarball