From: Alan Knowles Date: Wed, 24 Dec 2014 08:37:03 +0000 (+0800) Subject: configure.ac X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=e039d15e537e6550cc767dfeb124017cc7483f3b configure.ac --- diff --git a/configure.ac b/configure.ac index e5d3bd2cd..0de0895fc 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT([builder4], [0.1.0]) +AC_INIT([builder], [4.0.0]) AC_CONFIG_HEADERS([config.h]) @@ -15,25 +15,26 @@ AC_PROG_CC AM_PROG_VALAC([0.26.0]) -PKG_CHECK_MODULES(BUILDER4, [ - glib-2.0 >= 2.24.1 - gobject-2.0 >= 2.24.1 - gtk+-3.0 - gtksourceview-3.0 - libxml-2.0 - json-glib-1.0 - gee-1.0 - gobject-introspection-1.0 - webkit2gtk-3.0 - clutter-gtk-1.0 - gladeui-2.0 - libsoup-2.4 - javascriptcoregtk-3.0 - vte >= 0.28 - libvala-0.26 - -]) +BUILDER_PACKAGES=" --pkg glib-2.0 >= 2.24.1 + --pkg gobject-2.0 >= 2.24.1 + --pkg gtk+-3.0 + --pkg gtksourceview-3.0 + --pkg libxml-2.0 + --pkg json-glib-1.0 + --pkg gee-1.0 + --pkg gobject-introspection-1.0 + --pkg webkit2gtk-3.0 + --pkg clutter-gtk-1.0 + --pkg gladeui-2.0 + --pkg libsoup-2.4 + --pkg javascriptcoregtk-3.0 + --pkg vte >= 0.28 + --pkg libvala-0.26 " + +PKG_CHECK_MODULES(BUILDER, [ BUILDER_PACKAGES ]) + +AC_SUBST(BUILDER_PACKAGES) AC_CONFIG_FILES([ Makefile