Package: spatialite / 4.1.1-10

10-automake-subdir-objects.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
Description: Set automake option subdir-object to remain forward compatible.
Author: Bas Couwenberg <sebastic@xs4all.nl>
Last-Update: 2013-09-30
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,6 @@
 
+AUTOMAKE_OPTIONS = subdir-objects
+
 SUBDIRS = headers \
 	gaiaaux \
 	gaiaexif \