Hi John,
* John Ling wrote on Tue, Jun 21, 2005 at 08:22:52PM CEST:
> It seems that the m4 directory is required if I am to distribute a
> package that makes use of libtools along with automake. Is there a way
> to include this directory during a 'make dist' without defining it in
> EXTRA_DIST
Hi John,
* John Ling wrote on Wed, Jun 22, 2005 at 12:34:03AM CEST:
> Hello, I was wondering if it is possible to do post-install work on the
> install header directory after an install using some sort of target?
>
> I tried using install-exec-hook, but the target fails to find any
> headers to
Hi,
* SummoneR wrote on Tue, Jun 21, 2005 at 07:40:30PM CEST:
>
> I would like to build a client called Boinc on OpenBSD3.7-i386 and it
> has a dependency on Automake 1.9.3. I'm newbie at compiling anything,
> especially on BSD, but usually there isn't any problem if anything
> should be builde
Hi Ralf, yes that's exactly what I am trying to do.
Since I'm using automake 1.7.7 then this is why it isn't including the
m4 directory.
I'll just use EXTRA_DIST for now then until I upgrade to a more recent
Automake.
Thanks,
John
Ralf Wildenhues wrote:
Hi John,
* John Ling wrote on Tue
I tried:
install-data-hook:
mv $(prefix)/include/*.h $(prefix)/include/tclap
But still by this point $(prefix)/include contains no files to move.
I think I will just copy it from the source tree itself.
Thanks,
John
Ralf Wildenhues wrote:
Hi John,
* John Ling wrote on Wed, Jun 22, 2
* John Ling wrote on Wed, Jun 22, 2005 at 05:38:03PM CEST:
> Ralf Wildenhues wrote:
> >* John Ling wrote on Wed, Jun 22, 2005 at 12:34:03AM CEST:
> >
> >>Hello, I was wondering if it is possible to do post-install work on the
> >>install header directory after an install using some sort of target?