[vte/vte-0-30] Need to set VTE_API_VERSION



commit 6d07a9223f60553a0924c1577b5bc9489cd8e73b
Author: Alexandre Rostovtsev <tetromino gmail com>
Date:   Sun Aug 28 21:59:00 2011 -0400

    Need to set VTE_API_VERSION
    
    Configure needs to properly set VTE_API_VERSION to use the same library
    names as previous gtk3-based vte releases, and to prevent file collisions
    with gtk2-based vte.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657584

 configure.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.in b/configure.in
index a4ef0b7..0193fe6 100644
--- a/configure.in
+++ b/configure.in
@@ -40,6 +40,7 @@ AC_SUBST([LT_VERSION_INFO])
 
 VTE_API_MAJOR_VERSION=2
 VTE_API_MINOR_VERSION=90
+VTE_API_VERSION=$VTE_API_MAJOR_VERSION.$VTE_API_MINOR_VERSION
 VTE_PC_VERSION=-$VTE_API_VERSION
 VTE_LIBRARY_SUFFIX=$VTE_API_VERSION
 VTE_SEAL_CFLAGS="-DVTE_SEAL_ENABLE"



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