[gegl-gtk] vala: Fix .vapi not being installed



commit ac67a303c48e355e6d606234703899a072d6d1d0
Author: Jon Nordby <jononor gmail com>
Date:   Wed Sep 14 18:33:08 2011 +0200

    vala: Fix .vapi not being installed
    
    vapidir was overridden by autoconf to be empty.
    There seems to be no sane way to detect the vapidir
    to use based on valas pkg-config files, as they are
    versioned and frequently changes.

 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 751839b..461b90c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -258,9 +258,6 @@ fi
 have_vala=$have_vapigen
 AM_CONDITIONAL(HAVE_VALA, test "$have_vala" = "yes")
 
-vapidir=$(pkg-config --variable vapidir vala-1.0)
-AC_SUBST(vapidir)
-
 ######################################
 # Checks for gtk-doc and docbook-tools
 ######################################



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