aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Desruisseaux <martin.desruisseaux@geomatys.com>2018-05-02 14:41:02 +0200
committerMartin Desruisseaux <martin.desruisseaux@geomatys.com>2018-05-02 16:00:51 +0200
commit88d848423fcdc309629e60b19ad531108c23c1cc (patch)
tree8df623c7d8582141f9ef3183d87f43733defff01 /configure.ac
parent7452e0ce1c40a09e6aedddf64d81dd124fa4609a (diff)
downloadPROJ-88d848423fcdc309629e60b19ad531108c23c1cc.tar.gz
PROJ-88d848423fcdc309629e60b19ad531108c23c1cc.zip
Modularize the Proj Java package:
- Move the jniwrap/org/ directory into the jniwrap/org.osgeo.proj/ sub-directory ("org.osgeo.proj" is the module). - Add a module-info.java description. - Update the Makefile.am files for referencing the files in their new location. There is no API change at this stage; all moved classes are still the same that previous version.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e89961eb..e47e6b46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -144,7 +144,7 @@ AC_SUBST(THREAD_LIB,$THREAD_LIB)
AC_CONFIG_FILES([Makefile cmake/Makefile src/Makefile
test/Makefile test/gie/Makefile test/gigs/Makefile
man/Makefile man/man1/Makefile man/man3/Makefile nad/Makefile
- jniwrap/Makefile jniwrap/org/Makefile jniwrap/org/proj4/Makefile])
+ jniwrap/Makefile jniwrap/org.osgeo.proj/Makefile jniwrap/org.osgeo.proj/org/Makefile jniwrap/org.osgeo.proj/org/proj4/Makefile])
AC_CONFIG_FILES([nad/install], [chmod +x nad/install])
AC_CONFIG_FILES([proj.pc])