configure (gnumeric-1.12.49.tar.xz) | : | configure (gnumeric-1.12.50.tar.xz) | ||
---|---|---|---|---|
#! /bin/sh | #! /bin/sh | |||
# Guess values for system-dependent variables and create Makefiles. | # Guess values for system-dependent variables and create Makefiles. | |||
# Generated by GNU Autoconf 2.69 for gnumeric 1.12.49. | # Generated by GNU Autoconf 2.69 for gnumeric 1.12.50. | |||
# | # | |||
# Report bugs to <https://gitlab.gnome.org/GNOME/gnumeric/issues>. | # Report bugs to <https://gitlab.gnome.org/GNOME/gnumeric/issues>. | |||
# | # | |||
# | # | |||
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. | # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. | |||
# | # | |||
# | # | |||
# This configure script is free software; the Free Software Foundation | # This configure script is free software; the Free Software Foundation | |||
# gives unlimited permission to copy, distribute and modify it. | # gives unlimited permission to copy, distribute and modify it. | |||
## -------------------- ## | ## -------------------- ## | |||
skipping to change at line 586 | skipping to change at line 586 | |||
ac_config_libobj_dir=. | ac_config_libobj_dir=. | |||
LIBOBJS= | LIBOBJS= | |||
cross_compiling=no | cross_compiling=no | |||
subdirs= | subdirs= | |||
MFLAGS= | MFLAGS= | |||
MAKEFLAGS= | MAKEFLAGS= | |||
# Identity of this package. | # Identity of this package. | |||
PACKAGE_NAME='gnumeric' | PACKAGE_NAME='gnumeric' | |||
PACKAGE_TARNAME='gnumeric' | PACKAGE_TARNAME='gnumeric' | |||
PACKAGE_VERSION='1.12.49' | PACKAGE_VERSION='1.12.50' | |||
PACKAGE_STRING='gnumeric 1.12.49' | PACKAGE_STRING='gnumeric 1.12.50' | |||
PACKAGE_BUGREPORT='https://gitlab.gnome.org/GNOME/gnumeric/issues' | PACKAGE_BUGREPORT='https://gitlab.gnome.org/GNOME/gnumeric/issues' | |||
PACKAGE_URL='http://www.gnumeric.org/' | PACKAGE_URL='http://www.gnumeric.org/' | |||
ac_unique_file="src/sheet.h" | ac_unique_file="src/sheet.h" | |||
# Factoring default headers for most tests. | # Factoring default headers for most tests. | |||
ac_includes_default="\ | ac_includes_default="\ | |||
#include <stdio.h> | #include <stdio.h> | |||
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |||
# include <sys/types.h> | # include <sys/types.h> | |||
#endif | #endif | |||
skipping to change at line 1559 | skipping to change at line 1559 | |||
eval ac_cv_env_${ac_var}_value=\$${ac_var} | eval ac_cv_env_${ac_var}_value=\$${ac_var} | |||
done | done | |||
# | # | |||
# Report the --help message. | # Report the --help message. | |||
# | # | |||
if test "$ac_init_help" = "long"; then | if test "$ac_init_help" = "long"; then | |||
# Omit some internal or obsolete options to make the list less imposing. | # 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. | # This message is too long to be a string in the A/UX 3.1 sh. | |||
cat <<_ACEOF | cat <<_ACEOF | |||
\`configure' configures gnumeric 1.12.49 to adapt to many kinds of systems. | \`configure' configures gnumeric 1.12.50 to adapt to many kinds of systems. | |||
Usage: $0 [OPTION]... [VAR=VALUE]... | Usage: $0 [OPTION]... [VAR=VALUE]... | |||
To assign environment variables (e.g., CC, CFLAGS...), specify them as | To assign environment variables (e.g., CC, CFLAGS...), specify them as | |||
VAR=VALUE. See below for descriptions of some of the useful variables. | VAR=VALUE. See below for descriptions of some of the useful variables. | |||
Defaults for the options are specified in brackets. | Defaults for the options are specified in brackets. | |||
Configuration: | Configuration: | |||
-h, --help display this help and exit | -h, --help display this help and exit | |||
skipping to change at line 1630 | skipping to change at line 1630 | |||
--program-transform-name=PROGRAM run sed PROGRAM on installed program names | --program-transform-name=PROGRAM run sed PROGRAM on installed program names | |||
System types: | System types: | |||
--build=BUILD configure for building on BUILD [guessed] | --build=BUILD configure for building on BUILD [guessed] | |||
--host=HOST cross-compile to build programs to run on HOST [BUILD] | --host=HOST cross-compile to build programs to run on HOST [BUILD] | |||
_ACEOF | _ACEOF | |||
fi | fi | |||
if test -n "$ac_init_help"; then | if test -n "$ac_init_help"; then | |||
case $ac_init_help in | case $ac_init_help in | |||
short | recursive ) echo "Configuration of gnumeric 1.12.49:";; | short | recursive ) echo "Configuration of gnumeric 1.12.50:";; | |||
esac | esac | |||
cat <<\_ACEOF | cat <<\_ACEOF | |||
Optional Features: | Optional Features: | |||
--disable-option-checking ignore unrecognized --enable/--with options | --disable-option-checking ignore unrecognized --enable/--with options | |||
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) | |||
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | |||
--enable-silent-rules less verbose build output (undo: "make V=1") | --enable-silent-rules less verbose build output (undo: "make V=1") | |||
--disable-silent-rules verbose build output (undo: "make V=0") | --disable-silent-rules verbose build output (undo: "make V=0") | |||
--disable-maintainer-mode | --disable-maintainer-mode | |||
skipping to change at line 1827 | skipping to change at line 1827 | |||
else | else | |||
$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 | $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 | |||
fi || ac_status=$? | fi || ac_status=$? | |||
cd "$ac_pwd" || { ac_status=$?; break; } | cd "$ac_pwd" || { ac_status=$?; break; } | |||
done | done | |||
fi | fi | |||
test -n "$ac_init_help" && exit $ac_status | test -n "$ac_init_help" && exit $ac_status | |||
if $ac_init_version; then | if $ac_init_version; then | |||
cat <<\_ACEOF | cat <<\_ACEOF | |||
gnumeric configure 1.12.49 | gnumeric configure 1.12.50 | |||
generated by GNU Autoconf 2.69 | generated by GNU Autoconf 2.69 | |||
Copyright (C) 2012 Free Software Foundation, Inc. | Copyright (C) 2012 Free Software Foundation, Inc. | |||
This configure script is free software; the Free Software Foundation | This configure script is free software; the Free Software Foundation | |||
gives unlimited permission to copy, distribute and modify it. | gives unlimited permission to copy, distribute and modify it. | |||
_ACEOF | _ACEOF | |||
exit | exit | |||
fi | fi | |||
## ------------------------ ## | ## ------------------------ ## | |||
skipping to change at line 2242 | skipping to change at line 2242 | |||
eval ac_res=\$$3 | eval ac_res=\$$3 | |||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |||
$as_echo "$ac_res" >&6; } | $as_echo "$ac_res" >&6; } | |||
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | |||
} # ac_fn_c_check_decl | } # ac_fn_c_check_decl | |||
cat >config.log <<_ACEOF | cat >config.log <<_ACEOF | |||
This file contains any messages produced by compilers while | This file contains any messages produced by compilers while | |||
running configure, to aid debugging if configure makes a mistake. | running configure, to aid debugging if configure makes a mistake. | |||
It was created by gnumeric $as_me 1.12.49, which was | It was created by gnumeric $as_me 1.12.50, which was | |||
generated by GNU Autoconf 2.69. Invocation command line was | generated by GNU Autoconf 2.69. Invocation command line was | |||
$ $0 $@ | $ $0 $@ | |||
_ACEOF | _ACEOF | |||
exec 5>>config.log | exec 5>>config.log | |||
{ | { | |||
cat <<_ASUNAME | cat <<_ASUNAME | |||
## --------- ## | ## --------- ## | |||
## Platform. ## | ## Platform. ## | |||
skipping to change at line 3097 | skipping to change at line 3097 | |||
if test -z "$CYGPATH_W"; then | if test -z "$CYGPATH_W"; then | |||
if (cygpath --version) >/dev/null 2>/dev/null; then | if (cygpath --version) >/dev/null 2>/dev/null; then | |||
CYGPATH_W='cygpath -w' | CYGPATH_W='cygpath -w' | |||
else | else | |||
CYGPATH_W=echo | CYGPATH_W=echo | |||
fi | fi | |||
fi | fi | |||
# Define the identity of the package. | # Define the identity of the package. | |||
PACKAGE='gnumeric' | PACKAGE='gnumeric' | |||
VERSION='1.12.49' | VERSION='1.12.50' | |||
cat >>confdefs.h <<_ACEOF | cat >>confdefs.h <<_ACEOF | |||
#define PACKAGE "$PACKAGE" | #define PACKAGE "$PACKAGE" | |||
_ACEOF | _ACEOF | |||
cat >>confdefs.h <<_ACEOF | cat >>confdefs.h <<_ACEOF | |||
#define VERSION "$VERSION" | #define VERSION "$VERSION" | |||
_ACEOF | _ACEOF | |||
# Some tools Automake needs. | # Some tools Automake needs. | |||
skipping to change at line 3178 | skipping to change at line 3178 | |||
If you want to complete the configuration process using your problematic | If you want to complete the configuration process using your problematic | |||
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM | 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM | |||
to "yes", and re-run configure. | to "yes", and re-run configure. | |||
END | END | |||
as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 | as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 | |||
fi | fi | |||
fi | fi | |||
VERSION_INFO=112:49:0 | VERSION_INFO=112:50:0 | |||
VERSION_IFACE=112 | VERSION_IFACE=112 | |||
if test `expr 12 % 2` -eq 1; then | if test `expr 12 % 2` -eq 1; then | |||
{ $as_echo "$as_me:${as_lineno-$LINENO}: NOTE: This is a development release " >&5 | { $as_echo "$as_me:${as_lineno-$LINENO}: NOTE: This is a development release " >&5 | |||
$as_echo "$as_me: NOTE: This is a development release" >&6;} | $as_echo "$as_me: NOTE: This is a development release" >&6;} | |||
gnumeric_devel=yes | gnumeric_devel=yes | |||
gnumeric_api_ver=1.`expr 12 + 1` | gnumeric_api_ver=1.`expr 12 + 1` | |||
else | else | |||
gnumeric_devel=no | gnumeric_devel=no | |||
skipping to change at line 15115 | skipping to change at line 15115 | |||
if test "$try_gda" = true; then | if test "$try_gda" = true; then | |||
pkg_failed=no | pkg_failed=no | |||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GDA" >&5 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GDA" >&5 | |||
$as_echo_n "checking for GDA... " >&6; } | $as_echo_n "checking for GDA... " >&6; } | |||
if test -n "$GDA_CFLAGS"; then | if test -n "$GDA_CFLAGS"; then | |||
pkg_cv_GDA_CFLAGS="$GDA_CFLAGS" | pkg_cv_GDA_CFLAGS="$GDA_CFLAGS" | |||
elif test -n "$PKG_CONFIG"; then | elif test -n "$PKG_CONFIG"; then | |||
if test -n "$PKG_CONFIG" && \ | if test -n "$PKG_CONFIG" && \ | |||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-err | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-err | |||
ors \"libgda-5.0 >= 5.0.0, libgda-ui-5.0 >= 5.0.0\""; } >&5 | ors \"libgda-6.0 >= 6.0.0, libgda-ui-6.0 >= 6.0.0\""; } >&5 | |||
($PKG_CONFIG --exists --print-errors "libgda-5.0 >= 5.0.0, libgda-ui-5.0 >= 5. | ($PKG_CONFIG --exists --print-errors "libgda-6.0 >= 6.0.0, libgda-ui-6.0 >= 6. | |||
0.0") 2>&5 | 0.0") 2>&5 | |||
ac_status=$? | ac_status=$? | |||
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |||
test $ac_status = 0; }; then | test $ac_status = 0; }; then | |||
pkg_cv_GDA_CFLAGS=`$PKG_CONFIG --cflags "libgda-5.0 >= 5.0.0, libgda-ui-5.0 >= 5.0.0" 2>/dev/null` | pkg_cv_GDA_CFLAGS=`$PKG_CONFIG --cflags "libgda-6.0 >= 6.0.0, libgda-ui-6.0 >= 6.0.0" 2>/dev/null` | |||
test "x$?" != "x0" && pkg_failed=yes | test "x$?" != "x0" && pkg_failed=yes | |||
else | else | |||
pkg_failed=yes | pkg_failed=yes | |||
fi | fi | |||
else | else | |||
pkg_failed=untried | pkg_failed=untried | |||
fi | fi | |||
if test -n "$GDA_LIBS"; then | if test -n "$GDA_LIBS"; then | |||
pkg_cv_GDA_LIBS="$GDA_LIBS" | pkg_cv_GDA_LIBS="$GDA_LIBS" | |||
elif test -n "$PKG_CONFIG"; then | elif test -n "$PKG_CONFIG"; then | |||
if test -n "$PKG_CONFIG" && \ | if test -n "$PKG_CONFIG" && \ | |||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-err | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-err | |||
ors \"libgda-5.0 >= 5.0.0, libgda-ui-5.0 >= 5.0.0\""; } >&5 | ors \"libgda-6.0 >= 6.0.0, libgda-ui-6.0 >= 6.0.0\""; } >&5 | |||
($PKG_CONFIG --exists --print-errors "libgda-5.0 >= 5.0.0, libgda-ui-5.0 >= 5. | ($PKG_CONFIG --exists --print-errors "libgda-6.0 >= 6.0.0, libgda-ui-6.0 >= 6. | |||
0.0") 2>&5 | 0.0") 2>&5 | |||
ac_status=$? | ac_status=$? | |||
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |||
test $ac_status = 0; }; then | test $ac_status = 0; }; then | |||
pkg_cv_GDA_LIBS=`$PKG_CONFIG --libs "libgda-5.0 >= 5.0.0, libgda-ui-5.0 >= 5.0 .0" 2>/dev/null` | pkg_cv_GDA_LIBS=`$PKG_CONFIG --libs "libgda-6.0 >= 6.0.0, libgda-ui-6.0 >= 6.0 .0" 2>/dev/null` | |||
test "x$?" != "x0" && pkg_failed=yes | test "x$?" != "x0" && pkg_failed=yes | |||
else | else | |||
pkg_failed=yes | pkg_failed=yes | |||
fi | fi | |||
else | else | |||
pkg_failed=untried | pkg_failed=untried | |||
fi | fi | |||
if test $pkg_failed = yes; then | if test $pkg_failed = yes; then | |||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |||
$as_echo "no" >&6; } | $as_echo "no" >&6; } | |||
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | |||
_pkg_short_errors_supported=yes | _pkg_short_errors_supported=yes | |||
else | else | |||
_pkg_short_errors_supported=no | _pkg_short_errors_supported=no | |||
fi | fi | |||
if test $_pkg_short_errors_supported = yes; then | if test $_pkg_short_errors_supported = yes; then | |||
GDA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflag s --libs "libgda-5.0 >= 5.0.0, libgda-ui-5.0 >= 5.0.0" 2>&1` | GDA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflag s --libs "libgda-6.0 >= 6.0.0, libgda-ui-6.0 >= 6.0.0" 2>&1` | |||
else | else | |||
GDA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libgd a-5.0 >= 5.0.0, libgda-ui-5.0 >= 5.0.0" 2>&1` | GDA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libgd a-6.0 >= 6.0.0, libgda-ui-6.0 >= 6.0.0" 2>&1` | |||
fi | fi | |||
# Put the nasty error message in config.log where it belongs | # Put the nasty error message in config.log where it belongs | |||
echo "$GDA_PKG_ERRORS" >&5 | echo "$GDA_PKG_ERRORS" >&5 | |||
gda_msg="NO. libgda problem" | gda_msg="NO. libgda problem" | |||
elif test $pkg_failed = untried; then | elif test $pkg_failed = untried; then | |||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |||
$as_echo "no" >&6; } | $as_echo "no" >&6; } | |||
gda_msg="NO. libgda problem" | gda_msg="NO. libgda problem" | |||
else | else | |||
skipping to change at line 16722 | skipping to change at line 16722 | |||
if test "x$have_python_gi" = "xyes"; then | if test "x$have_python_gi" = "xyes"; then | |||
HAVE_PYTHON_GI_TRUE= | HAVE_PYTHON_GI_TRUE= | |||
HAVE_PYTHON_GI_FALSE='#' | HAVE_PYTHON_GI_FALSE='#' | |||
else | else | |||
HAVE_PYTHON_GI_TRUE='#' | HAVE_PYTHON_GI_TRUE='#' | |||
HAVE_PYTHON_GI_FALSE= | HAVE_PYTHON_GI_FALSE= | |||
fi | fi | |||
if test "x$python_msg" = xyes; then | if test "x$python_msg" = xyes; then | |||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking | { $as_echo "$as_me:${as_lineno-$LINENO}: checking | |||
======== for python = 3.x" >&5 | ======== for python >= 3.x" >&5 | |||
$as_echo_n "checking | $as_echo_n "checking | |||
======== for python = 3.x... " >&6; } | ======== for python >= 3.x... " >&6; } | |||
PY_VERSION=`$PYTHON -c 'import sys ; sys.stdout.write(sys.version[0:3])'` | major_ver=`$PYTHON -c 'import sys ; sys.stdout.write(str(sys.version_info[0] | |||
major_ver=`$PYTHON -c 'import sys ; sys.stdout.write(sys.version[0:1])'` | ))'` | |||
if test "x$major_ver" = "x3"; then | if test "$major_ver" -ge 3; then | |||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |||
$as_echo "yes" >&6; } | $as_echo "yes" >&6; } | |||
if test "x$with_native_win32" = xyes ; then | ||||
# 3.x on linux, 3x on win32 | ||||
PY_VERSION=`echo $PY_VERSION | sed -e 's/\\.//'` | ||||
fi | ||||
else | else | |||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no. $PYTHON is version $ | pyversion=`$PYTHON --version` | |||
PY_VERSION" >&5 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no. $PYTHON is $pyversio | |||
$as_echo "no. $PYTHON is version $PY_VERSION" >&6; } | n" >&5 | |||
$as_echo "no. $PYTHON is $pyversion" >&6; } | ||||
fi | fi | |||
fi | fi | |||
if test "x$python_msg" = xyes; then | if test "x$python_msg" = xyes; then | |||
if test "x$PY_PREFIX" = x; then | if test "x$PY_PREFIX" = x; then | |||
PY_PREFIX=`$PYTHON -c 'import sys ; sys.stdout.write(sys.prefix)'` | PY_PREFIX=`$PYTHON -c 'import sys ; sys.stdout.write(sys.prefix)'` | |||
fi | fi | |||
if test "x$PY_INCLUDE_DIR" = x; then | if test "x$PY_INCLUDE_DIR" = x; then | |||
if test "x$with_native_win32" = xyes ; then | if test "x$with_native_win32" = xyes ; then | |||
PY_INCLUDES="-I$PY_PREFIX/include" | PY_INCLUDES="-I$PY_PREFIX/include" | |||
skipping to change at line 16857 | skipping to change at line 16853 | |||
WITH_PYTHON_FALSE='#' | WITH_PYTHON_FALSE='#' | |||
else | else | |||
WITH_PYTHON_TRUE='#' | WITH_PYTHON_TRUE='#' | |||
WITH_PYTHON_FALSE= | WITH_PYTHON_FALSE= | |||
fi | fi | |||
if test "x$python_msg" = xyes; then | if test "x$python_msg" = xyes; then | |||
if test "x$PY_LIB_DIR" = x; then | if test "x$PY_LIB_DIR" = x; then | |||
if test "x$with_native_win32" = xyes ; then | if test "x$with_native_win32" = xyes ; then | |||
PY_LIB_DIR="$PY_PREFIX/libs" | PY_LIB_DIR="$PY_PREFIX/libs" | |||
PY_DASHLPYTHON=FIXME | ||||
else | else | |||
PY_LIB_DIR=`$PYTHON -c 'import sys ; import distutils.sysconfig ; sys .stdout.write(distutils.sysconfig.get_config_var("LIBPL"))'` | PY_LIB_DIR=`$PYTHON -c 'import sys ; import distutils.sysconfig ; sys .stdout.write(distutils.sysconfig.get_config_var("LIBPL"))'` | |||
PY_DASHLPYTHON=`$PYTHON -c 'import sys ; import distutils.sysconfig ; sys.stdout.write(distutils.sysconfig.get_config_var("BLDLIBRARY"))'` | ||||
fi | fi | |||
fi | fi | |||
GNM_PY_CFLAGS="$PY_INCLUDES $PYGOBJECT_CFLAGS" | GNM_PY_CFLAGS="$PY_INCLUDES $PYGOBJECT_CFLAGS" | |||
GNM_PY_LDFLAGS="-L$PY_LIB_DIR -lpython$PY_VERSION $PYGOBJECT_LIBS" | GNM_PY_LDFLAGS="-L$PY_LIB_DIR $PY_DASHLPYTHON $PYGOBJECT_LIBS" | |||
python_msg="yes (using $PYTHON)" | python_msg="yes (using $PYTHON)" | |||
elif test "x$with_python" = "xyes"; then | elif test "x$with_python" = "xyes"; then | |||
as_fn_error $? "$python_msg" "$LINENO" 5 | as_fn_error $? "$python_msg" "$LINENO" 5 | |||
fi | fi | |||
YELP_LC_MEDIA_LINKS=true | YELP_LC_MEDIA_LINKS=true | |||
YELP_LC_DIST=true | YELP_LC_DIST=true | |||
for yelpopt in no-lc-dist; do | for yelpopt in no-lc-dist; do | |||
case $yelpopt in | case $yelpopt in | |||
skipping to change at line 17415 | skipping to change at line 17413 | |||
gnumeric_libdir='${libdir}/gnumeric/${VERSION}' | gnumeric_libdir='${libdir}/gnumeric/${VERSION}' | |||
gnumeric_localedir='${prefix}/${DATADIRNAME}/locale' | gnumeric_localedir='${prefix}/${DATADIRNAME}/locale' | |||
gnumeric_plugindir='${gnumeric_libdir}/plugins' | gnumeric_plugindir='${gnumeric_libdir}/plugins' | |||
gnumeric_externplugindir='${libdir}/gnumeric/${GNUMERIC_API_VER}/plugins' | gnumeric_externplugindir='${libdir}/gnumeric/${GNUMERIC_API_VER}/plugins' | |||
YYYYMMDD=`date +%Y%m%d` | YYYYMMDD=`date +%Y%m%d` | |||
$as_echo "#define GNM_VERSION_FULL \"1.12.49\"" >>confdefs.h | $as_echo "#define GNM_VERSION_FULL \"1.12.50\"" >>confdefs.h | |||
$as_echo "#define GNM_VERSION_EPOCH 1" >>confdefs.h | $as_echo "#define GNM_VERSION_EPOCH 1" >>confdefs.h | |||
$as_echo "#define GNM_VERSION_MAJOR 12" >>confdefs.h | $as_echo "#define GNM_VERSION_MAJOR 12" >>confdefs.h | |||
$as_echo "#define GNM_VERSION_MINOR 49" >>confdefs.h | $as_echo "#define GNM_VERSION_MINOR 50" >>confdefs.h | |||
$as_echo "#define GNM_VERSION_EXTRA \"\"" >>confdefs.h | $as_echo "#define GNM_VERSION_EXTRA \"\"" >>confdefs.h | |||
$as_echo "#define GNM_API_VERSION \"GNUMERIC_API_VER\"" >>confdefs.h | $as_echo "#define GNM_API_VERSION \"GNUMERIC_API_VER\"" >>confdefs.h | |||
ac_config_files="$ac_config_files Makefile libspreadsheet.pc icons/Makefile icon s/16x16/Makefile icons/16x16/actions/Makefile icons/16x16/apps/Makefile icons/22 x22/Makefile icons/22x22/actions/Makefile icons/22x22/apps/Makefile icons/24x24/ Makefile icons/24x24/actions/Makefile icons/24x24/apps/Makefile icons/32x32/Make file icons/32x32/actions/Makefile icons/32x32/apps/Makefile icons/48x48/Makefile icons/48x48/actions/Makefile icons/48x48/apps/Makefile icons/256x256/Makefile i cons/256x256/apps/Makefile introspection/Makefile src/Makefile doc/Makefile plug ins/Makefile plugins/fn-christian-date/Makefile plugins/fn-complex/Makefile plug ins/fn-database/Makefile plugins/fn-date/Makefile plugins/fn-derivatives/Makefil e plugins/fn-eng/Makefile plugins/fn-erlang/Makefile plugins/fn-financial/Makefi le plugins/fn-hebrew-date/Makefile plugins/fn-info/Makefile plugins/fn-logical/M akefile plugins/fn-lookup/Makefile plugins/fn-math/Makefile plugins/fn-numtheory /Makefile plugins/fn-r/Makefile plugins/fn-stat/Makefile plugins/fn-string/Makef ile plugins/fn-random/Makefile plugins/fn-tsa/Makefile plugins/applix/Makefile p lugins/dif/Makefile plugins/excel/Makefile plugins/excelplugins/Makefile plugins /gda/Makefile plugins/gnome-db/Makefile plugins/gnome-glossary/Makefile plugins/ html/Makefile plugins/lotus-123/Makefile plugins/lpsolve/Makefile plugins/nlsolv e/Makefile plugins/glpk/Makefile plugins/mps/Makefile plugins/oleo/Makefile plug ins/openoffice/Makefile plugins/paradox/Makefile plugins/perl-func/Makefile plug ins/perl-loader/Makefile plugins/plan-perfect/Makefile plugins/psiconv/Makefile plugins/py-func/Makefile plugins/python-loader/Makefile plugins/qpro/Makefile pl ugins/sample_datasource/Makefile plugins/sc/Makefile plugins/sylk/Makefile plugi ns/uihello/Makefile plugins/xbase/Makefile po/Makefile.in po-functions/Makefile. in schemas/Makefile schemas/org.gnome.gnumeric.gschema.xml.in schemas/org.gnome. gnumeric.dialogs.gschema.xml.in schemas/org.gnome.gnumeric.plugin.gschema.xml.in templates/Makefile templates/english/Makefile templates/autoformat/Makefile tes t/Makefile tools/Makefile tools/win32/Makefile tools/win32/moduleset tools/win32 /gnumeric.nsi component/Makefile" | ac_config_files="$ac_config_files Makefile libspreadsheet.pc icons/Makefile icon s/16x16/Makefile icons/16x16/actions/Makefile icons/16x16/apps/Makefile icons/22 x22/Makefile icons/22x22/actions/Makefile icons/22x22/apps/Makefile icons/24x24/ Makefile icons/24x24/actions/Makefile icons/24x24/apps/Makefile icons/32x32/Make file icons/32x32/actions/Makefile icons/32x32/apps/Makefile icons/48x48/Makefile icons/48x48/actions/Makefile icons/48x48/apps/Makefile icons/64x64/Makefile ico ns/64x64/actions/Makefile icons/256x256/Makefile icons/256x256/apps/Makefile int rospection/Makefile src/Makefile doc/Makefile plugins/Makefile plugins/fn-christ ian-date/Makefile plugins/fn-complex/Makefile plugins/fn-database/Makefile plugi ns/fn-date/Makefile plugins/fn-derivatives/Makefile plugins/fn-eng/Makefile plug ins/fn-erlang/Makefile plugins/fn-financial/Makefile plugins/fn-hebrew-date/Make file plugins/fn-info/Makefile plugins/fn-logical/Makefile plugins/fn-lookup/Make file plugins/fn-math/Makefile plugins/fn-numtheory/Makefile plugins/fn-r/Makefil e plugins/fn-stat/Makefile plugins/fn-string/Makefile plugins/fn-random/Makefile plugins/fn-tsa/Makefile plugins/applix/Makefile plugins/dif/Makefile plugins/ex cel/Makefile plugins/excelplugins/Makefile plugins/gda/Makefile plugins/gnome-db /Makefile plugins/gnome-glossary/Makefile plugins/html/Makefile plugins/lotus-12 3/Makefile plugins/lpsolve/Makefile plugins/nlsolve/Makefile plugins/glpk/Makefi le plugins/mps/Makefile plugins/oleo/Makefile plugins/openoffice/Makefile plugin s/paradox/Makefile plugins/perl-func/Makefile plugins/perl-loader/Makefile plugi ns/plan-perfect/Makefile plugins/psiconv/Makefile plugins/py-func/Makefile plugi ns/python-loader/Makefile plugins/qpro/Makefile plugins/sample_datasource/Makefi le plugins/sc/Makefile plugins/sylk/Makefile plugins/uihello/Makefile plugins/xb ase/Makefile po/Makefile.in po-functions/Makefile.in schemas/Makefile schemas/or g.gnome.gnumeric.gschema.xml.in schemas/org.gnome.gnumeric.dialogs.gschema.xml.i n schemas/org.gnome.gnumeric.plugin.gschema.xml.in templates/Makefile templates/ english/Makefile templates/autoformat/Makefile test/Makefile tools/Makefile tool s/win32/Makefile tools/win32/moduleset tools/win32/gnumeric.nsi component/Makefi le" | |||
cat >confcache <<\_ACEOF | cat >confcache <<\_ACEOF | |||
# This file is a shell script that caches the results of configure | # This file is a shell script that caches the results of configure | |||
# tests run on this system so they can be shared between configure | # tests run on this system so they can be shared between configure | |||
# scripts and configure runs, see configure's option --config-cache. | # scripts and configure runs, see configure's option --config-cache. | |||
# It is not useful on other systems. If it contains results you don't | # It is not useful on other systems. If it contains results you don't | |||
# want to keep, you may remove or edit it. | # want to keep, you may remove or edit it. | |||
# | # | |||
# config.status only pays attention to the cache file if you give it | # config.status only pays attention to the cache file if you give it | |||
# the --recheck option to rerun configure. | # the --recheck option to rerun configure. | |||
skipping to change at line 18054 | skipping to change at line 18052 | |||
## Main body of $CONFIG_STATUS script. ## | ## Main body of $CONFIG_STATUS script. ## | |||
## ----------------------------------- ## | ## ----------------------------------- ## | |||
_ASEOF | _ASEOF | |||
test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 | test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 | |||
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |||
# Save the log message, to keep $0 and so on meaningful, and to | # Save the log message, to keep $0 and so on meaningful, and to | |||
# report actual input values of CONFIG_FILES etc. instead of their | # report actual input values of CONFIG_FILES etc. instead of their | |||
# values after options handling. | # values after options handling. | |||
ac_log=" | ac_log=" | |||
This file was extended by gnumeric $as_me 1.12.49, which was | This file was extended by gnumeric $as_me 1.12.50, which was | |||
generated by GNU Autoconf 2.69. Invocation command line was | generated by GNU Autoconf 2.69. Invocation command line was | |||
CONFIG_FILES = $CONFIG_FILES | CONFIG_FILES = $CONFIG_FILES | |||
CONFIG_HEADERS = $CONFIG_HEADERS | CONFIG_HEADERS = $CONFIG_HEADERS | |||
CONFIG_LINKS = $CONFIG_LINKS | CONFIG_LINKS = $CONFIG_LINKS | |||
CONFIG_COMMANDS = $CONFIG_COMMANDS | CONFIG_COMMANDS = $CONFIG_COMMANDS | |||
$ $0 $@ | $ $0 $@ | |||
on `(hostname || uname -n) 2>/dev/null | sed 1q` | on `(hostname || uname -n) 2>/dev/null | sed 1q` | |||
" | " | |||
skipping to change at line 18120 | skipping to change at line 18118 | |||
Configuration commands: | Configuration commands: | |||
$config_commands | $config_commands | |||
Report bugs to <https://gitlab.gnome.org/GNOME/gnumeric/issues>. | Report bugs to <https://gitlab.gnome.org/GNOME/gnumeric/issues>. | |||
gnumeric home page: <http://www.gnumeric.org/>." | gnumeric home page: <http://www.gnumeric.org/>." | |||
_ACEOF | _ACEOF | |||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g '`" | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g '`" | |||
ac_cs_version="\\ | ac_cs_version="\\ | |||
gnumeric config.status 1.12.49 | gnumeric config.status 1.12.50 | |||
configured by $0, generated by GNU Autoconf 2.69, | configured by $0, generated by GNU Autoconf 2.69, | |||
with options \\"\$ac_cs_config\\" | with options \\"\$ac_cs_config\\" | |||
Copyright (C) 2012 Free Software Foundation, Inc. | Copyright (C) 2012 Free Software Foundation, Inc. | |||
This config.status script is free software; the Free Software Foundation | This config.status script is free software; the Free Software Foundation | |||
gives unlimited permission to copy, distribute and modify it." | gives unlimited permission to copy, distribute and modify it." | |||
ac_pwd='$ac_pwd' | ac_pwd='$ac_pwd' | |||
srcdir='$srcdir' | srcdir='$srcdir' | |||
INSTALL='$INSTALL' | INSTALL='$INSTALL' | |||
skipping to change at line 18551 | skipping to change at line 18549 | |||
"icons/22x22/apps/Makefile") CONFIG_FILES="$CONFIG_FILES icons/22x22/apps/Ma kefile" ;; | "icons/22x22/apps/Makefile") CONFIG_FILES="$CONFIG_FILES icons/22x22/apps/Ma kefile" ;; | |||
"icons/24x24/Makefile") CONFIG_FILES="$CONFIG_FILES icons/24x24/Makefile" ;; | "icons/24x24/Makefile") CONFIG_FILES="$CONFIG_FILES icons/24x24/Makefile" ;; | |||
"icons/24x24/actions/Makefile") CONFIG_FILES="$CONFIG_FILES icons/24x24/acti ons/Makefile" ;; | "icons/24x24/actions/Makefile") CONFIG_FILES="$CONFIG_FILES icons/24x24/acti ons/Makefile" ;; | |||
"icons/24x24/apps/Makefile") CONFIG_FILES="$CONFIG_FILES icons/24x24/apps/Ma kefile" ;; | "icons/24x24/apps/Makefile") CONFIG_FILES="$CONFIG_FILES icons/24x24/apps/Ma kefile" ;; | |||
"icons/32x32/Makefile") CONFIG_FILES="$CONFIG_FILES icons/32x32/Makefile" ;; | "icons/32x32/Makefile") CONFIG_FILES="$CONFIG_FILES icons/32x32/Makefile" ;; | |||
"icons/32x32/actions/Makefile") CONFIG_FILES="$CONFIG_FILES icons/32x32/acti ons/Makefile" ;; | "icons/32x32/actions/Makefile") CONFIG_FILES="$CONFIG_FILES icons/32x32/acti ons/Makefile" ;; | |||
"icons/32x32/apps/Makefile") CONFIG_FILES="$CONFIG_FILES icons/32x32/apps/Ma kefile" ;; | "icons/32x32/apps/Makefile") CONFIG_FILES="$CONFIG_FILES icons/32x32/apps/Ma kefile" ;; | |||
"icons/48x48/Makefile") CONFIG_FILES="$CONFIG_FILES icons/48x48/Makefile" ;; | "icons/48x48/Makefile") CONFIG_FILES="$CONFIG_FILES icons/48x48/Makefile" ;; | |||
"icons/48x48/actions/Makefile") CONFIG_FILES="$CONFIG_FILES icons/48x48/acti ons/Makefile" ;; | "icons/48x48/actions/Makefile") CONFIG_FILES="$CONFIG_FILES icons/48x48/acti ons/Makefile" ;; | |||
"icons/48x48/apps/Makefile") CONFIG_FILES="$CONFIG_FILES icons/48x48/apps/Ma kefile" ;; | "icons/48x48/apps/Makefile") CONFIG_FILES="$CONFIG_FILES icons/48x48/apps/Ma kefile" ;; | |||
"icons/64x64/Makefile") CONFIG_FILES="$CONFIG_FILES icons/64x64/Makefile" ;; | ||||
"icons/64x64/actions/Makefile") CONFIG_FILES="$CONFIG_FILES icons/64x64/acti | ||||
ons/Makefile" ;; | ||||
"icons/256x256/Makefile") CONFIG_FILES="$CONFIG_FILES icons/256x256/Makefile " ;; | "icons/256x256/Makefile") CONFIG_FILES="$CONFIG_FILES icons/256x256/Makefile " ;; | |||
"icons/256x256/apps/Makefile") CONFIG_FILES="$CONFIG_FILES icons/256x256/app s/Makefile" ;; | "icons/256x256/apps/Makefile") CONFIG_FILES="$CONFIG_FILES icons/256x256/app s/Makefile" ;; | |||
"introspection/Makefile") CONFIG_FILES="$CONFIG_FILES introspection/Makefile " ;; | "introspection/Makefile") CONFIG_FILES="$CONFIG_FILES introspection/Makefile " ;; | |||
"src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; | "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; | |||
"doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; | "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; | |||
"plugins/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/Makefile" ;; | "plugins/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/Makefile" ;; | |||
"plugins/fn-christian-date/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/fn -christian-date/Makefile" ;; | "plugins/fn-christian-date/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/fn -christian-date/Makefile" ;; | |||
"plugins/fn-complex/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/fn-comple x/Makefile" ;; | "plugins/fn-complex/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/fn-comple x/Makefile" ;; | |||
"plugins/fn-database/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/fn-datab ase/Makefile" ;; | "plugins/fn-database/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/fn-datab ase/Makefile" ;; | |||
"plugins/fn-date/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/fn-date/Make file" ;; | "plugins/fn-date/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/fn-date/Make file" ;; | |||
End of changes. 27 change blocks. | ||||
39 lines changed or deleted | 41 lines changed or added |