[postgis-tickets] r16067 - Make install no longer works under mingw64

Regina Obe lr at pcorp.us
Thu Oct 26 10:04:34 PDT 2017


Author: robe
Date: 2017-10-26 10:04:34 -0700 (Thu, 26 Oct 2017)
New Revision: 16067

Modified:
   trunk/configure.ac
Log:
Make install no longer works under mingw64
Add a AC_PROG_INSTALL step to configure.ac to fix.
References #3916
References #3912

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2017-10-26 08:52:00 UTC (rev 16066)
+++ trunk/configure.ac	2017-10-26 17:04:34 UTC (rev 16067)
@@ -14,9 +14,11 @@
 AC_CONFIG_MACRO_DIR([macros])
 AC_CONFIG_AUX_DIR([build-aux])
 
+
 dnl Invoke libtool: we do this as it is the easiest way to find the PIC
 dnl flags required to build liblwgeom
 AC_PROG_LIBTOOL
+AC_PROG_INSTALL
 
 dnl
 dnl Compilers



More information about the postgis-tickets mailing list