[Groonga-commit] groonga/groonga at 08e7b7b [master] Add missing AC_DEFINE

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Nov 14 17:20:20 JST 2015


Kouhei Sutou	2015-11-14 17:20:20 +0900 (Sat, 14 Nov 2015)

  New Revision: 08e7b7b51f7168feb2e11b37fb1668fbeacdd03a
  https://github.com/groonga/groonga/commit/08e7b7b51f7168feb2e11b37fb1668fbeacdd03a

  Message:
    Add missing AC_DEFINE

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -0)
===================================================================
--- configure.ac    2015-11-14 17:16:27 +0900 (5982d86)
+++ configure.ac    2015-11-14 17:20:20 +0900 (a4c8264)
@@ -9,6 +9,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 PACKAGE_LABEL=Groonga
 AC_SUBST(PACKAGE_LABEL)
+AC_DEFINE_UNQUOTED(PACKAGE_LABEL, ["$PACKAGE_LABEL"], [Label of package])
 
 # for Autoconf 2.60 or earlier.
 if test -z "${datarootdir}"; then
-------------- next part --------------
HTML����������������������������...
Download 



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