diff options
author | Marti Maria <marti.maria@littlecms.com> | 2020-04-25 19:26:57 +0200 |
---|---|---|
committer | Marti Maria <marti.maria@littlecms.com> | 2020-04-25 19:26:57 +0200 |
commit | c83ab8736f5c3fba2869eaf0b9f42edab7b00a10 (patch) | |
tree | 50ce49a3df55b3ad73f22e18dbf284a7ab8c661b /include | |
parent | 6f2d01393fe02c7caa99f1d9c1b99fafb1bbd82c (diff) | |
download | lcms2-c83ab8736f5c3fba2869eaf0b9f42edab7b00a10.tar.gz |
Attempt to upgrade configure script to 2.10
Fix plugins issue as well.
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/Makefile.in b/include/Makefile.in index 22901ea..1e9d26b 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -310,7 +310,6 @@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ |