aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-02-12 20:45:37 +0100
committerKristian Evers <kristianevers@gmail.com>2019-02-12 20:45:37 +0100
commitee00f2c8fca0a55c5ff20c9f0490ddda753ea3b1 (patch)
tree401852d2777285e926fd14489f84e075abee0059 /data
parent54df6833b2f7f1907e16ada7c52f136da2668dbb (diff)
parent06236ecbbae7c8cc8c9688573d1ee33b53c833b0 (diff)
downloadPROJ-ee00f2c8fca0a55c5ff20c9f0490ddda753ea3b1.tar.gz
PROJ-ee00f2c8fca0a55c5ff20c9f0490ddda753ea3b1.zip
Merge remote-tracking branch 'osgeo/master' into pipestack
Diffstat (limited to 'data')
-rwxr-xr-xdata/install.in27
1 files changed, 0 insertions, 27 deletions
diff --git a/data/install.in b/data/install.in
deleted file mode 100755
index 98b2c846..00000000
--- a/data/install.in
+++ /dev/null
@@ -1,27 +0,0 @@
-:
-# SCCSID @(#)install.in 4.8 95/09/24 GIE REL
-#
-# Installation script all PROJ.4 system reference files.
-#
-# This script must be executed after compilation of proj library.
-#
-# Execute as:
-#
-# install
-#
-# ------------------------------------------------------------
-prefix=/usr/local
-#
-lib=${prefix}/lib/proj.4
-# Copy in "init" files
-for x in proj_def.dat nad27 nad83 world GL27
-do
- cp $x ${lib}/$x
- if [ $? -ne 0 ] ; then
- echo "init copying failed for file $x"
- else
- echo "file $x installed"
- fi
-done
-echo "normal completion"
-exit 0