null+****@clear*****
null+****@clear*****
2011年 5月 18日 (水) 14:46:28 JST
Kouhei Sutou 2011-05-18 05:46:28 +0000 (Wed, 18 May 2011)
New Revision: 14c233caee0960322ec91041f96d0462043de4df
Log:
decrease indent.
Modified files:
configure.ac
Modified: configure.ac (+53 -52)
===================================================================
--- configure.ac 2011-05-18 05:38:07 +0000 (9dd1281)
+++ configure.ac 2011-05-18 05:46:28 +0000 (a055d75)
@@ -107,58 +107,59 @@ AC_SUBST(LT_VERSION_INFO)
GRN_DLL_FILENAME="libgroonga-\$(LT_CURRENT).dll"
AC_SUBST(GRN_DLL_FILENAME)
-AC_CONFIG_FILES([Makefile
- src/Makefile
- src/suggest/Makefile
- lib/Makefile
- include/Makefile
- include/groonga/Makefile
- plugins/Makefile
- plugins/tokenizers/Makefile
- plugins/suggest/Makefile
- examples/Makefile
- examples/dictionary/Makefile
- examples/dictionary/edict/Makefile
- examples/dictionary/eijiro/Makefile
- examples/dictionary/gene95/Makefile
- examples/dictionary/jmdict/Makefile
- apt/Makefile
- rpm/Makefile
- rpm/centos/Makefile
- rpm/fedora/Makefile
- yum/Makefile
- data/Makefile
- data/html/Makefile
- data/munin/Makefile
- data/init.d/Makefile
- data/init.d/redhat/Makefile
- data/init.d/redhat/sysconfig/Makefile
- tools/Makefile
- doc/Makefile
- doc/locale/Makefile
- doc/locale/ja/Makefile
- doc/locale/ja/LC_MESSAGES/Makefile
- test/Makefile
- test/unit/Makefile
- test/unit/lib/Makefile
- test/unit/lib/ruby/Makefile
- test/unit/fixtures/Makefile
- test/unit/fixtures/inverted-index/Makefile
- test/unit/fixtures/stress/Makefile
- test/unit/fixtures/performance/Makefile
- test/unit/fixtures/plugins/Makefile
- test/unit/fixtures/story/Makefile
- test/unit/fixtures/story/taiyaki/Makefile
- test/unit/util/Makefile
- test/unit/core/Makefile
- test/unit/memcached/Makefile
- test/unit/http/Makefile
- test/unit/gqtp/Makefile
- test/unit/story/Makefile
- test/unit/grntest/Makefile
- test/benchmark/Makefile
- test/benchmark/lib/Makefile
- ])
+AC_CONFIG_FILES([
+ Makefile
+ src/Makefile
+ src/suggest/Makefile
+ lib/Makefile
+ include/Makefile
+ include/groonga/Makefile
+ plugins/Makefile
+ plugins/tokenizers/Makefile
+ plugins/suggest/Makefile
+ examples/Makefile
+ examples/dictionary/Makefile
+ examples/dictionary/edict/Makefile
+ examples/dictionary/eijiro/Makefile
+ examples/dictionary/gene95/Makefile
+ examples/dictionary/jmdict/Makefile
+ apt/Makefile
+ rpm/Makefile
+ rpm/centos/Makefile
+ rpm/fedora/Makefile
+ yum/Makefile
+ data/Makefile
+ data/html/Makefile
+ data/munin/Makefile
+ data/init.d/Makefile
+ data/init.d/redhat/Makefile
+ data/init.d/redhat/sysconfig/Makefile
+ tools/Makefile
+ doc/Makefile
+ doc/locale/Makefile
+ doc/locale/ja/Makefile
+ doc/locale/ja/LC_MESSAGES/Makefile
+ test/Makefile
+ test/unit/Makefile
+ test/unit/lib/Makefile
+ test/unit/lib/ruby/Makefile
+ test/unit/fixtures/Makefile
+ test/unit/fixtures/inverted-index/Makefile
+ test/unit/fixtures/stress/Makefile
+ test/unit/fixtures/performance/Makefile
+ test/unit/fixtures/plugins/Makefile
+ test/unit/fixtures/story/Makefile
+ test/unit/fixtures/story/taiyaki/Makefile
+ test/unit/util/Makefile
+ test/unit/core/Makefile
+ test/unit/memcached/Makefile
+ test/unit/http/Makefile
+ test/unit/gqtp/Makefile
+ test/unit/story/Makefile
+ test/unit/grntest/Makefile
+ test/benchmark/Makefile
+ test/benchmark/lib/Makefile
+])
AC_CHECK_HEADERS(sys/mman.h sys/time.h sys/timeb.h sys/param.h sys/types.h sys/resource.h)
AC_CHECK_HEADERS(netdb.h sys/wait.h sys/socket.h netinet/in.h netinet/tcp.h)