Codebase list libgeotiff / 5458a6e
Add patch to fix automake warning by adding subdir-objects option. Bas Couwenberg 7 years ago
3 changed file(s) with 17 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
22 * New upstream release candidate.
33 * Drop patches applied upstream. Refresh remaining patch.
44 * Override dh_autoreconf to run autogen.sh instead of `autoreconf -fi`.
5 * Add patch to fix automake warning by adding subdir-objects option.
56
67 -- Bas Couwenberg <sebastic@debian.org> Thu, 11 Aug 2016 18:02:03 +0200
78
0 Description: Fix automake warning by adding subdir-objects option.
1 Author: Bas Couwenberg <sebastic@debian.org>
2 Forwarded: https://trac.osgeo.org/geotiff/ticket/80
3 Applied-Upstream: https://trac.osgeo.org/geotiff/changeset/2729
4
5 --- a/Makefile.am
6 +++ b/Makefile.am
7 @@ -1,6 +1,6 @@
8 SUBDIRS = libxtiff . bin man cmake
9
10 -AUTOMAKE_OPTIONS = dist-zip
11 +AUTOMAKE_OPTIONS = dist-zip subdir-objects
12 ACLOCAL_AMFLAGS = -I m4
13
14 include $(top_srcdir)/m4/doxygen.am
00 drop-epsg-data-installation
1 automake-subdir-objects.patch