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
# 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
+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.