* m4/multi.m4: Added missing `]'. From Akim Demaille.
authorTom Tromey <tromey@redhat.com>
Sat, 13 Nov 1999 04:25:49 +0000 (04:25 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 13 Nov 1999 04:25:49 +0000 (04:25 +0000)
ChangeLog
m4/multi.m4

index a6a3ced..4feabc3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-11-12  Tom Tromey  <tromey@cygnus.com>
 
+       * m4/multi.m4: Added missing `]'.  From Akim Demaille.
+
        * Makefile.am (path-check): Make sure distdir is writeable before
        removing it.
        * automake.in (handle_texinfo): Added `cm' and `ov' extensions.
index b0e6591..3583331 100644 (file)
@@ -38,4 +38,4 @@ with_target_subdir="$with_target_subdir"
 ac_configure_args="${multilib_arg} ${ac_configure_args}"
 multi_basedir="$multi_basedir"
 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
-CC="$CC"]))dnl
+CC="$CC"])])dnl