[Groonga-commit] groonga/groonga-normalizer-mysql at eb3c87d [master] Use tar-pax instead of default tar-v7 format

Back to archive index

HAYASHI Kentaro null+****@clear*****
Tue Apr 23 12:31:56 JST 2013


HAYASHI Kentaro	2013-04-23 12:31:56 +0900 (Tue, 23 Apr 2013)

  New Revision: eb3c87dabc769d3c94973d5fcc9bb9424756502d
  https://github.com/groonga/groonga-normalizer-mysql/commit/eb3c87dabc769d3c94973d5fcc9bb9424756502d

  Message:
    Use tar-pax instead of default tar-v7 format
    
    tar-v7 format has a limitation about the length of file names.
    
    This change requires automake 1.9 or later.
    
    See http://www.gnu.org/software/automake/manual/html_node/List-of-Automake-options.html#List-of-Automake-options

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2013-04-22 18:29:56 +0900 (a7def1a)
+++ configure.ac    2013-04-23 12:31:56 +0900 (b61708a)
@@ -24,7 +24,7 @@ AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([normalizers/mysql.c])
 AM_CONFIG_HEADER([config.h])
 
-AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION)
+AM_INIT_AUTOMAKE([1.9 tar-pax])
 
 AC_PROG_LIBTOOL
 
-------------- next part --------------
HTML����������������������������...
Download 



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