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
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 :
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
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