Merge tag 'upstream/0.7.2' into debian
[moonshot-ui.git] / configure
index d7aaaf6..a078e29 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Moonshot-ui 0.7.1.
+# Generated by GNU Autoconf 2.69 for Moonshot-ui 0.7.2.
 #
 # Report bugs to <moonshot-community@jiscmail.ac.uk>.
 #
@@ -650,8 +650,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='Moonshot-ui'
 PACKAGE_TARNAME='moonshot-ui'
-PACKAGE_VERSION='0.7.1'
-PACKAGE_STRING='Moonshot-ui 0.7.1'
+PACKAGE_VERSION='0.7.2'
+PACKAGE_STRING='Moonshot-ui 0.7.2'
 PACKAGE_BUGREPORT='moonshot-community@jiscmail.ac.uk'
 PACKAGE_URL='http://www.project-moonshot.org/'
 
@@ -732,6 +732,8 @@ MIDL
 MIDL_WRAPPER
 MSRPC_LIBS
 MSRPC_CFLAGS
+GIO_VAPI_USES_ARRAYS_FALSE
+GIO_VAPI_USES_ARRAYS_TRUE
 IPC_GDBUS_FALSE
 IPC_GDBUS_TRUE
 IPC_DBUS_GLIB_FALSE
@@ -1452,7 +1454,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures Moonshot-ui 0.7.1 to adapt to many kinds of systems.
+\`configure' configures Moonshot-ui 0.7.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1522,7 +1524,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Moonshot-ui 0.7.1:";;
+     short | recursive ) echo "Configuration of Moonshot-ui 0.7.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1658,7 +1660,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Moonshot-ui configure 0.7.1
+Moonshot-ui configure 0.7.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1936,7 +1938,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Moonshot-ui $as_me 0.7.1, which was
+It was created by Moonshot-ui $as_me 0.7.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2328,7 +2330,7 @@ ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
 
 
 
-am__api_version='1.14'
+am__api_version='1.15'
 
 # Find a good install program.  We prefer a C program (faster),
 # so one script is as good as another.  But avoid the broken or
@@ -2500,8 +2502,8 @@ test "$program_suffix" != NONE &&
 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
 
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`cd $ac_aux_dir && pwd`
+# Expand $ac_aux_dir to an absolute path.
+am_aux_dir=`cd "$ac_aux_dir" && pwd`
 
 if test x"${MISSING+set}" != xset; then
   case $am_aux_dir in
@@ -2520,7 +2522,7 @@ else
 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
 fi
 
-if test x"${install_sh}" != xset; then
+if test x"${install_sh+set}" != xset; then
   case $am_aux_dir in
   *\ * | *\    *)
     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
@@ -2814,7 +2816,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='moonshot-ui'
- VERSION='0.7.1'
+ VERSION='0.7.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2848,8 +2850,8 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
 mkdir_p='$(MKDIR_P)'
 
-# We need awk for the "check" target.  The system "awk" is bad on
-# some platforms.
+# We need awk for the "check" target (and possibly the TAP driver).  The
+# system "awk" is bad on some platforms.
 # Always define AMTAR for backward compatibility.  Yes, it's still used
 # in the wild :-(  We should find a proper way to deprecate it ...
 AMTAR='$${TAR-tar}'
@@ -13479,10 +13481,31 @@ else
 fi
 
 
+vala_version=`$VALAC --version | sed 's/Vala  *//'`
+as_arg_v1="$vala_version"
+as_arg_v2=0.11.1
+awk "$as_awk_strverscmp" v1="$as_arg_v1" v2="$as_arg_v2" /dev/null
+case $? in #(
+  1) :
+    gio_vapi_uses_arrays="no" ;; #(
+  0) :
+    gio_vapi_uses_arrays="yes" ;; #(
+  2) :
+    gio_vapi_uses_arrays="yes" ;; #(
+  *) :
+     ;;
+esac
+ if test "$gio_vapi_uses_arrays" = "yes"; then
+  GIO_VAPI_USES_ARRAYS_TRUE=
+  GIO_VAPI_USES_ARRAYS_FALSE='#'
+else
+  GIO_VAPI_USES_ARRAYS_TRUE='#'
+  GIO_VAPI_USES_ARRAYS_FALSE=
+fi
+
 if test "$SERVER_IPC_MODULE" = "dbus-glib-1"; then
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking $VALAC is no greater than 0.12.1" >&5
 $as_echo_n "checking $VALAC is no greater than 0.12.1... " >&6; }
-  vala_version=`$VALAC --version | sed 's/Vala  *//'`
   as_arg_v1=0.12.2
 as_arg_v2="$vala_version"
 awk "$as_awk_strverscmp" v1="$as_arg_v1" v2="$as_arg_v2" /dev/null
@@ -16424,6 +16447,10 @@ if test -z "${IPC_GDBUS_TRUE}" && test -z "${IPC_GDBUS_FALSE}"; then
   as_fn_error $? "conditional \"IPC_GDBUS\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi
+if test -z "${GIO_VAPI_USES_ARRAYS_TRUE}" && test -z "${GIO_VAPI_USES_ARRAYS_FALSE}"; then
+  as_fn_error $? "conditional \"GIO_VAPI_USES_ARRAYS\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
 
 : "${CONFIG_STATUS=./config.status}"
 ac_write_fail=0
@@ -16821,7 +16848,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Moonshot-ui $as_me 0.7.1, which was
+This file was extended by Moonshot-ui $as_me 0.7.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16888,7 +16915,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-Moonshot-ui config.status 0.7.1
+Moonshot-ui config.status 0.7.2
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"