Autoreconf
authorSam Hartman <hartmans@debian.org>
Wed, 15 Jul 2015 15:27:09 +0000 (11:27 -0400)
committerSam Hartman <hartmans@debian.org>
Wed, 15 Jul 2015 15:27:09 +0000 (11:27 -0400)
Makefile.in
configure

index 5b090dc..a8430bf 100644 (file)
@@ -114,6 +114,8 @@ bin_PROGRAMS = src/moonshot$(EXEEXT) src/moonshot-webp$(EXEEXT)
 @IPC_DBUS_GLIB_FALSE@@IPC_DBUS_TRUE@   --define=IPC_DBUS
 
 @GIO_VAPI_USES_ARRAYS_TRUE@am__append_18 = --define=GIO_VAPI_USES_ARRAYS
+@GEE_0_8_TRUE@am__append_19 = --pkg gee-0.8
+@GEE_0_8_FALSE@am__append_20 = --pkg gee-1.0
 noinst_PROGRAMS = examples/client$(EXEEXT) \
        examples/service-selection$(EXEEXT) tests/basic$(EXEEXT)
 subdir = .
@@ -199,7 +201,8 @@ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
        "$(DESTDIR)$(includedir)"
 LTLIBRARIES = $(lib_LTLIBRARIES)
 am__DEPENDENCIES_1 =
-libmoonshot_libmoonshot_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
+libmoonshot_libmoonshot_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
+       $(am__DEPENDENCIES_1)
 am__libmoonshot_libmoonshot_la_SOURCES_DIST =  \
        libmoonshot/libmoonshot-common.c \
        libmoonshot/libmoonshot-msrpc.c libmoonshot/libmoonshot-dbus.c
@@ -234,7 +237,7 @@ examples_service_selection_OBJECTS =  \
 am__DEPENDENCIES_3 = $(am__DEPENDENCIES_2)
 examples_service_selection_DEPENDENCIES =  \
        ${top_builddir}/libmoonshot/libmoonshot.la \
-       $(am__DEPENDENCIES_3)
+       $(am__DEPENDENCIES_3) $(am__DEPENDENCIES_1)
 am_src_moonshot_OBJECTS =  \
        src/src_moonshot-moonshot-identity-manager-app.$(OBJEXT) \
        src/src_moonshot-moonshot-identity-management-view.$(OBJEXT) \
@@ -256,7 +259,7 @@ am_src_moonshot_OBJECTS =  \
 src_moonshot_OBJECTS = $(am_src_moonshot_OBJECTS) \
        $(nodist_src_moonshot_OBJECTS)
 src_moonshot_DEPENDENCIES = $(am__DEPENDENCIES_3) \
-       $(am__DEPENDENCIES_2)
+       $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2)
 src_moonshot_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(src_moonshot_CFLAGS) \
        $(CFLAGS) $(src_moonshot_LDFLAGS) $(LDFLAGS) -o $@
@@ -266,7 +269,8 @@ am_src_moonshot_webp_OBJECTS =  \
        src/src_moonshot_webp-moonshot-id.$(OBJEXT)
 src_moonshot_webp_OBJECTS = $(am_src_moonshot_webp_OBJECTS)
 src_moonshot_webp_DEPENDENCIES = $(am__DEPENDENCIES_3) \
-       ${top_builddir}/libmoonshot/libmoonshot.la
+       ${top_builddir}/libmoonshot/libmoonshot.la \
+       $(am__DEPENDENCIES_1)
 src_moonshot_webp_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
        $(src_moonshot_webp_CFLAGS) $(CFLAGS) \
@@ -445,6 +449,8 @@ EXEEXT = @EXEEXT@
 FGREP = @FGREP@
 GDBUS_CFLAGS = @GDBUS_CFLAGS@
 GDBUS_LIBS = @GDBUS_LIBS@
+GEE_CFLAGS = @GEE_CFLAGS@
+GEE_LIBS = @GEE_LIBS@
 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 GMSGFMT = @GMSGFMT@
@@ -594,14 +600,14 @@ AM_CPPFLAGS = -include config.h -DLOCALEDIR=\""$(localedir)"\" \
 AM_VALAFLAGS = -g config.vapi --vapidir=$(top_srcdir)/vapi --pkg \
        gio-2.0 $(am__append_2) $(am__append_4) $(am__append_8) \
        $(am__append_12) $(am__append_15) $(am__append_17) \
-       $(am__append_18)
+       $(am__append_18) $(am__append_19) $(am__append_20)
 libmoonshot_libmoonshot_la_CPPFLAGS = \
         $(libmoonshot_CFLAGS) \
-        $(AM_CPPFLAGS) 
+        $(AM_CPPFLAGS)  $(GEE_CFLAGS)
 
 libmoonshot_libmoonshot_la_SOURCES = libmoonshot/libmoonshot-common.c \
        $(am__append_13) $(am__append_14)
-libmoonshot_libmoonshot_la_LIBADD = $(libmoonshot_LIBS)
+libmoonshot_libmoonshot_la_LIBADD = $(libmoonshot_LIBS) $(GEE_LIBS)
 libmoonshot_libmoonshot_la_LDFLAGS = -no-undefined -version-info 1:0:0
 include_HEADERS = libmoonshot/libmoonshot.h
 noinst_HEADERS = libmoonshot/libmoonshot-common.h
@@ -628,13 +634,13 @@ src_moonshot_webp_SOURCES = \
         src/moonshot-provisioning-common.vala \
         src/moonshot-id.vala
 
-src_moonshot_VALAFLAGS = --pkg gdk-2.0 --pkg gtk+-2.0 --pkg gee-0.8 $(AM_VALAFLAGS)
-src_moonshot_CPPFLAGS = $(moonshot_CFLAGS) $(AM_CPPFLAGS)  
-src_moonshot_LDADD = $(moonshot_LIBS) $(am__append_6)
+src_moonshot_VALAFLAGS = --pkg gdk-2.0 --pkg gtk+-2.0 $(AM_VALAFLAGS)
+src_moonshot_CPPFLAGS = $(moonshot_CFLAGS) $(AM_CPPFLAGS)   $(GEE_CFLAGS)
+src_moonshot_LDADD = $(moonshot_LIBS) $(GEE_LIBS) $(am__append_6)
 src_moonshot_LDFLAGS = -g -O0 $(am__append_9)
 src_moonshot_webp_VALAFLAGS = --vapidir=$(top_srcdir)/libmoonshot  --pkg gtk+-2.0 --pkg gdk-2.0 --pkg libmoonshot $(AM_VALAFLAGS)
-src_moonshot_webp_CPPFLAGS = $(moonshot_CFLAGS) $(AM_CPPFLAGS)
-src_moonshot_webp_LDADD = $(moonshot_LIBS) ${top_builddir}/libmoonshot/libmoonshot.la
+src_moonshot_webp_CPPFLAGS = $(moonshot_CFLAGS) $(AM_CPPFLAGS) $(GEE_CFLAGS)
+src_moonshot_webp_LDADD = $(moonshot_LIBS) ${top_builddir}/libmoonshot/libmoonshot.la $(GEE_LIBS)
 src_moonshot_webp_LDFLAGS = $(am__append_10)
 @OS_WIN32_TRUE@src_moonshot_CFLAGS = -mwindows
 @OS_WIN32_TRUE@src_moonshot_webp_CFLAGS = -mconsole
@@ -670,10 +676,10 @@ EXTRA_DIST = webprovisioning/moonshot.xml $(dbusservice_in_files) \
        vapi/moonshot-gnome-keyring.vapi libmoonshot/libmoonshot.vapi
 
 examples_service_selection_SOURCES = examples/service-selection.c
-examples_service_selection_CPPFLAGS = $(moonshot_CFLAGS) $(AM_CPPFLAGS)
-examples_service_selection_LDADD = ${top_builddir}/libmoonshot/libmoonshot.la $(moonshot_LIBS)
+examples_service_selection_CPPFLAGS = $(moonshot_CFLAGS) $(AM_CPPFLAGS) $(GEE_CFLAGS)
+examples_service_selection_LDADD = ${top_builddir}/libmoonshot/libmoonshot.la $(moonshot_LIBS) $(GEE_LIBS)
 examples_client_SOURCES = examples/client.c
-examples_client_CPPFLAGS = $(libmoonshot_CFLAGS) $(AM_CPPFLAGS)
+examples_client_CPPFLAGS = $(libmoonshot_CFLAGS) $(AM_CPPFLAGS) $(GEE_CFLAGS)
 examples_client_LDADD = ${top_builddir}/libmoonshot/libmoonshot.la
 tests_basic_SOURCES = tests/basic.c
 tests_basic_CPPFLAGS = $(moonshot_CFLAGS) $(AM_CPPFLAGS)
index f5aa4d0..c518c15 100755 (executable)
--- a/configure
+++ b/configure
@@ -748,6 +748,10 @@ OS_WIN32_FALSE
 OS_WIN32_TRUE
 OS_LINUX_FALSE
 OS_LINUX_TRUE
+GEE_0_8_FALSE
+GEE_0_8_TRUE
+GEE_LIBS
+GEE_CFLAGS
 GDBUS_LIBS
 GDBUS_CFLAGS
 MAC_LIBS
@@ -910,6 +914,8 @@ MAC_CFLAGS
 MAC_LIBS
 GDBUS_CFLAGS
 GDBUS_LIBS
+GEE_CFLAGS
+GEE_LIBS
 moonshot_CFLAGS
 moonshot_LIBS
 libmoonshot_CFLAGS
@@ -1584,6 +1590,8 @@ Some influential environment variables:
   GDBUS_CFLAGS
               C compiler flags for GDBUS, overriding pkg-config
   GDBUS_LIBS  linker flags for GDBUS, overriding pkg-config
+  GEE_CFLAGS  C compiler flags for GEE, overriding pkg-config
+  GEE_LIBS    linker flags for GEE, overriding pkg-config
   moonshot_CFLAGS
               C compiler flags for moonshot, overriding pkg-config
   moonshot_LIBS
@@ -12927,6 +12935,7 @@ $as_echo "$as_me: WARNING: you will not be able to compile vala source files" >&
       :
     fi
 
+gee_0_8=no
 # Platform checks
 
 
@@ -13420,8 +13429,266 @@ $as_echo "yes" >&6; }
 
 fi
 
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GEE" >&5
+$as_echo_n "checking for GEE... " >&6; }
+
+if test -n "$GEE_CFLAGS"; then
+    pkg_cv_GEE_CFLAGS="$GEE_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gee-0.8 >= 0.5\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gee-0.8 >= 0.5") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GEE_CFLAGS=`$PKG_CONFIG --cflags "gee-0.8 >= 0.5" 2>/dev/null`
+                     test "x$?" != "x0" && pkg_failed=yes
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+if test -n "$GEE_LIBS"; then
+    pkg_cv_GEE_LIBS="$GEE_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gee-0.8 >= 0.5\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gee-0.8 >= 0.5") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GEE_LIBS=`$PKG_CONFIG --libs "gee-0.8 >= 0.5" 2>/dev/null`
+                     test "x$?" != "x0" && pkg_failed=yes
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+
+
+
+if test $pkg_failed = yes; then
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
+fi
+        if test $_pkg_short_errors_supported = yes; then
+               GEE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gee-0.8 >= 0.5" 2>&1`
+        else
+               GEE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gee-0.8 >= 0.5" 2>&1`
+        fi
+       # Put the nasty error message in config.log where it belongs
+       echo "$GEE_PKG_ERRORS" >&5
+
+
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GEE" >&5
+$as_echo_n "checking for GEE... " >&6; }
+
+if test -n "$GEE_CFLAGS"; then
+    pkg_cv_GEE_CFLAGS="$GEE_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gee-1.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gee-1.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GEE_CFLAGS=`$PKG_CONFIG --cflags "gee-1.0" 2>/dev/null`
+                     test "x$?" != "x0" && pkg_failed=yes
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+if test -n "$GEE_LIBS"; then
+    pkg_cv_GEE_LIBS="$GEE_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gee-1.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gee-1.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GEE_LIBS=`$PKG_CONFIG --libs "gee-1.0" 2>/dev/null`
+                     test "x$?" != "x0" && pkg_failed=yes
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+
+
+
+if test $pkg_failed = yes; then
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
+fi
+        if test $_pkg_short_errors_supported = yes; then
+               GEE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gee-1.0" 2>&1`
+        else
+               GEE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gee-1.0" 2>&1`
+        fi
+       # Put the nasty error message in config.log where it belongs
+       echo "$GEE_PKG_ERRORS" >&5
+
+       as_fn_error $? "Package requirements (gee-1.0) were not met:
+
+$GEE_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+Alternatively, you may set the environment variables GEE_CFLAGS
+and GEE_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5
+elif test $pkg_failed = untried; then
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables GEE_CFLAGS
+and GEE_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }
+else
+       GEE_CFLAGS=$pkg_cv_GEE_CFLAGS
+       GEE_LIBS=$pkg_cv_GEE_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+fi
+elif test $pkg_failed = untried; then
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GEE" >&5
+$as_echo_n "checking for GEE... " >&6; }
+
+if test -n "$GEE_CFLAGS"; then
+    pkg_cv_GEE_CFLAGS="$GEE_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gee-1.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gee-1.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GEE_CFLAGS=`$PKG_CONFIG --cflags "gee-1.0" 2>/dev/null`
+                     test "x$?" != "x0" && pkg_failed=yes
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+if test -n "$GEE_LIBS"; then
+    pkg_cv_GEE_LIBS="$GEE_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gee-1.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gee-1.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GEE_LIBS=`$PKG_CONFIG --libs "gee-1.0" 2>/dev/null`
+                     test "x$?" != "x0" && pkg_failed=yes
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+
+
+
+if test $pkg_failed = yes; then
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
+fi
+        if test $_pkg_short_errors_supported = yes; then
+               GEE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gee-1.0" 2>&1`
+        else
+               GEE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gee-1.0" 2>&1`
+        fi
+       # Put the nasty error message in config.log where it belongs
+       echo "$GEE_PKG_ERRORS" >&5
+
+       as_fn_error $? "Package requirements (gee-1.0) were not met:
+
+$GEE_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+Alternatively, you may set the environment variables GEE_CFLAGS
+and GEE_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5
+elif test $pkg_failed = untried; then
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables GEE_CFLAGS
+and GEE_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }
+else
+       GEE_CFLAGS=$pkg_cv_GEE_CFLAGS
+       GEE_LIBS=$pkg_cv_GEE_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+fi
+else
+       GEE_CFLAGS=$pkg_cv_GEE_CFLAGS
+       GEE_LIBS=$pkg_cv_GEE_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+       gee_0_8=yes
+fi
+
     ;;
 esac
+ if test "$gee_0_8" = "yes"; then
+  GEE_0_8_TRUE=
+  GEE_0_8_FALSE='#'
+else
+  GEE_0_8_TRUE='#'
+  GEE_0_8_FALSE=
+fi
 
  if test "$linux" = "yes"; then
   OS_LINUX_TRUE=
@@ -14096,7 +14363,6 @@ if test -n "$moonshot_CFLAGS"; then
         glib-2.0 >= 2.22
         gobject-2.0 >= 2.22
         \$GTK_VERSION
-        gee-0.8 >= 0.5
         \$SERVER_IPC_MODULE
                \$MAC
 \""; } >&5
@@ -14105,7 +14371,6 @@ if test -n "$moonshot_CFLAGS"; then
         glib-2.0 >= 2.22
         gobject-2.0 >= 2.22
         $GTK_VERSION
-        gee-0.8 >= 0.5
         $SERVER_IPC_MODULE
                $MAC
 ") 2>&5
@@ -14117,7 +14382,6 @@ if test -n "$moonshot_CFLAGS"; then
         glib-2.0 >= 2.22
         gobject-2.0 >= 2.22
         $GTK_VERSION
-        gee-0.8 >= 0.5
         $SERVER_IPC_MODULE
                $MAC
 " 2>/dev/null`
@@ -14137,7 +14401,6 @@ if test -n "$moonshot_LIBS"; then
         glib-2.0 >= 2.22
         gobject-2.0 >= 2.22
         \$GTK_VERSION
-        gee-0.8 >= 0.5
         \$SERVER_IPC_MODULE
                \$MAC
 \""; } >&5
@@ -14146,7 +14409,6 @@ if test -n "$moonshot_LIBS"; then
         glib-2.0 >= 2.22
         gobject-2.0 >= 2.22
         $GTK_VERSION
-        gee-0.8 >= 0.5
         $SERVER_IPC_MODULE
                $MAC
 ") 2>&5
@@ -14158,7 +14420,6 @@ if test -n "$moonshot_LIBS"; then
         glib-2.0 >= 2.22
         gobject-2.0 >= 2.22
         $GTK_VERSION
-        gee-0.8 >= 0.5
         $SERVER_IPC_MODULE
                $MAC
 " 2>/dev/null`
@@ -14187,7 +14448,6 @@ fi
         glib-2.0 >= 2.22
         gobject-2.0 >= 2.22
         $GTK_VERSION
-        gee-0.8 >= 0.5
         $SERVER_IPC_MODULE
                $MAC
 " 2>&1`
@@ -14197,7 +14457,6 @@ fi
         glib-2.0 >= 2.22
         gobject-2.0 >= 2.22
         $GTK_VERSION
-        gee-0.8 >= 0.5
         $SERVER_IPC_MODULE
                $MAC
 " 2>&1`
@@ -14210,7 +14469,6 @@ fi
         glib-2.0 >= 2.22
         gobject-2.0 >= 2.22
         $GTK_VERSION
-        gee-0.8 >= 0.5
         $SERVER_IPC_MODULE
                $MAC
 ) were not met:
@@ -16535,6 +16793,10 @@ if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
   as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi
+if test -z "${GEE_0_8_TRUE}" && test -z "${GEE_0_8_FALSE}"; then
+  as_fn_error $? "conditional \"GEE_0_8\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
 if test -z "${OS_LINUX_TRUE}" && test -z "${OS_LINUX_FALSE}"; then
   as_fn_error $? "conditional \"OS_LINUX\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5