[Groonga-commit] groonga/groonga [master] configure: sort

Back to archive index

null+****@clear***** null+****@clear*****
2012年 4月 13日 (金) 18:34:24 JST


Kouhei Sutou	2012-04-13 18:34:24 +0900 (Fri, 13 Apr 2012)

  New Revision: 18804270d28bc98b711275e7d416b32eee487118

  Log:
    configure: sort

  Modified files:
    build/ac_macros/check_functions.m4

  Modified: build/ac_macros/check_functions.m4 (+4 -4)
===================================================================
--- build/ac_macros/check_functions.m4    2012-04-13 18:34:08 +0900 (6f5508e)
+++ build/ac_macros/check_functions.m4    2012-04-13 18:34:24 +0900 (708877e)
@@ -1,9 +1,9 @@
 # -*- autoconf -*-
 
-AC_CHECK_FUNCS(open)
 AC_CHECK_FUNCS(close)
-AC_CHECK_FUNCS(read)
-AC_CHECK_FUNCS(write)
-AC_CHECK_FUNCS(localtime_r)
 AC_CHECK_FUNCS(gmtime_r)
+AC_CHECK_FUNCS(localtime_r)
 AC_CHECK_FUNCS(mkostemp)
+AC_CHECK_FUNCS(open)
+AC_CHECK_FUNCS(read)
+AC_CHECK_FUNCS(write)




Groonga-commit メーリングリストの案内
Back to archive index