]> sourceware.org Git - automake.git/commitdiff
Rebuilt aclocal.m4 and configure
authorTom Tromey <tromey@redhat.com>
Tue, 30 Mar 1999 21:05:41 +0000 (21:05 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 30 Mar 1999 21:05:41 +0000 (21:05 +0000)
Makefile.in
aclocal.m4
configure

index 9e79f1a62c942f0c23bfc941936ad53be4fa2c15..0cf8b24ca617d3ef5445aa4e2d7744aae7ad88ef 100644 (file)
@@ -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 \
index 7e3f44b77d7874f0d13a799148ac518a1249e9d0..1b97697212f097fb01dc4245ac93e744c1ef4bb8 100644 (file)
@@ -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
index 31ba22e339c43cf1781b4d2a7ea11a190b37612d..50999056259f010e1bc91ccbcab96a17e64bdb4c 100755 (executable)
--- 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
This page took 0.035513 seconds and 5 git commands to generate.