Imported Upstream version 2.6.4
This commit is contained in:
36
configure
vendored
36
configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61 for GIMP 2.6.3.
|
||||
# Generated by GNU Autoconf 2.61 for GIMP 2.6.4.
|
||||
#
|
||||
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP>.
|
||||
#
|
||||
@ -728,8 +728,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='GIMP'
|
||||
PACKAGE_TARNAME='gimp'
|
||||
PACKAGE_VERSION='2.6.3'
|
||||
PACKAGE_STRING='GIMP 2.6.3'
|
||||
PACKAGE_VERSION='2.6.4'
|
||||
PACKAGE_STRING='GIMP 2.6.4'
|
||||
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP'
|
||||
|
||||
ac_unique_file="app/core/gimp.c"
|
||||
@ -1708,7 +1708,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 GIMP 2.6.3 to adapt to many kinds of systems.
|
||||
\`configure' configures GIMP 2.6.4 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -1782,7 +1782,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of GIMP 2.6.3:";;
|
||||
short | recursive ) echo "Configuration of GIMP 2.6.4:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -2001,7 +2001,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
GIMP configure 2.6.3
|
||||
GIMP configure 2.6.4
|
||||
generated by GNU Autoconf 2.61
|
||||
|
||||
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
||||
@ -2015,7 +2015,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 GIMP $as_me 2.6.3, which was
|
||||
It was created by GIMP $as_me 2.6.4, which was
|
||||
generated by GNU Autoconf 2.61. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -2708,7 +2708,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='gimp'
|
||||
VERSION='2.6.3'
|
||||
VERSION='2.6.4'
|
||||
|
||||
|
||||
# Some tools Automake needs.
|
||||
@ -2850,11 +2850,11 @@ ac_config_headers="$ac_config_headers config.h"
|
||||
|
||||
GIMP_MAJOR_VERSION=2
|
||||
GIMP_MINOR_VERSION=6
|
||||
GIMP_MICRO_VERSION=3
|
||||
GIMP_INTERFACE_AGE=3
|
||||
GIMP_BINARY_AGE=603
|
||||
GIMP_VERSION=2.6.3
|
||||
GIMP_REAL_VERSION=2.6.3
|
||||
GIMP_MICRO_VERSION=4
|
||||
GIMP_INTERFACE_AGE=4
|
||||
GIMP_BINARY_AGE=604
|
||||
GIMP_VERSION=2.6.4
|
||||
GIMP_REAL_VERSION=2.6.4
|
||||
GIMP_API_VERSION=2.0
|
||||
GIMP_APP_VERSION=2.6
|
||||
GIMP_PLUGIN_VERSION=2.0
|
||||
@ -2914,7 +2914,7 @@ fi
|
||||
|
||||
|
||||
|
||||
LT_VERSION_INFO="600:3:600"
|
||||
LT_VERSION_INFO="600:4:600"
|
||||
LT_CURRENT_MINUS_AGE=0
|
||||
|
||||
|
||||
@ -37596,7 +37596,7 @@ exec 6>&1
|
||||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by GIMP $as_me 2.6.3, which was
|
||||
This file was extended by GIMP $as_me 2.6.4, which was
|
||||
generated by GNU Autoconf 2.61. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -37649,7 +37649,7 @@ Report bugs to <bug-autoconf@gnu.org>."
|
||||
_ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
GIMP config.status 2.6.3
|
||||
GIMP config.status 2.6.4
|
||||
configured by $0, generated by GNU Autoconf 2.61,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
@ -37758,8 +37758,8 @@ AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
|
||||
|
||||
gimp_major_ver=2
|
||||
gimp_minor_ver=6
|
||||
gimp_micro_ver=3
|
||||
gimp_ver=2.6.3
|
||||
gimp_micro_ver=4
|
||||
gimp_ver=2.6.4
|
||||
gimp_api_ver=2.0
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user