Skip to content

Commit

Permalink
configure for 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mm2 committed Jun 15, 2020
1 parent cb737b0 commit 2906fdd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for lcms2 2.10.
# Generated by GNU Autoconf 2.69 for lcms2 2.11.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='lcms2'
PACKAGE_TARNAME='lcms2'
PACKAGE_VERSION='2.10'
PACKAGE_STRING='lcms2 2.10'
PACKAGE_VERSION='2.11'
PACKAGE_STRING='lcms2 2.11'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1361,7 +1361,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures lcms2 2.10 to adapt to many kinds of systems.
\`configure' configures lcms2 2.11 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1432,7 +1432,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of lcms2 2.10:";;
short | recursive ) echo "Configuration of lcms2 2.11:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1547,7 +1547,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
lcms2 configure 2.10
lcms2 configure 2.11
generated by GNU Autoconf 2.69

Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2033,7 +2033,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by lcms2 $as_me 2.10, which was
It was created by lcms2 $as_me 2.11, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -2999,7 +2999,7 @@ fi

# Define the identity of the package.
PACKAGE='lcms2'
VERSION='2.10'
VERSION='2.11'


# Some tools Automake needs.
Expand Down Expand Up @@ -18221,7 +18221,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by lcms2 $as_me 2.10, which was
This file was extended by lcms2 $as_me 2.11, which was
generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -18278,7 +18278,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
lcms2 config.status 2.10
lcms2 config.status 2.11
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

Expand Down

7 comments on commit 2906fdd

@AMDmi3
Copy link

@AMDmi3 AMDmi3 commented on 2906fdd Jun 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is tagged 2.11, should it be tagged as 2.11rc1 instead, or should https://github.com/mm2/Little-CMS/releases/tag/2.11 be marked as a proper release? Otherwise it leads to confusion, for instance lcms packages get updated to 2.11 release.

@mm2
Copy link
Owner Author

@mm2 mm2 commented on 2906fdd Jun 16, 2020 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AMDmi3
Copy link

@AMDmi3 AMDmi3 commented on 2906fdd Jun 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! However is it intended that 2.11rc1 now follows 2.11?

@mm2
Copy link
Owner Author

@mm2 mm2 commented on 2906fdd Jun 16, 2020 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AMDmi3
Copy link

@AMDmi3 AMDmi3 commented on 2906fdd Jun 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm looking at git history:

commit 17eb080324a9f16e0e7ab37bbcda7ae42b946294 (HEAD -> master, tag: 2.11rc1, origin/master, origin/HEAD)
Author: Marti Maria <[email protected]>
Date:   Tue Jun 16 19:07:33 2020 +0200

    Documentation now in odt, results in HUGE space savings
    
    And this is source code as well

commit 2906fdde31df4fd2140470ed7a517975f64966a0 (tag: 2.11)
Author: mm2 <[email protected]>
Date:   Mon Jun 15 14:43:20 2020 +0200

    configure for 2.11

commit cb737b0fde11fcbb4b5cac00801f96284cf6f26d
Author: Marti Maria <[email protected]>
Date:   Mon Jun 15 14:37:33 2020 +0200

    Add get tone curve params function

...

@mm2
Copy link
Owner Author

@mm2 mm2 commented on 2906fdd Jun 16, 2020 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AMDmi3
Copy link

@AMDmi3 AMDmi3 commented on 2906fdd Jun 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks good now, thank you!

Please sign in to comment.