From: Tom Tromey Date: Tue, 30 Mar 1999 21:05:41 +0000 (+0000) Subject: Rebuilt aclocal.m4 and configure X-Git-Tag: last-merge-into-user-dep-gen-branch~57 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=2c8b61a2a8701bc869b072aee6e6ac469296c783;p=automake.git Rebuilt aclocal.m4 and configure --- diff --git a/Makefile.in b/Makefile.in index 9e79f1a6..0cf8b24c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -460,11 +460,6 @@ distdir: $(DISTFILES) -rm -rf $(distdir) mkdir $(distdir) -chmod 777 $(distdir) - here=`cd $(top_builddir) && pwd`; \ - top_distdir=`cd $(distdir) && pwd`; \ - distdir=`cd $(distdir) && pwd`; \ - cd $(top_srcdir) \ - && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnits Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ diff --git a/aclocal.m4 b/aclocal.m4 index 7e3f44b7..1b976972 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -50,7 +50,7 @@ dnl we can find it. If we can't find a tar, it doesn't really matter. AC_CHECK_PROGS(TAR, gnutar gtar tar) AMTARFLAGS= if test -n "$TAR"; then - if $(SHELL) -c "$TAR --version" > /dev/null 2>&1; then + if $SHELL -c "$TAR --version" > /dev/null 2>&1; then dnl We have GNU tar. AMTARFLAGS=o fi diff --git a/configure b/configure index 31ba22e3..50999056 100755 --- a/configure +++ b/configure @@ -810,7 +810,7 @@ done AMTARFLAGS= if test -n "$TAR"; then - if $(SHELL) -c "$TAR --version" > /dev/null 2>&1; then + if $SHELL -c "$TAR --version" > /dev/null 2>&1; then AMTARFLAGS=o fi fi