On Wed, Feb 09, 2005 at 08:59:27AM +0100, Stepan Kasal wrote:
> Hi,
>
> On Tue, Feb 08, 2005 at 01:51:02PM -0800, Bill Moseley wrote:
> > make[1]: *** No rule to make target `api.html', needed by `all-am'. Stop.
>
> so write the rule, so it works at your machine.
That's what I used to have.
On Wed, Feb 09, 2005 at 06:49:40AM -0800, Bill Moseley wrote:
> On Wed, Feb 09, 2005 at 08:49:57AM +0100, Stepan Kasal wrote:
> > Hi!
> >
> > [BTW, this would be more appropriate for the autoconf list.]
>
> and then configure outputs Makefile with substitutions:
>
> libexecdir = ${exec_prefix}/li
Hi,
On Wed, Feb 09, 2005 at 06:49:40AM -0800, Bill Moseley wrote:
> libexecdir = ${exec_prefix}/lib/${PACKAGE}
>
> Why doesn't it output this?
>
> libexecdir = /usr/local/lib/foopackage
because
make prefix=/foo
should also change the value of libexecdir.
Have a nice day,
S
On Wed, Feb 09, 2005 at 08:49:57AM +0100, Stepan Kasal wrote:
> Hi!
>
> [BTW, this would be more appropriate for the autoconf list.]
>
> On Tue, Feb 08, 2005 at 01:59:56PM -0800, Bill Moseley wrote:
> > @sed \
> > -e 's,@@perlmoduledir@@,$(libexecdir)/perl,' \
> ...
> >bindir
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 09/02/2005, at 9:10 AM, Alexandre Duret-Lutz wrote:
How does this things require the Makefile fragment to be
generated? IOW, why not simply `include common-rules.mk'?
Actually I originally did it this way, but some of the rules are only
placed in c
Hi,
On Tue, Feb 08, 2005 at 01:51:02PM -0800, Bill Moseley wrote:
> make[1]: *** No rule to make target `api.html', needed by `all-am'. Stop.
so write the rule, so it works at your machine.
> AM_CONDITIONAL(BUILDDOCS, ...
>
> But it would be nice if the existence of the html docs could be