2001-02-10  Tim Van Holder  <[EMAIL PROTECTED]>

        * m4/sanity.m4: Quote AC_MSG_RESULT's argument.

Index: m4/sanity.m4
===================================================================
RCS file: /cvs/automake/m4/sanity.m4,v
retrieving revision 1.11
diff -u -r1.11 sanity.m4
--- m4/sanity.m4        2001/01/25 15:50:36     1.11
+++ m4/sanity.m4        2001/02/10 21:25:16
@@ -43,4 +43,4 @@
 Check your system clock])
 fi
 rm -f conftest*
-AC_MSG_RESULT(yes)])
+AC_MSG_RESULT([yes])])


Reply via email to