[Groonga-commit] groonga/groonga-normalizer-mysql [master] Unify to newer style

Back to archive index

HAYASHI Kentaro null+****@clear*****
Tue Jan 29 17:43:52 JST 2013


HAYASHI Kentaro	2013-01-29 17:43:52 +0900 (Tue, 29 Jan 2013)

  New Revision: c9a72f06c298ad6ad3b7d75354be2aa784145a7f
  https://github.com/groonga/groonga-normalizer-mysql/commit/c9a72f06c298ad6ad3b7d75354be2aa784145a7f

  Log:
    Unify to newer style
    
    Old style:
    
      AC_OUTPUT([...])
    
    New style:
    
      AC_CONFIG_FILES([...])
      AC_OUTPUT

  Modified files:
    configure.ac

  Modified: configure.ac (+3 -4)
===================================================================
--- configure.ac    2013-01-29 17:35:18 +0900 (a2eba90)
+++ configure.ac    2013-01-29 17:43:52 +0900 (48be417)
@@ -111,16 +111,15 @@ AC_CONFIG_FILES([
   packages/apt/Makefile
   packages/rpm/Makefile
   packages/rpm/centos/Makefile
+  packages/rpm/centos/groonga-normalizer-mysql.spec
   packages/rpm/fedora/Makefile
+  packages/rpm/fedora/groonga-normalizer-mysql.spec
   packages/yum/Makefile
   packages/source/Makefile
   test/Makefile
 ])
 
-AC_OUTPUT([
-  packages/rpm/centos/groonga-normalizer-mysql.spec
-  packages/rpm/fedora/groonga-normalizer-mysql.spec
-])
+AC_OUTPUT
 
 echo "$PACKAGE_NAME $PACKAGE_VERSION configuration:"
 echo "-----------------------"
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index