[Groonga-commit] groonga/groonga [master] Use underscore for path: check-headers -> check_headers

Back to archive index

null+****@clear***** null+****@clear*****
2012年 4月 12日 (木) 19:08:20 JST


Kouhei Sutou	2012-04-12 19:08:20 +0900 (Thu, 12 Apr 2012)

  New Revision: b4afcf1aaedac0cf2ab3a26227ab22504eee1d64

  Log:
    Use underscore for path: check-headers -> check_headers

  Modified files:
    CMakeLists.txt
    configure.ac
  Renamed files:
    build/ac_macros/check_headers.m4
      (from build/ac_macros/check-headers.m4)

  Modified: CMakeLists.txt (+1 -1)
===================================================================
--- CMakeLists.txt    2012-04-12 19:04:09 +0900 (16d5115)
+++ CMakeLists.txt    2012-04-12 19:08:20 +0900 (640b537)
@@ -48,7 +48,7 @@ macro(ac_check_headers header)
   check_include_file(${header} ${output_variable_name})
 endmacro()
 
-include(build/ac-macros/check-headers.m4)
+include(build/ac_macros/check_headers.m4)
 
 if(UNIX)
   ac_check_headers(pthread.h)

  Renamed: build/ac_macros/check_headers.m4 (+0 -0) 100%
===================================================================

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2012-04-12 19:04:09 +0900 (21ab4c4)
+++ configure.ac    2012-04-12 19:08:20 +0900 (97ec3c8)
@@ -321,7 +321,7 @@ AC_LINK_IFELSE(
       ])
   ])
 
-m4_include(build/ac_macros/check-headers.m4)
+m4_include(build/ac_macros/check_headers.m4)
 AC_CHECK_FUNCS(open close read write)
 AC_CHECK_FUNCS(localtime_r gmtime_r mkostemp)
 BACKTRACE_LIBS=




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