The following patch is required to cause automake to find
Automake/Struct.pm (which for me is installed here):
/p/p/automake-2001-04-30.09h34/share/automake/Automake/Struct.pm
the current automake would find it if it were here:
/p/p/automake-2001-04-30.09h34/share/automake/lib/Automake/Stru
Hi Bob,
Thanks for reporting that.
It seems to be a bug that's still in the current sources.
In fileutils-4.1/src/Makefile, I see this:
INSTALL_STRIP_PROGRAM = $${INSTALL} -s
which eventually expands to just ` -s' and produces the
symptom Bob noted below.
The problem comes from automake's m
>>> "Jim" == Jim Meyering <[EMAIL PROTECTED]> writes:
[...]
Jim> The problem comes from automake's m4/strip.m4.
Jim> We want the make variable, $(INSTALL) not the shell variable.
Jim> [I prefer parens to curly braces, but have left the braces,
Jim> in case they're there for a good reason]
Resubmitting this patch, since there was no reply.
This problem is causing significant difficulty for the gstreamer project:
we're being asked several times a day why automake goes to in excess of
150Mb when building the makefile.ins for our project.
I also attach a patch against automake versio
Hello, Jim!
I was the first to send the patch but your description is better.
> 2001-04-30 Jim Meyering <[EMAIL PROTECTED]>
>
> * automake.in: Remove `/lib' from include directory.
Applied.
--
Regards,
Pavel Roskin