1
This file contains any messages produced by compilers while
2
running configure, to aid debugging if configure makes a mistake.
4
It was created by xts-server configure 0.1, which was
5
generated by GNU Autoconf 2.69. Invocation command line was
15
uname -r = 3.5.0-17-generic
17
uname -v = #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012
19
/usr/bin/uname -p = unknown
20
/bin/uname -X = unknown
23
/usr/bin/arch -k = unknown
24
/usr/convex/getsysinfo = unknown
25
/usr/bin/hostinfo = unknown
26
/bin/machine = unknown
27
/usr/bin/oslevel = unknown
28
/bin/universe = unknown
30
PATH: /usr/lib/lightdm/lightdm
38
PATH: /usr/local/games
45
configure:1754: checking for a BSD-compatible install
46
configure:1822: result: /usr/bin/install -c
47
configure:1833: checking whether build environment is sane
48
configure:1883: result: yes
49
configure:2024: checking for a thread-safe mkdir -p
50
configure:2063: result: /bin/mkdir -p
51
configure:2076: checking for gawk
52
configure:2106: result: no
53
configure:2076: checking for mawk
54
configure:2092: found /usr/bin/mawk
55
configure:2103: result: mawk
56
configure:2114: checking whether make sets $(MAKE)
57
configure:2136: result: yes
58
configure:2249: checking for a Python interpreter with version >= 2.5
59
configure:2266: 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.5'.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)
60
configure:2269: $? = 0
61
configure:2275: result: python
62
configure:2283: checking for python
63
configure:2301: found /usr/bin/python
64
configure:2313: result: /usr/bin/python
65
configure:2331: checking for python version
66
configure:2338: result: 2.7
67
configure:2350: checking for python platform
68
configure:2357: result: linux2
69
configure:2364: checking for python script directory
70
configure:2392: result: ${prefix}/lib/python2.7/dist-packages
71
configure:2401: checking for python extension module directory
72
configure:2429: result: ${exec_prefix}/lib/python2.7/dist-packages
73
configure:2597: creating ./config.status
75
## ---------------------- ##
76
## Running config.status. ##
77
## ---------------------- ##
79
This file was extended by xts-server config.status 0.1, which was
80
generated by GNU Autoconf 2.69. Invocation command line was
90
config.status:748: creating Makefile
91
config.status:748: creating src/Makefile
93
## ---------------- ##
94
## Cache variables. ##
95
## ---------------- ##
98
ac_cv_env_PYTHON_value=
99
ac_cv_env_build_alias_set=
100
ac_cv_env_build_alias_value=
101
ac_cv_env_host_alias_set=
102
ac_cv_env_host_alias_value=
103
ac_cv_env_target_alias_set=
104
ac_cv_env_target_alias_value=
105
ac_cv_path_PYTHON=/usr/bin/python
106
ac_cv_path_install='/usr/bin/install -c'
107
ac_cv_path_mkdir=/bin/mkdir
109
ac_cv_prog_make_make_set=yes
110
am_cv_pathless_PYTHON=python
111
am_cv_python_platform=linux2
112
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/dist-packages'
113
am_cv_python_pythondir='${prefix}/lib/python2.7/dist-packages'
114
am_cv_python_version=2.7
116
## ----------------- ##
117
## Output variables. ##
118
## ----------------- ##
120
ACLOCAL='${SHELL} /home/joshiggins/joshiggins/Projects/code/xts-server/missing --run aclocal-1.11'
122
AUTOCONF='${SHELL} /home/joshiggins/joshiggins/Projects/code/xts-server/missing --run autoconf'
123
AUTOHEADER='${SHELL} /home/joshiggins/joshiggins/Projects/code/xts-server/missing --run autoheader'
124
AUTOMAKE='${SHELL} /home/joshiggins/joshiggins/Projects/code/xts-server/missing --run automake-1.11'
127
DEFS='-DPACKAGE_NAME=\"xts-server\" -DPACKAGE_TARNAME=\"xts-server\" -DPACKAGE_VERSION=\"0.1\" -DPACKAGE_STRING=\"xts-server\ 0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"xts-server\" -DVERSION=\"0.1\"'
131
INSTALL_DATA='${INSTALL} -m 644'
132
INSTALL_PROGRAM='${INSTALL}'
133
INSTALL_SCRIPT='${INSTALL}'
134
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
138
MAKEINFO='${SHELL} /home/joshiggins/joshiggins/Projects/code/xts-server/missing --run makeinfo'
139
MKDIR_P='/bin/mkdir -p'
142
PACKAGE_NAME='xts-server'
143
PACKAGE_STRING='xts-server 0.1'
144
PACKAGE_TARNAME='xts-server'
146
PACKAGE_VERSION='0.1'
148
PYTHON='/usr/bin/python'
149
PYTHON_EXEC_PREFIX='${exec_prefix}'
150
PYTHON_PLATFORM='linux2'
151
PYTHON_PREFIX='${prefix}'
159
am__tar='$${TAR-tar} chof - "$$tardir"'
160
am__untar='$${TAR-tar} xf -'
161
bindir='${exec_prefix}/bin'
163
datadir='${datarootdir}'
164
datarootdir='${prefix}/share'
165
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
167
exec_prefix='${prefix}'
170
includedir='${prefix}/include'
171
infodir='${datarootdir}/info'
172
install_sh='${SHELL} /home/joshiggins/joshiggins/Projects/code/xts-server/install-sh'
173
libdir='${exec_prefix}/lib'
174
libexecdir='${exec_prefix}/libexec'
175
localedir='${datarootdir}/locale'
176
localstatedir='${prefix}/var'
177
mandir='${datarootdir}/man'
178
mkdir_p='/bin/mkdir -p'
179
oldincludedir='/usr/include'
181
pkgpyexecdir='${pyexecdir}/xts-server'
182
pkgpythondir='${pythondir}/xts-server'
184
program_transform_name='s,x,x,'
186
pyexecdir='${exec_prefix}/lib/python2.7/dist-packages'
187
pythondir='${prefix}/lib/python2.7/dist-packages'
188
sbindir='${exec_prefix}/sbin'
189
sharedstatedir='${prefix}/com'
190
sysconfdir='${prefix}/etc'
198
#define PACKAGE_NAME "xts-server"
199
#define PACKAGE_TARNAME "xts-server"
200
#define PACKAGE_VERSION "0.1"
201
#define PACKAGE_STRING "xts-server 0.1"
202
#define PACKAGE_BUGREPORT ""
203
#define PACKAGE_URL ""
204
#define PACKAGE "xts-server"
205
#define VERSION "0.1"