automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: No rule to make target


From: Stepan Kasal
Subject: Re: No rule to make target
Date: Thu, 9 Dec 2004 08:02:45 +0100
User-agent: Mutt/1.4.1i

Hello,

I'd like to post just a quick note about problems in your configuration.

> configure.in
...
> AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
...
> AM_INIT_AUTOMAKE(server, 0.1)

This should be filled in, like this:
AC_INIT(server, 0.1, address@hidden)
...
AM_INIT_AUTOMAKE

> Makefile.am
> ===========================
> AC_OUTPUT

This should be the last line of configure.{ac,in}, and shouldn't be in
Makefile.am .
Perhaps you just made a typo in the mail?

If these changes won't help, wait until someone of my more knowledgeable
coleagues will reply.

Have a nice day,
        Stepan Kasal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]