diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-02-09 08:43:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-09 08:43:22 +0100 |
| commit | a60c85097daf46854a5a963538df53c15e7e8032 (patch) | |
| tree | c6ad8fa95ec5752d340fa1df9a5a223ff4429549 | |
| parent | ed3cf22d7ee4f3cf88919502f4ab753679523869 (diff) | |
| parent | d8f09e00702c0f77a611d7aa5f002d2ede861f5c (diff) | |
| download | PROJ-a60c85097daf46854a5a963538df53c15e7e8032.tar.gz PROJ-a60c85097daf46854a5a963538df53c15e7e8032.zip | |
Merge pull request #1253 from QuLogic/no-install.in
Remove data/install.in.
| -rw-r--r-- | configure.ac | 1 | ||||
| -rwxr-xr-x | data/install.in | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/configure.ac b/configure.ac index f0caf4d8..1135b4a4 100644 --- a/configure.ac +++ b/configure.ac @@ -353,7 +353,6 @@ if ! test "x$with_external_gtest" = "xyes" ; then test/googletest/include/gtest/internal/custom/Makefile test/googletest/src/Makefile]) fi -AC_CONFIG_FILES([data/install], [chmod +x data/install]) AC_CONFIG_FILES([proj.pc]) diff --git a/data/install.in b/data/install.in deleted file mode 100755 index 6c26b44a..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 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 |
