[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: several automake questions
From: |
mcmahill |
Subject: |
Re: several automake questions |
Date: |
Fri, 12 Oct 2001 21:10:38 -0400 (EDT) |
cool! Thanks for the help.
-Dan
On Fri, 12 Oct 2001, Raja R Harinath wrote:
> Hi,
>
> Alexandre Duret-Lutz <address@hidden> writes:
> >>>> "mcmahill" == mcmahill <address@hidden> writes:
> > mcmahill> 1) How can I specify a different directory or
> > mcmahill> subdirectory for a program? The application is a cgi
> > mcmahill> program which might, for example, end up in
> > mcmahill> /usr/local/libexec/cgi-bin. The standard things like
> > mcmahill> bin_PROGRAMS or libexec_PROGRAMS just don't get me to
> > mcmahill> the right place. I somehow need a cgibin_PROGRAMS...
> >
> > cgibindir = $(libexecdir)/cgi-bin
> > cgibin_PROGRAMS = mumble
> > mumble_SOURCES = ...
>
> That should be
>
> cgibinexecdir = $(libexecdir)/cgi-bin
> cgibinexec_PROGRAMS = mumble
>
> so that things work as expected with 'make install-exec'.
>
> - Hari
> --
> Raja R Harinath ------------------------------ address@hidden
> "When all else fails, read the instructions." -- Cahn's Axiom
> "Our policy is, when in doubt, do the right thing." -- Roy L Ash
>
- several automake questions, mcmahill, 2001/10/10
- Re: several automake questions, mcmahill, 2001/10/11
- Re: several automake questions, Alexandre Duret-Lutz, 2001/10/12
- Re: several automake questions, Raja R Harinath, 2001/10/12
- Re: several automake questions,
mcmahill <=
- setting additional libtool runtime variables, mcmahill, 2001/10/14
- Re: setting additional libtool runtime variables, Gary V. Vaughan, 2001/10/15
- Re: setting additional libtool runtime variables, mcmahill, 2001/10/15
- Re: setting additional libtool runtime variables, Raja R Harinath, 2001/10/16
- Re: setting additional libtool runtime variables, mcmahill, 2001/10/16
- Re: setting additional libtool runtime variables, Gary V. Vaughan, 2001/10/16
- target name not known until configure time, mcmahill, 2001/10/19