[Groonga-commit] groonga/groonga at 7d7a62a [master] Fix autogen.sh extream slow.

Back to archive index

Hiroyuki Sato null+****@clear*****
Sat Sep 19 18:11:05 JST 2015


Hiroyuki Sato	2015-09-19 18:11:05 +0900 (Sat, 19 Sep 2015)

  New Revision: 7d7a62a2fba74334b23d0021a9a9e78da046b21c
  https://github.com/groonga/groonga/commit/7d7a62a2fba74334b23d0021a9a9e78da046b21c

  Merged e66455b: Merge pull request #406 from hiroyuki-sato/fix_slow_autogen

  Message:
    Fix autogen.sh extream slow.
    
    This configure.ac is extreme slow on libtool-2.4.6.
    
    From libtool mailing list.
    
    You can workaround/fix this by:
    -m4_define([nginx_version], m4_include(nginx_version))
    -NGINX_VERSION=nginx_version
    +NGINX_VERSION=m4_include([nginx_version])
    
    See also.
    http://lists.gnu.org/archive/html/libtool/2015-09/msg00004.html

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -2)
===================================================================
--- configure.ac    2015-09-18 17:55:53 +0900 (e8b93c7)
+++ configure.ac    2015-09-19 18:11:05 +0900 (e28ac0c)
@@ -1459,8 +1459,7 @@ AC_ARG_WITH(groonga-org-path,
 AC_SUBST(GROONGA_ORG_PATH)
 
 # groonga-httpd
-m4_define([nginx_version], m4_include(nginx_version))
-NGINX_VERSION=nginx_version
+NGINX_VERSION=m4_include([nginx_version])
 AC_SUBST(NGINX_VERSION)
 
 # groonga-httpd binary path
-------------- next part --------------
HTML����������������������������...
Download 



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