[Groonga-commit] groonga/groonga [master] Use underscore for path: ac-macros -> ac_macros

Back to archive index

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


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

  New Revision: 838b1c203c03f8b90fa81fba721ef157d884b068

  Log:
    Use underscore for path: ac-macros -> ac_macros

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

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

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2012-04-12 19:03:25 +0900 (cbf2f3a)
+++ configure.ac    2012-04-12 19:04:09 +0900 (21ab4c4)
@@ -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