]> sourceware.org Git - automake.git/commitdiff
* symlink.test: Use directory named `sub' (just in case; for
authorTom Tromey <tromey@redhat.com>
Fri, 27 Aug 1999 05:42:18 +0000 (05:42 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 27 Aug 1999 05:42:18 +0000 (05:42 +0000)
Windows).

tests/ChangeLog
tests/symlink.test

index 1244c735f048b2d357b2788cd330291ef37dbbb1..94689c7424aa8ecba940e4918edc1951ce7ff148 100644 (file)
@@ -1,3 +1,8 @@
+1999-08-26  Tom Tromey  <tromey@cygnus.com>
+
+       * symlink.test: Use directory named `sub' (just in case; for
+       Windows).
+
 1999-08-15  Tom Tromey  <tromey@cygnus.com>
 
        * ansi4.test: New file.
index f2f29496f4f0957b0fbc8e0d4016e7f824bd7ba2..dc08a68803235627a353846765e9233fe15c3734 100755 (executable)
@@ -11,7 +11,7 @@ rm mkinstalldirs
 : > Makefile.am
 
 cat >> configure.in << 'END'
-AC_CONFIG_AUX_DIR(aux)
+AC_CONFIG_AUX_DIR(sub)
 END
 
 $AUTOMAKE --add-missing && exit 1
This page took 0.030649 seconds and 5 git commands to generate.