[postgis-tickets] r14462 - Drop leftover java (and related) references

Sandro Santilli strk at keybit.net
Tue Dec 1 01:28:50 PST 2015


Author: strk
Date: 2015-12-01 01:28:50 -0800 (Tue, 01 Dec 2015)
New Revision: 14462

Modified:
   trunk/GNUmakefile.in
   trunk/configure.ac
Log:
Drop leftover java (and related) references

Modified: trunk/GNUmakefile.in
===================================================================
--- trunk/GNUmakefile.in	2015-11-30 22:00:27 UTC (rev 14461)
+++ trunk/GNUmakefile.in	2015-12-01 09:28:50 UTC (rev 14462)
@@ -47,7 +47,6 @@
 	rm -f GNUmakefile
 	rm -f config.log config.cache config.status 
 	rm -f postgis_config.h
-	rm -f java/jdbc/Makefile
 
 maintainer-clean-local: distclean-local
 
@@ -59,7 +58,6 @@
 	$(MAKE) -C doc maintainer-clean
 	$(MAKE) -C postgis maintainer-clean
 	$(MAKE) -C liblwgeom maintainer-clean
-	$(MAKE) -C java/jdbc maintainer-clean
 	$(MAKE) maintainer-clean-local
 	rm -f configure
 

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2015-11-30 22:00:27 UTC (rev 14461)
+++ trunk/configure.ac	2015-12-01 09:28:50 UTC (rev 14462)
@@ -24,8 +24,6 @@
 AC_PROG_CC
 AC_PROG_CPP
 AC_PROG_GREP
-AC_PATH_PROG([ANT], [ant], [])
-AC_SUBST([ANT])
 
 dnl
 dnl SQL Preprocessor



More information about the postgis-tickets mailing list