]> sourceware.org Git - automake.git/commitdiff
nothing
authorTom Tromey <tromey@redhat.com>
Sun, 28 Sep 1997 23:20:10 +0000 (23:20 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 28 Sep 1997 23:20:10 +0000 (23:20 +0000)
ChangeLog
m4/sanity.m4
tests/ChangeLog

index a3f80545df1c10d61490a2c28acb06953b9e7dab..daaf95ee9eb0ddf119b96015fcb3fe45d4ce0996 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 Sun Sep 28 15:55:46 1997  Tom Tromey  <tromey@cygnus.com>
 
+       * m4/sanity.m4: Test $*, not $@.  From Akim Demaille.
+
        * automake.in (handle_minor_options): New sub.
        (check_gnits_standards): Don't handle README-alpha here.
        (handle_dist_worker): Check NEWS file if `check-news' option
index 5e3b26ddea0266c824ef901361bb96c7c758e551..444443322279b4a3b8e59f496511ee5546ea2e16 100644 (file)
@@ -14,7 +14,7 @@ echo timestamp > conftestfile
 # directory).
 if (
    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
-   if test "[$]@" = "X"; then
+   if test "[$]*" = "X"; then
       # -L didn't work.
       set X `ls -t $srcdir/configure conftestfile`
    fi
index fa5264218529e5ab36c82fef3019e2398dd1a1ae..6529313498f909763c43c0ce6ae2e7019d3f68c4 100644 (file)
@@ -1,3 +1,7 @@
+Sun Sep 28 17:19:52 1997  Tom Tromey  <tromey@cygnus.com>
+
+       * cxxnoc.test: Changed to reflect MKDEP change.
+
 Wed Sep 24 16:01:59 1997  Tom Tromey  <tromey@cygnus.com>
 
        * output5.test: New file.
This page took 0.04219 seconds and 5 git commands to generate.