]> granicus.if.org Git - postgis/commitdiff
Revert change of AC_PROG_INSTALL step to configure.ac.
authorRegina Obe <lr@pcorp.us>
Sat, 28 Oct 2017 15:55:59 +0000 (15:55 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 28 Oct 2017 15:55:59 +0000 (15:55 +0000)
Succeeeded in only replacing install-sh with install, which can't create directories under mingw
References #3916
References #3912

git-svn-id: http://svn.osgeo.org/postgis/trunk@16072 b70326c6-7e19-0410-871a-916f4a2858ee

configure.ac

index 6e36ab189eb05a5ec462e9ec6a78180bca12f46a..3e0df606705f9d308bc3406e3769b615612a978e 100644 (file)
@@ -19,9 +19,6 @@ 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
 
-dnl help resolve @INSTALL@ to proper install program
-AC_PROG_INSTALL
-
 dnl
 dnl Compilers
 dnl