summaryrefslogtreecommitdiff
path: root/support/intex/config.log
blob: db804db6161f3887a7452933e0ff2fdbd9ad095f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by intex configure 1.8.0, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = mtr-thinkpad-w510
uname -m = x86_64
uname -r = 3.2.0-38-generic
uname -s = Linux
uname -v = #61-Ubuntu SMP Tue Feb 19 12:18:21 UTC 2013

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/mtr/bin
PATH: /home/mtr/bin
PATH: /usr/lib/lightdm/lightdm
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1737: checking for a BSD-compatible install
configure:1805: result: /usr/bin/install -c
configure:1816: checking whether build environment is sane
configure:1866: result: yes
configure:2007: checking for a thread-safe mkdir -p
configure:2046: result: /bin/mkdir -p
configure:2059: checking for gawk
configure:2075: found /usr/bin/gawk
configure:2086: result: gawk
configure:2097: checking whether make sets $(MAKE)
configure:2119: result: yes
configure:2234: checking for a Python interpreter with version >= 2.7
configure:2251: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.7'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:2254: $? = 0
configure:2260: result: python
configure:2268: checking for python
configure:2286: found /usr/bin/python
configure:2298: result: /usr/bin/python
configure:2316: checking for python version
configure:2323: result: 2.7
configure:2335: checking for python platform
configure:2342: result: linux2
configure:2349: checking for python script directory
configure:2377: result: ${prefix}/lib/python2.7/dist-packages
configure:2386: checking for python extension module directory
configure:2414: result: ${exec_prefix}/lib/python2.7/dist-packages
configure:2581: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by intex config.status 1.8.0, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on mtr-thinkpad-w510

config.status:769: creating Makefile
config.status:769: creating setup.cfg
config.status:769: creating setup.py
config.status:769: creating bin/config.sh
config.status:769: creating doc/Makefile
config.status:769: creating doc/mkintex.xml
config.status:769: creating latex/Makefile
config.status:769: creating lib/intex/config.py
config.status:769: creating src/Makefile
config.status:769: creating src/post-install.sh
config.status:769: creating src/post-uninstall.sh

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_env_PYTHON_set=
ac_cv_env_PYTHON_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_make_make_set=yes
am_cv_pathless_PYTHON=python
am_cv_python_platform=linux2
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/dist-packages'
am_cv_python_pythondir='${prefix}/lib/python2.7/dist-packages'
am_cv_python_version=2.7

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/mtr/projects/intex/missing --run aclocal-1.11'
AMTAR='$${TAR-tar}'
AUTOCONF='${SHELL} /home/mtr/projects/intex/missing --run autoconf'
AUTOHEADER='${SHELL} /home/mtr/projects/intex/missing --run autoheader'
AUTOMAKE='${SHELL} /home/mtr/projects/intex/missing --run automake-1.11'
AWK='gawk'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"intex\" -DPACKAGE_TARNAME=\"intex\" -DPACKAGE_VERSION=\"1.8.0\" -DPACKAGE_STRING=\"intex\ 1.8.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"intex\" -DVERSION=\"1.8.0\"'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/mtr/projects/intex/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
PACKAGE='intex'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='intex'
PACKAGE_STRING='intex 1.8.0'
PACKAGE_TARNAME='intex'
PACKAGE_URL=''
PACKAGE_VERSION='1.8.0'
PATH_SEPARATOR=':'
PYTHON='/usr/bin/python'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_PLATFORM='linux2'
PYTHON_PREFIX='${prefix}'
PYTHON_VERSION='2.7'
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
VERSION='1.8.0'
am__isrc=''
am__leading_dot='.'
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/mtr/projects/intex/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/intex'
pkgpythondir='${pythondir}/intex'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib/python2.7/dist-packages'
pythondir='${prefix}/lib/python2.7/dist-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "intex"
#define PACKAGE_TARNAME "intex"
#define PACKAGE_VERSION "1.8.0"
#define PACKAGE_STRING "intex 1.8.0"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "intex"
#define VERSION "1.8.0"

configure: exit 0