70e33ecd6f
- Complete conversion to options helpers - Add options for JPEG and JASPER support - Side note: This had a dependency on jpeg before, so the JPEG option default is ON. However, the configure script wasn't detecting it previously. - Silence MKDIRs - Take maintainership - Chase shared library bump Changes: http://www.libraw.org/download#changelog
14 lines
256 B
Text
14 lines
256 B
Text
--- Makefile.in.orig 2016-12-27 15:20:16 UTC
|
|
+++ Makefile.in
|
|
@@ -474,10 +474,7 @@ nobase_include_HEADERS = libraw/libraw.h
|
|
|
|
|
|
# Docs
|
|
-doc_DATA = COPYRIGHT \
|
|
- LICENSE.CDDL \
|
|
- LICENSE.LGPL \
|
|
- Changelog.txt
|
|
+doc_DATA =
|
|
|
|
|
|
# pkg-config .pc files
|