Re: Including pre-defined .mk files

2002-06-11 Thread Frederico Faria
> find } src/env_rdbms.mk:114: LINK multiply defined in condition TRUE LINK (User, where = src/env_rdbms.mk:114) = { TRUE => $(LDCCOM) Alexandre Duret-Lutz wrote: > > >>> "Frederico" == Frederico Faria <[EMAIL PROTECTED]> writes: > > Frederico&g

Re: Including pre-defined .mk files

2002-06-10 Thread Frederico Faria
They aren't created by configure. These are Makefiles of a thirty-party product that I want to link with my application. Thank you, Frederico Faria. Alexandre Duret-Lutz wrote: > > >>> "Frederico" == Frederico Faria <[EMAIL PROTECTED]> writes: &

Including pre-defined .mk files

2002-06-06 Thread Frederico Faria
Hi, I have any .mk files that I could like to add to the Makefiles generated by configure. I tried to use : include @mkfile@ into of my Makefile.am. In configure.in I used "AC_SUBST_FILE". Bu It didn 't work. I receive error messages when I run ./configure. Any Help

Re: Automake with Subdirs ( Help Please )

2002-06-06 Thread Frederico Faria
    I update  the versions( autoconf and automake )  and now all works fine. Thank you, Faria Frederico Faria wrote:    Hi,    It seems that when I run the  ./configure  , it seeks the Makefile.in in   ".. /src/Makefile.in". But It shoud seek the Makefile.in in  "server/

Re: Automake with Subdirs ( Help Please )

2002-06-05 Thread Frederico Faria
    % autoheader    % automake -a   % ./configure // ***   Any   suggestion ? Thank you , Faria       Panagiotis Vossos wrote: Frederico Faria <[EMAIL PROTECTED]> writes: > I try to use the configure script and automake on my project

Re: Automake with Subdirs

2002-06-05 Thread Frederico Faria
   % automake -a   % ./configure   // ***     Any   suggestion ?   Thank you , Faria       Panagiotis Vossos wrote: Frederico Faria <[EMAIL PROTECTED]> writes: > I try to use the configure script and automake on my project. I have a > sour

Automake with Subdirs

2002-06-05 Thread Frederico Faria
I try to use the configure script and automake on my project. I have a source directory: server server/src I'd like to generate the Makefiles in server and server/src. But i've got a problem; configure creates an empty server/src/Makefile. Below is the stdout of configure command. See