From 7d7a62a2fba74334b23d0021a9a9e78da046b21c Mon Sep 17 00:00:00 2001 From: Hiroyuki Sato Date: Sat, 19 Sep 2015 18:11:05 +0900 Subject: [PATCH] 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 --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index e8b93c707e..e28ac0ce50 100644 --- a/configure.ac +++ b/configure.ac @@ -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