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/src/Makefile.in" !  Th

Re: Automake with Subdirs ( Help Please )

2002-06-05 Thread Frederico Faria
   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/src/Makefile.in" !  Then  I created a new  dir to verify this. Now I have the three dirs :    

Re: Automake with Subdirs

2002-06-05 Thread Frederico Faria
  Hi Panagiotis,   I  had had added the line   SUBDIRS = src  in server/Makefile.am already !    I have had the  same message error! 1 ** ) My  server/Makefile.am   contents are:   EXTRA_DIST =  ChangeLog INSTALL README TODO SUBDIRS = src AUTOMAKE_OPTIONS = foreign      

Re: Automake with Subdirs

2002-06-05 Thread Panagiotis Vossos
Frederico Faria <[EMAIL PROTECTED]> writes: > 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 serve