Multiple definition of VERSION, PACKAGE and so on

2004-03-22 Thread Patrick Guio
Dear all, This is not really a bug but I wonder if you have any remedy to the following problem. If you use autoconf/automake for several packages which interact with each other and for each package you generate a configuration file config.h you migh end up with redefinition warning message if co

autoreconf --flavor ?

2003-02-03 Thread Patrick Guio
Dear all, I am using currently autoconf 2.57 and automake 1.7.2. I find it annoying not to be able to use te nice tool autoreconf without that all the following files NEWS, README, AUTHORS and ChangeLog should be present in the current directory. automake has the possibility to disable that featur

Configure tool/cvs repository trouble

2002-05-29 Thread Patrick Guio
Dear all, I have been using the configure tool for a while together with my project managed with cvs. Until recently I was running autoconf 2.49c automake 1.4a and libtool 1.3c and I had no problem when modifying any of the configuration file configure.in or any Makefile.am, rerun aclocal/automa

More dependencies...

2000-10-23 Thread Patrick Guio
#x27;$(DEPDIR)/$*.TPo' \ $(CXXDEPMODE) $(depcomp) \ $(CXXCOMPILE) $(INCLUDES) -DDIM=3 -c -o $@ `test -f $< || echo '$(srcdir)/'`$< But only '$(patsubst %.cpp, %.Po, $(MUDSRC))' are created. Sincerely Patrick Guio

More about dependencies...

2000-10-23 Thread Patrick Guio
de there? Sincerely Patrick Guio == Patrick Guio Institute of Physics, University of Oslo P.O. box 1048, Blindern, N-0316 Oslo Tel : (+4

Re: dependencies in c++

2000-10-20 Thread Patrick Guio
On 19 Oct 2000, Raja R Harinath wrote: > Patrick Guio <[EMAIL PROTECTED]> writes: > > On 19 Oct 2000, Alexandre Oliva wrote: > > > On Oct 19, 2000, Patrick Guio <[EMAIL PROTECTED]> wrote: > > > > I really have problems to get the dependencies stuff to w

Re: dependencies in c++

2000-10-19 Thread Patrick Guio
On 19 Oct 2000, Alexandre Oliva wrote: > On Oct 19, 2000, Patrick Guio <[EMAIL PROTECTED]> wrote: > > > I really have problems to get the dependencies stuff to work correctly. I > > can see that some depcomp files are installed in my subdirectories but if > > I to

bug or wrong use ?

2000-10-18 Thread Patrick Guio
ude "confdefs.h" #ifdef __cplusplus extern "C" void exit (int); #endif int main () { ; return 0; } configure:3669: result: no The problem is when testing the tested comma

CLEANFILES?

2000-10-16 Thread Patrick Guio
when cleanin, this (these) directory (ies) should be removed or at least cleaned for *.o files? Sincerely Patrick Guio == Patrick Guio Institute of Physics, University of Oslo