m4/:
authorSebastian Dröge <slomo@circular-chaos.org>
Thu, 19 Apr 2007 06:18:58 +0000 (06:18 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Thu, 19 Apr 2007 06:18:58 +0000 (06:18 +0000)
Original commit message from CVS:
reviewed by: <delete if not using a buddy>
* ChangeLog:
* m4/gst-parser.m4:

ChangeLog
m4/gst-parser.m4

index 302d3e4..ab5f3aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2007-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
+
+       reviewed by: <delete if not using a buddy>
+
+       * ChangeLog:
+       * m4/gst-parser.m4:
+
+2007-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
+
+       Patch by: Vincent Torri <vtorri at univ-evry dot fr>
+
+       * m4/gst-parser.m4:
+       Put the AC_MSG_RESULT output in brackets to get it properly written to
+       the terminal.
+
 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
 
        * m4/gst-parser.m4:
index 89763f5..63bebf0 100644 (file)
@@ -53,7 +53,7 @@ EOF
     AC_MSG_RESULT(yes)
     AM_CONDITIONAL(GENERATE_PARSER, true)
   else
-    AC_MSG_RESULT(no, using pre-generated parser sources)
+    AC_MSG_RESULT([no, using pre-generated parser sources])
     AM_CONDITIONAL(GENERATE_PARSER, false)
   fi
 ])