[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] Remove needless Automake options

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:43:43 JST 2012


Kouhei Sutou	2012-05-29 10:09:24 +0900 (Tue, 29 May 2012)

  New Revision: bc84df5c369d1bd0fc69aa98e0a7c7d882b321af
  https://github.com/mroonga/mroonga/commit/bc84df5c369d1bd0fc69aa98e0a7c7d882b321af

  Log:
    Remove needless Automake options

  Modified files:
    configure.ac

  Modified: configure.ac (+2 -1)
===================================================================
--- configure.ac    2012-05-29 09:55:36 +0900 (39fa9f4)
+++ configure.ac    2012-05-29 10:09:24 +0900 (60d62a5)
@@ -7,7 +7,8 @@ m4_define([mrn_plugin_version], m4_include(plugin_version))
 
 AC_INIT([mroonga], [mrn_version], [ikdttr �� gmail.com])
 AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([-Wall -Werror foreign tar-pax])
+
+AM_INIT_AUTOMAKE(tar-pax)
 
 MRN_VERSION=mrn_version
 MRN_VERSION_MAJOR=mrn_version_major
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index