summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2016-01-06 12:33:02 +0100
committerDidier Raboud <odyx@debian.org>2014-06-15 16:42:46 +1000
commit361b32cb517fcc214063880475b991c0e9aa660c (patch)
tree8a0583d0191e1e11d28d638bf8b873c5a6c4d1d6 /configure
parentf1226f7126ab280868e2817699b6b3ee03567a52 (diff)
Imported Upstream version 3.15.2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure47
1 files changed, 24 insertions, 23 deletions
diff --git a/configure b/configure
index 801e725c9..d5dd5bf84 100755
--- a/configure
+++ b/configure
@@ -1,8 +1,8 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for HP Linux Imaging and Printing 3.14.6.
+# Generated by GNU Autoconf 2.68 for HP Linux Imaging and Printing 3.15.2.
#
-# Report bugs to <3.14.6>.
+# Report bugs to <3.15.2>.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -246,7 +246,7 @@ fi
$as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
else
- $as_echo "$0: Please tell bug-autoconf@gnu.org and 3.14.6 about your
+ $as_echo "$0: Please tell bug-autoconf@gnu.org and 3.15.2 about your
$0: system, including any error possibly output before this
$0: message. Then install a modern shell, or manually run
$0: the script under such a shell if you do have one."
@@ -569,9 +569,9 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='HP Linux Imaging and Printing'
PACKAGE_TARNAME='hplip'
-PACKAGE_VERSION='3.14.6'
-PACKAGE_STRING='HP Linux Imaging and Printing 3.14.6'
-PACKAGE_BUGREPORT='3.14.6'
+PACKAGE_VERSION='3.15.2'
+PACKAGE_STRING='HP Linux Imaging and Printing 3.15.2'
+PACKAGE_BUGREPORT='3.15.2'
PACKAGE_URL=''
# Factoring default headers for most tests.
@@ -1464,7 +1464,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 HP Linux Imaging and Printing 3.14.6 to adapt to many kinds of systems.
+\`configure' configures HP Linux Imaging and Printing 3.15.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1534,7 +1534,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of HP Linux Imaging and Printing 3.14.6:";;
+ short | recursive ) echo "Configuration of HP Linux Imaging and Printing 3.15.2:";;
esac
cat <<\_ACEOF
@@ -1629,7 +1629,7 @@ Some influential environment variables:
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
-Report bugs to <3.14.6>.
+Report bugs to <3.15.2>.
_ACEOF
ac_status=$?
fi
@@ -1692,7 +1692,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-HP Linux Imaging and Printing configure 3.14.6
+HP Linux Imaging and Printing configure 3.15.2
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2159,7 +2159,7 @@ $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
( $as_echo "## --------------------- ##
-## Report this to 3.14.6 ##
+## Report this to 3.15.2 ##
## --------------------- ##"
) | sed "s/^/$as_me: WARNING: /" >&2
;;
@@ -2236,7 +2236,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 HP Linux Imaging and Printing $as_me 3.14.6, which was
+It was created by HP Linux Imaging and Printing $as_me 3.15.2, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@@ -3052,7 +3052,7 @@ fi
# Define the identity of the package.
PACKAGE='hplip'
- VERSION='3.14.6'
+ VERSION='3.15.2'
cat >>confdefs.h <<_ACEOF
@@ -17100,11 +17100,11 @@ $as_echo "$am_cv_python_pyexecdir" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for path to Python.h" >&5
$as_echo_n "checking for path to Python.h... " >&6; }
- PYTHONINCLUDEDIR=`$PYTHON -c "from distutils.sysconfig import get_python_inc; print get_python_inc();"`
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"using $PYTHONINCLUDEDIR\"" >&5
-$as_echo "\"using $PYTHONINCLUDEDIR\"" >&6; }
+ PYTHONINCLUDEDIR=`$PYTHON -c "from distutils.sysconfig import get_python_inc; print (get_python_inc());"`
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"using $PYTHONINCLUDEDIR .... python${PYTHON_VERSION}/Python.h\"" >&5
+$as_echo "\"using $PYTHONINCLUDEDIR .... python${PYTHON_VERSION}/Python.h\"" >&6; }
- for ac_header in python$PYTHON_VERSION/Python.h
+ for ac_header in python${PYTHON_VERSION}/Python.h python${PYTHON_VERSION}mu/Python.h python${PYTHON_VERSION}m/Python.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
@@ -17112,13 +17112,14 @@ if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
cat >>confdefs.h <<_ACEOF
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
_ACEOF
-
-else
- as_fn_error 6 "cannot find python-devel support" "$LINENO" 5
+ FOUND_HEADER=yes; break;
fi
done
+ if test "x$FOUND_HEADER" != "xyes"; then :
+ as_fn_error 6 "cannot find python-devel support" "$LINENO" 5
+fi
fi
if test "$hpijs_only_build" = "no" && test "$scan_build" = "yes" && test "$hpcups_only_build" = "no"; then
@@ -18229,7 +18230,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 HP Linux Imaging and Printing $as_me 3.14.6, which was
+This file was extended by HP Linux Imaging and Printing $as_me 3.15.2, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -18280,13 +18281,13 @@ $config_files
Configuration commands:
$config_commands
-Report bugs to <3.14.6>."
+Report bugs to <3.15.2>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-HP Linux Imaging and Printing config.status 3.14.6
+HP Linux Imaging and Printing config.status 3.15.2
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"