..
And make balks at this line. The fix (below) is to put the "$(MAKE)
... distcheck-hook" on a separate line. And put a semicolon after it!
-Steve
--- old/automake-1.4-p1/automake.in Tue May 8 16:25:43 2001
+++ automake-1.4-p1/automake.in Sat May 12 02:07:37 2001
@@ -255
On Sunday 13 May 2001 12:44 pm, Gary V. Vaughan wrote:
> I'm more than happy with making a release from time to time, and applying
> pre-approved patches -- but I'm afraid that I can barely read perl so I am
> in no position to evaluate and apply patches myself. Sorry.
Just saw this reflected on
On Sunday 13 May 2001 2:10 am, Tom Tromey wrote:
> > "Steve" == Steve M Robbins <[EMAIL PROTECTED]> writes:
>
> Steve> P.S. I have no clue if this affects automake CVS. But a
> Steve> 1.4-p2 would be appreciated!
>
> I don't plan to do it, but if you can convince Gary it is fine with
> me.
> "Steve" == Steve M Robbins <[EMAIL PROTECTED]> writes:
Steve> P.S. I have no clue if this affects automake CVS. But a
Steve> 1.4-p2 would be appreciated!
I don't plan to do it, but if you can convince Gary it is fine with
me.
Steve> 2001-05-12 Steve M. Robbins <[EMAIL PROTECTED]>
Stev
> "Steve" == Steve M Robbins <[EMAIL PROTECTED]> writes:
Steve> I have no clue if this affects automake CVS.
Nope.
Hi,
I tried the new automake 1.4-p1 and discovered a bug. If a distcheck-hook
is defined, part of the distcheck rule looks like
...
mkdir $(distdir)/=build
mkdir $(distdir)/=inst
dc_install_base=`cd $(distdir)/=inst && pwd`; \ $(MAKE) $(AM_MAKEFLAGS)
d
Hello, Gary!
Thank you very much for this release! The stable release should have been
released soon after 1.4 but it wasn't done. I really appreciate that you
came and did it.
One little problem. If I put "AUTOMAKE_OPTIONS = 1.4-p1" to the
Makefile.am and run CVS Automake I'm getting
Makefile.
:
ftp://ftp.gnu.org/gnu/automake/automake-1.4-p1.tar.gz
...and from all up to date GNU mirror sites. Or else directly from anonymous
CVS using the tag `Release-1-4-p1'.
The changes in this release since version 1.4 consist of the following
patches backported from the CVS