]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* tests/remake4.test: Use `$MAKE distdir' instead of `$MAKE dist' to
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 25 Jul 2003 06:41:06 +0000 (06:41 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 25 Jul 2003 06:41:06 +0000 (06:41 +0000)
avoid the use of tar.

ChangeLog
tests/remake4.test

index 0d9b2146938132157dee4be2c436d4960d9781a5..51ee5ea34f3bb5561015197eff5079cb94c54c91 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-07-25  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * tests/remake4.test: Use `$MAKE distdir' instead of `$MAKE dist' to
+       avoid the use of tar.
+
 2003-07-24  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * tests/gnuwarn2.test: Typo.
index 8a713e0e53f18e3adb22866c180473b14afc42b7..b8b71bd592f2d22ff6d89c7a5b9ec64da9e1c14a 100755 (executable)
@@ -53,8 +53,7 @@ $AUTOMAKE --add-missing
 $MAKE
 $sleep
 touch aclocal.m4
-$MAKE dist
-tar zxvf remake4-1.0.tar.gz
+$MAKE distdir
 cd remake4-1.0
 test ! -f rebuild_ok
 ./configure