From: Akim Demaille Date: Tue, 27 Feb 2001 09:18:21 +0000 (+0000) Subject: * automake.in (&usage): Display $0, not $me. X-Git-Tag: handle-languages~207 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=8ba892542161b89d3a6bf942e731696c4cdc0eb2;p=automake.git * automake.in (&usage): Display $0, not $me. --- diff --git a/ChangeLog b/ChangeLog index 8c2e257a..11e41a35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-02-27 Akim Demaille + + * automake.in (&usage): Display $0, not $me. + 2001-02-27 Akim Demaille * mans.am: s/INSTALL_MAN/INSTALL-MAN/. diff --git a/Makefile.in b/Makefile.in index c009007f..7629da02 100644 --- a/Makefile.in +++ b/Makefile.in @@ -487,7 +487,9 @@ distcheck: dist && $(MAKE) $(AM_MAKEFLAGS) dist \ && $(MAKE) $(AM_MAKEFLAGS) distclean \ && rm -f $(distdir).tar.gz \ - && test `find . -type f -print | wc -l` -eq 0 + && (test `find . -type f -print | wc -l` -eq 0 \ + || (echo "Error: files left after distclean" 1>&2; \ + exit 1) ) -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir) @echo "$(distdir).tar.gz is ready for distribution" | \ sed 'h;s/./=/g;p;x;p;x' diff --git a/automake.in b/automake.in index 3119a2a6..a1bd22fc 100755 --- a/automake.in +++ b/automake.in @@ -7583,7 +7583,7 @@ sub keyed_aclocal_warning sub usage { print <