[grilo/0.2.x] build: surround GRL_MAJORMINOR with braces



commit 4f7bf25ed3fc457c6456122a00b2b885c1b18efe
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Wed Sep 30 20:52:51 2015 +0000

    build: surround GRL_MAJORMINOR with braces
    
    It fixes distcheck.

 configure.ac |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index fcd1e0d..da55393 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,13 +40,13 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 # Grilo Net library
 
-GRLNET_VERSION=0.2.5
+GRLNET_VERSION=grl_major_version.grl_minor_version.grl_micro_version
 AC_SUBST(GRLNET_VERSION)
 AC_DEFINE_UNQUOTED(GRLNET_VERSION, "$GRLNET_VERSION", [Grilo Net library version])
 
 # Grilo Pls library
 
-GRLPLS_VERSION=0.2.3
+GRLPLS_VERSION=grl_major_version.grl_minor_version.grl_micro_version
 AC_SUBST(GRLPLS_VERSION)
 AC_DEFINE_UNQUOTED(GRLPLS_VERSION, "$GRLPLS_VERSION", [Grilo Pls library version])
 
@@ -271,17 +271,17 @@ AC_SUBST([builddir])
 # ----------------------------------------------------------
 
 if test "x$HAVE_LIBSOUP" = "xyes"; then
-   AC_CONFIG_FILES([grilo-net-uninstalled.pc grilo-net-0.2.pc])
+   AC_CONFIG_FILES([grilo-net-uninstalled.pc grilo-net-${GRL_MAJORMINOR}.pc])
 fi
 
 if test "x$HAVE_TOTEM_PL_PARSER" = "xyes"; then
-   AC_CONFIG_FILES([grilo-pls-uninstalled.pc grilo-pls-0.2.pc])
+   AC_CONFIG_FILES([grilo-pls-uninstalled.pc grilo-pls-${GRL_MAJORMINOR}.pc])
 fi
 
 AC_CONFIG_FILES([
   Makefile
   grilo-uninstalled.pc
-  grilo-0.2.pc
+  grilo-${GRL_MAJORMINOR}.pc
   src/Makefile
   src/data/Makefile
   po/Makefile.in


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]