+1999-06-07 Jim Meyering <meyering@ascend.com>
+
+ * automake.in (handle_dist): Change emitted rules so that a failure
+ in `$(MAKE) distcheck-hook' propagates to the outer make.
+
1999-05-27 Tom Tromey <tromey@cygnus.com>
* automake.in (handle_single_transform_list): Replace AM_FLAG and
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
mkdir $(distdir)/=build
mkdir $(distdir)/=inst
- dc_install_base=`cd $(distdir)/=inst && pwd`; \\'
+ dc_install_base=`cd $(distdir)/=inst && pwd` \\'
. (&target_defined ('distcheck-hook')
- ? ("\n\t\$(MAKE) \$(AM_MAKEFLAGS)"
- . " distcheck-hook; \\")
+ ? ("\n\t && \$(MAKE) \$(AM_MAKEFLAGS)"
+ . " distcheck-hook \\")
: '')
. '
- cd $(distdir)/=build \\
+ && cd $(distdir)/=build \\
&& ../configure '
. ($seen_gettext ? '--with-included-gettext ' : '')