[Groonga-commit] groonga/groonga [master] Remove a needless escape

Back to archive index

null+****@clear***** null+****@clear*****
2012年 4月 17日 (火) 09:57:54 JST


Kouhei Sutou	2012-04-17 09:57:54 +0900 (Tue, 17 Apr 2012)

  New Revision: 1cfe40f14bab67e810f916fe65da50613b8e7e3f

  Log:
    Remove a needless escape

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2012-04-16 23:01:26 +0900 (6dcbda7)
+++ configure.ac    2012-04-17 09:57:54 +0900 (6d7887c)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-m4_define([groonga_version], [m4_include(base_version)])
+m4_define([groonga_version], m4_include(base_version))
 AC_INIT([groonga], groonga_version, [groon****@razil*****])
 AM_CONFIG_HEADER(config.h)
 




Groonga-commit メーリングリストの案内
Back to archive index