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~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5c653d1e5d75917ebaf5572e65b6c1d38035bf0;p=thirdparty%2Fautomake.git * automake.in (&usage): Display $0, not $me. --- diff --git a/ChangeLog b/ChangeLog index 8c2e257ad..11e41a356 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 c009007f2..7629da02c 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 3119a2a62..a1bd22fc1 100755 --- a/automake.in +++ b/automake.in @@ -7583,7 +7583,7 @@ sub keyed_aclocal_warning sub usage { print <