[postgis-tickets] r14637 - Define PERL before use
Sandro Santilli
strk at keybit.net
Tue Feb 9 01:09:01 PST 2016
Author: strk
Date: 2016-02-09 01:09:01 -0800 (Tue, 09 Feb 2016)
New Revision: 14637
Modified:
trunk/extensions/postgis/Makefile.in
Log:
Define PERL before use
Modified: trunk/extensions/postgis/Makefile.in
===================================================================
--- trunk/extensions/postgis/Makefile.in 2016-02-09 09:06:38 UTC (rev 14636)
+++ trunk/extensions/postgis/Makefile.in 2016-02-09 09:09:01 UTC (rev 14637)
@@ -4,6 +4,7 @@
EXTVERSION = @POSTGIS_LIB_VERSION@
MINORVERSION = @POSTGIS_MAJOR_VERSION at .@POSTGIS_MINOR_VERSION@
GREP = @GREP@
+PERL=@PERL@
MICRO_NUMBER = $(shell echo $(EXTVERSION) | sed "s/[0-9]\.[0-9]\.\([0-9]*\)[a-zA-Z]*[0-9]*/\1/")
PREREL_NUMBER = $(shell echo $(EXTVERSION) | \
More information about the postgis-tickets
mailing list