]> granicus.if.org Git - postgis/commitdiff
Define PERL before use
authorSandro Santilli <strk@keybit.net>
Tue, 9 Feb 2016 09:09:01 +0000 (09:09 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 9 Feb 2016 09:09:01 +0000 (09:09 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14637 b70326c6-7e19-0410-871a-916f4a2858ee

extensions/postgis/Makefile.in

index 8018e6ca3b883380f772c6e64ae4b3dfc11d2e22..8bd1872d6d80fed919463165e8571dabca5ef894 100644 (file)
@@ -4,6 +4,7 @@ EXTENSION     = postgis
 EXTVERSION    = @POSTGIS_LIB_VERSION@
 MINORVERSION  = @POSTGIS_MAJOR_VERSION@.@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) | \