--- ./configure.ac.orig 2013-04-16 09:59:57.000000000 +0200
-+++ ./configure.ac 2015-05-09 23:06:38.721990600 +0200
-@@ -128,6 +128,9 @@
++++ ./configure.ac 2015-05-11 18:28:42.965781000 +0200
+@@ -4,6 +4,7 @@
+ AM_INIT_AUTOMAKE([1.7 -Wno-portability])
+ AM_MAINTAINER_MODE([enable])
+ AC_CONFIG_HEADERS([config.h])
++AC_CONFIG_MACRO_DIR([m4])
+
+ AC_CANONICAL_HOST
+
+@@ -128,6 +129,9 @@
dnl ========================GIO================================================
PKG_CHECK_MODULES(GIO, gio-2.0)
dnl ==== canvas ====
AC_ARG_ENABLE(canvas-module,
--- ./libseed/Makefile.am.orig 2013-04-16 09:58:20.000000000 +0200
-+++ ./libseed/Makefile.am 2015-05-09 23:06:38.727991000 +0200
++++ ./libseed/Makefile.am 2015-05-11 18:28:42.972782300 +0200
@@ -33,10 +33,12 @@
$(SEED_DEBUG_CFLAGS) \
$(SEED_PROFILE_CFLAGS) \
seedheaders_HEADERS = seed.h seed-debug.h seed-module.h
--- ./libseed/seed-engine.c.orig 2013-04-16 09:58:20.000000000 +0200
-+++ ./libseed/seed-engine.c 2015-05-09 23:06:38.754991500 +0200
++++ ./libseed/seed-engine.c 2015-05-11 18:36:06.804432000 +0200
@@ -21,7 +21,6 @@
#include "seed-path.h"
#include <stdarg.h>
#include <string.h>
#include <pthread.h>
+@@ -1794,9 +1793,21 @@
+ seed_initialize_importer (eng->context, eng->global);
+ seed_gtype_init (eng);
+
++ gchar *dir;
++ gchar *path;
++
++ dir = g_win32_get_package_installation_directory_of_module (NULL);
++ path = g_build_filename(dir, "share", "seed-gtk3", NULL);
++ g_free (dir);
++
++ dir = g_strconcat ("Seed.include(\"", path,
++ "\extensions\Seed.js\");", NULL);
++g_message("DIR %s", dir);
+ defaults_script =
+- JSStringCreateWithUTF8CString ("Seed.include(\"" SEED_PREFIX_PATH
+- "extensions/Seed.js\");");
++ JSStringCreateWithUTF8CString (dir);
++
++ g_free (path);
++ g_free (dir);
+
+ JSEvaluateScript (eng->context, defaults_script, NULL, NULL, 0, NULL);
+
--- ./libseed/seed-importer.c.orig 2013-04-16 09:58:20.000000000 +0200
-+++ ./libseed/seed-importer.c 2015-05-09 23:06:38.761993200 +0200
++++ ./libseed/seed-importer.c 2015-05-11 18:28:42.986782500 +0200
@@ -17,6 +17,8 @@
* Copyright (C) Robert Carr 2009 <carrr@rpi.edu>
*/
#include <gio/gio.h>
#include <string.h>
#include <stdlib.h>
---- ./Makefile.am.orig 2015-05-09 23:13:57.741040300 +0200
-+++ ./Makefile.am 2015-05-09 23:14:00.415360200 +0200
+--- ./Makefile.am.orig 2013-04-16 09:58:20.000000000 +0200
++++ ./Makefile.am 2015-05-11 18:28:42.994782800 +0200
@@ -7,8 +7,7 @@
src \
extensions \
doc_DATA = \
README \
--- ./modules/cairo/Makefile.am.orig 2013-04-16 09:58:20.000000000 +0200
-+++ ./modules/cairo/Makefile.am 2015-05-09 23:06:38.766992800 +0200
++++ ./modules/cairo/Makefile.am 2015-05-11 18:28:43.000782800 +0200
@@ -35,7 +35,8 @@
-module -avoid-version \
$(GOBJECT_INTROSPECTION_LDFLAGS) \
libseed_cairo_la_LIBADD = \
$(top_builddir)/libseed/libseed@SEED_GTK_VERSION@.la \
--- ./modules/canvas/Makefile.am.orig 2013-04-16 09:58:20.000000000 +0200
-+++ ./modules/canvas/Makefile.am 2015-05-09 23:06:38.796995000 +0200
++++ ./modules/canvas/Makefile.am 2015-05-11 18:28:43.006782900 +0200
@@ -19,7 +19,8 @@
libseed_canvas_la_LDFLAGS = \
-module -avoid-version \
libseed_canvas_la_LIBADD = \
$(top_builddir)/libseed/libseed@SEED_GTK_VERSION@.la \
--- ./modules/dbus/Makefile.am.orig 2013-04-16 09:58:20.000000000 +0200
-+++ ./modules/dbus/Makefile.am 2015-05-09 23:06:38.809996000 +0200
++++ ./modules/dbus/Makefile.am 2015-05-11 18:28:43.011783600 +0200
@@ -40,7 +40,8 @@
$(GOBJECT_INTROSPECTION_LDFLAGS) \
$(DBUS_LDFLAGS) \
libseed_dbusnative_la_LIBADD = \
-ldbus-1 \
--- ./modules/DynamicObject/Makefile.am.orig 2013-04-16 09:58:20.000000000 +0200
-+++ ./modules/DynamicObject/Makefile.am 2015-05-09 23:06:38.814996400 +0200
-@@ -18,6 +18,10 @@
++++ ./modules/DynamicObject/Makefile.am 2015-05-11 18:35:00.049309600 +0200
+@@ -17,7 +17,11 @@
+ libseed_DynamicObject_la_LDFLAGS = \
-module -avoid-version \
$(GOBJECT_INTROSPECTION_LDFLAGS) \
- $(SEED_PROFILE_LIBS)
+- $(SEED_PROFILE_LIBS)
++ $(SEED_PROFILE_LIBS) \
+ -no-undefined
+
+libseed_DynamicObject_la_LIBADD = \
endif
--- ./modules/example/Makefile.am.orig 2013-04-16 09:58:20.000000000 +0200
-+++ ./modules/example/Makefile.am 2015-05-09 23:06:38.818996300 +0200
++++ ./modules/example/Makefile.am 2015-05-11 18:28:43.043785700 +0200
@@ -16,7 +16,8 @@
libseed_example_la_LDFLAGS = \
libseed_example_la_LIBADD = \
$(top_builddir)/libseed/libseed@SEED_GTK_VERSION@.la \
--- ./modules/ffi/Makefile.am.orig 2013-04-16 09:58:20.000000000 +0200
-+++ ./modules/ffi/Makefile.am 2015-05-09 23:06:38.823996700 +0200
++++ ./modules/ffi/Makefile.am 2015-05-11 18:28:43.047785900 +0200
@@ -25,7 +25,8 @@
libseed_ffi_la_LDFLAGS = \
-module -avoid-version \
libseed_ffi_la_LIBADD = \
$(top_builddir)/libseed/libseed@SEED_GTK_VERSION@.la \
--- ./modules/gettext/Makefile.am.orig 2013-04-16 09:58:20.000000000 +0200
-+++ ./modules/gettext/Makefile.am 2015-05-09 23:06:38.829996400 +0200
++++ ./modules/gettext/Makefile.am 2015-05-11 18:28:43.054786500 +0200
@@ -16,7 +16,8 @@
libseed_gettext_la_LDFLAGS = \
libseed_gettext_la_LIBADD = \
$(top_builddir)/libseed/libseed@SEED_GTK_VERSION@.la \
--- ./modules/gettext/seed-gettext.c.orig 2013-04-16 09:58:20.000000000 +0200
-+++ ./modules/gettext/seed-gettext.c 2015-05-09 23:06:38.833997400 +0200
++++ ./modules/gettext/seed-gettext.c 2015-05-11 18:28:43.060786500 +0200
@@ -313,12 +313,28 @@
DEFINE_ENUM_MEMBER(ns_ref, LC_MONETARY);
DEFINE_ENUM_MEMBER(ns_ref, LC_MESSAGES);
return ns_ref;
--- ./modules/gtkbuilder/Makefile.am.orig 2013-04-16 09:58:20.000000000 +0200
-+++ ./modules/gtkbuilder/Makefile.am 2015-05-09 23:06:38.840998300 +0200
++++ ./modules/gtkbuilder/Makefile.am 2015-05-11 18:28:43.067787400 +0200
@@ -19,7 +19,8 @@
libseed_gtkbuilder_la_LDFLAGS = \
-module -avoid-version \
libseed_gtkbuilder_la_LIBADD = \
$(top_builddir)/libseed/libseed@SEED_GTK_VERSION@.la \
--- ./modules/libxml/Makefile.am.orig 2013-04-16 09:58:20.000000000 +0200
-+++ ./modules/libxml/Makefile.am 2015-05-09 23:06:38.845998700 +0200
++++ ./modules/libxml/Makefile.am 2015-05-11 18:28:43.072787800 +0200
@@ -20,7 +20,8 @@
libseed_libxml_la_LDFLAGS = \
-module -avoid-version \
libseed_libxml_la_LIBADD = \
$(top_builddir)/libseed/libseed@SEED_GTK_VERSION@.la \
--- ./modules/multiprocessing/Makefile.am.orig 2013-04-16 09:58:20.000000000 +0200
-+++ ./modules/multiprocessing/Makefile.am 2015-05-09 23:06:38.852998800 +0200
++++ ./modules/multiprocessing/Makefile.am 2015-05-11 18:28:43.079788000 +0200
@@ -18,7 +18,8 @@
libseed_multiprocessing_la_LDFLAGS = \
libseed_multiprocessing_la_LIBADD = \
$(top_builddir)/libseed/libseed@SEED_GTK_VERSION@.la \
--- ./modules/multiprocessing/seed-multiprocessing.c.orig 2013-04-16 09:58:20.000000000 +0200
-+++ ./modules/multiprocessing/seed-multiprocessing.c 2015-05-09 23:06:38.858999300 +0200
++++ ./modules/multiprocessing/seed-multiprocessing.c 2015-05-11 18:28:43.086788100 +0200
@@ -17,6 +17,10 @@
* Copyright (C) Robert Carr 2009 <carrr@rpi.edu>
*/
#include <unistd.h>
--- ./modules/readline/Makefile.am.orig 2013-04-16 09:58:20.000000000 +0200
-+++ ./modules/readline/Makefile.am 2015-05-09 23:06:38.865999400 +0200
++++ ./modules/readline/Makefile.am 2015-05-11 18:28:43.107789700 +0200
@@ -18,7 +18,8 @@
libseed_readline_la_LDFLAGS = \
-module -avoid-version \
libseed_readline_la_LIBADD = \
$(top_builddir)/libseed/libseed@SEED_GTK_VERSION@.la \
--- ./modules/sandbox/Makefile.am.orig 2013-04-16 09:58:20.000000000 +0200
-+++ ./modules/sandbox/Makefile.am 2015-05-09 23:06:38.869999700 +0200
++++ ./modules/sandbox/Makefile.am 2015-05-11 18:28:43.111789200 +0200
@@ -15,7 +15,8 @@
libseed_sandbox_la_LDFLAGS = \
libseed_sandbox_la_LIBADD = \
$(top_builddir)/libseed/libseed@SEED_GTK_VERSION@.la \
--- ./modules/sqlite/Makefile.am.orig 2013-04-16 09:58:20.000000000 +0200
-+++ ./modules/sqlite/Makefile.am 2015-05-09 23:06:38.875000500 +0200
++++ ./modules/sqlite/Makefile.am 2015-05-11 18:28:43.116789200 +0200
@@ -20,7 +20,8 @@
-module -avoid-version \
$(GOBJECT_INTROSPECTION_LDFLAGS) \