configure:4468: checking for strings.h
configure:4489: gcc -c -g -O2 conftest.c >&5
configure:4495: $? = 0
configure:4511: result: yes
configure:4468: checking for inttypes.h
configure:4489: gcc -c -g -O2 conftest.c >&5
configure:4495: $? = 0
configure:4511: result: yes
configure:4468: checking for stdint.h
configure:4489: gcc -c -g -O2 conftest.c >&5
configure:4495: $? = 0
configure:4511: result: yes
configure:4468: checking for unistd.h
configure:4489: gcc -c -g -O2 conftest.c >&5
configure:4495: $? = 0
configure:4511: result: yes
configure:4529: checking build system type
configure:4547: result: i686-pc-linux-gnu
configure:4569: checking host system type
configure:4584: result: i686-pc-linux-gnu
configure:4622: checking locale.h usability
configure:4639: gcc -c -g -O2 conftest.c >&5
configure:4645: $? = 0
configure:4659: result: yes
configure:4663: checking locale.h presence
configure:4678: gcc -E conftest.c
configure:4684: $? = 0
configure:4698: result: yes
configure:4731: checking for locale.h
configure:4739: result: yes
configure:4753: checking for LC_MESSAGES
configure:4779: gcc -o conftest -g -O2 conftest.c >&5
configure:4785: $? = 0
configure:4802: result: yes
configure:4831: checking libintl.h usability
configure:4848: gcc -c -g -O2 conftest.c >&5
configure:4854: $? = 0
configure:4868: result: yes
configure:4872: checking libintl.h presence
configure:4887: gcc -E conftest.c
configure:4893: $? = 0
configure:4907: result: yes
configure:4940: checking for libintl.h
configure:4947: result: yes
configure:4958: checking for ngettext in libc
configure:4986: gcc -o conftest -g -O2 conftest.c >&5
configure:4992: $? = 0
configure:5010: result: yes
configure:5014: checking for dgettext in libc
configure:5042: gcc -o conftest -g -O2 conftest.c >&5
configure:5048: $? = 0
configure:5066: result: yes
configure:5075: checking for bind_textdomain_codeset
configure:5131: gcc -o conftest -g -O2 conftest.c >&5
configure:5137: $? = 0
configure:5155: result: yes
configure:5642: checking for msgfmt
configure:5669: result: /usr/bin/msgfmt
configure:5682: checking for dcgettext
configure:5738: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:48: warning: conflicting types for built-in function 'dcgettext'
configure:5744: $? = 0
configure:5762: result: yes
configure:5773: checking if msgfmt accepts -c
configure:5788: msgfmt -c -o /dev/null conftest.foo
configure:5791: $? = 0
configure:5793: result: yes
configure:5803: checking for gmsgfmt
configure:5834: result: /usr/bin/msgfmt
configure:5844: checking for xgettext
configure:5871: result: /usr/bin/xgettext
configure:5900: gcc -o conftest -g -O2 conftest.c >&5
configure:5906: $? = 0
configure:6075: checking for catalogs to be installed
configure:6100: result: de fr nl it pt_BR sv
configure:6136: checking for sed
configure:6154: found /bin/sed
configure:6166: result: /bin/sed
configure:6176: checking for gconftool-2
configure:6194: found /usr/bin/gconftool-2
configure:6206: result: /usr/bin/gconftool-2
configure:6216: checking for yelp
configure:6234: found /usr/bin/yelp
configure:6246: result: /usr/bin/yelp
configure:6303: checking for pkg-config
configure:6321: found /usr/bin/pkg-config
configure:6333: result: /usr/bin/pkg-config
configure:6362: checking pkg-config is at least version 0.9.0
configure:6365: result: yes
configure:6378: $PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required"
configure:6381: $? = 0
configure:6475: result: Using config source xml::/etc/gconf/gconf.xml.defaults for schema installation
configure:6490: result: Using $(sysconfdir)/gconf/schemas as install directory for schema files
configure:6547: checking for a Python interpreter with version >= 2.4
configure:6562: python -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:6565: $? = 1
configure:6562: python2 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:6565: $? = 1
configure:6562: python2.5 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 6563: python2.5: command not found
configure:6565: $? = 127
configure:6562: python2.4 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 6563: python2.4: command not found
configure:6565: $? = 127
configure:6562: python2.3 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:6565: $? = 1
configure:6562: python2.2 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 6563: python2.2: command not found
configure:6565: $? = 127
configure:6562: python2.1 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 6563: python2.1: command not found
configure:6565: $? = 127
configure:6562: python2.0 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 6563: python2.0: command not found
configure:6565: $? = 127
configure:6562: python1.6 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 6563: python1.6: command not found
configure:6565: $? = 127
configure:6562: python1.5 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 6563: python1.5: command not found
configure:6565: $? = 127
configure:6572: result: none
configure:6624: error: no suitable Python interpreter found