[Groonga-mysql-commit] mroonga/mroonga at 08c571c [master] Add "foreign" option to Automake

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 29 17:10:54 JST 2013


Kouhei Sutou	2013-10-29 17:10:54 +0900 (Tue, 29 Oct 2013)

  New Revision: 08c571cf33e874ea5c74b03349b8443c2b3d493e
  https://github.com/mroonga/mroonga/commit/08c571cf33e874ea5c74b03349b8443c2b3d493e

  Message:
    Add "foreign" option to Automake
    
    Because we don't need INSTALL and other files.

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2013-10-29 16:53:51 +0900 (5c9a435)
+++ configure.ac    2013-10-29 17:10:54 +0900 (9c74842)
@@ -10,7 +10,7 @@ m4_define([mrn_plugin_version], m4_include(plugin_version))
 AC_INIT([mroonga], [mrn_version], [groonga-talk �� lists.sourceforge.net])
 AC_CONFIG_HEADERS([config.h])
 
-AM_INIT_AUTOMAKE([tar-pax subdir-objects])
+AM_INIT_AUTOMAKE([tar-pax foreign subdir-objects])
 
 MRN_VERSION=mrn_version
 MRN_VERSION_MAJOR=mrn_version_major
-------------- next part --------------
HTML����������������������������...
Descargar 



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