From: "Tom Tromey" <[EMAIL PROTECTED]>
To: "Ti Leggett" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, July 08, 2000 12:16 PM
Subject: Re: Support for making perl scripts...
> Ti> I really have two questions. First, is there an easy way to extend
> Ti> automake/autoconf to support p
Hi,
CVS Autoconf's config.status can now create files at arbitrary depths
in non-existing directory hierarchies, which makes multilevel subdir
variable entries more feasible. I understand it's not a much after-
sought feature, but I use it (it saves time and resources to skip empty
"link"-dire
Ti> I really have two questions. First, is there an easy way to extend
Ti> automake/autoconf to support perl package installations.
It probably isn't hard to do.
But I thought Perl had its own build and install program.
Ti> But I can't seem to make automake behave nicely. I'm using
Ti> bin_SCRIP
I really have two questions. First, is there an easy way to extend
automake/autoconf to support perl package installations. I have a suite of
programs I've helped to write in perl and I want to package them up. The
package includes normal perl scripts and perl modules. I think I've figured
out how