]> saetta.ns0.it Git - libgdaex/commitdiff
Added hook to auto-install in mingw.
authorAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Wed, 29 Jan 2014 11:00:50 +0000 (12:00 +0100)
committerAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Wed, 29 Jan 2014 11:00:50 +0000 (12:00 +0100)
Makefile.am
configure.ac

index 4a3435bf2c14b819bd8e92658eaeba52b05ba218..fa762b2a5d4bb61a80e6b839c3a60d5b350f5405 100644 (file)
@@ -14,6 +14,11 @@ distclean-local:
                rm -f ChangeLog; \
        fi
 
+if PLATFORM_WIN32
+install-data-hook:
+       \cp -f -r $(prefix)/* /mingw
+endif
+
 ChangeLog:
        @echo Creating $@
        @if test -d "$(srcdir)/.git"; then \
index 18fe36279cd8f0619b703c9574a1f27b8332030d..b2caa0c5ec3f3a607966076295868855119d05b2 100644 (file)
@@ -80,6 +80,21 @@ AC_C_CONST
 # Checks for library functions.
 AC_CHECK_FUNCS([strchr strcasecmp strtol])
 
+dnl ******************************
+dnl Check for Operating System
+dnl ******************************
+
+platform_win32=no
+
+case "$host" in
+*-mingw*)
+    platform_win32=yes
+    ;;
+esac
+
+AM_CONDITIONAL(PLATFORM_WIN32, [test $platform_win32 = yes])
+
+# Output files
 AC_CONFIG_FILES([
        libgdaex.pc
        Makefile