~kxteam/xts/xts-server-trunk

« back to all changes in this revision

Viewing changes to config.log

  • Committer: Joshua Mark Higgins
  • Date: 2013-04-07 20:24:40 UTC
  • Revision ID: joshiggins@gmail.com-20130407202440-25czw5iaea8wsp41
Inital import of project

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This file contains any messages produced by compilers while
 
2
running configure, to aid debugging if configure makes a mistake.
 
3
 
 
4
It was created by xts-server configure 0.1, which was
 
5
generated by GNU Autoconf 2.69.  Invocation command line was
 
6
 
 
7
  $ ./configure 
 
8
 
 
9
## --------- ##
 
10
## Platform. ##
 
11
## --------- ##
 
12
 
 
13
hostname = ubuntu
 
14
uname -m = x86_64
 
15
uname -r = 3.5.0-17-generic
 
16
uname -s = Linux
 
17
uname -v = #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012
 
18
 
 
19
/usr/bin/uname -p = unknown
 
20
/bin/uname -X     = unknown
 
21
 
 
22
/bin/arch              = 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
 
29
 
 
30
PATH: /usr/lib/lightdm/lightdm
 
31
PATH: /usr/local/sbin
 
32
PATH: /usr/local/bin
 
33
PATH: /usr/sbin
 
34
PATH: /usr/bin
 
35
PATH: /sbin
 
36
PATH: /bin
 
37
PATH: /usr/games
 
38
PATH: /usr/local/games
 
39
 
 
40
 
 
41
## ----------- ##
 
42
## Core tests. ##
 
43
## ----------- ##
 
44
 
 
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
 
74
 
 
75
## ---------------------- ##
 
76
## Running config.status. ##
 
77
## ---------------------- ##
 
78
 
 
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
 
81
 
 
82
  CONFIG_FILES    = 
 
83
  CONFIG_HEADERS  = 
 
84
  CONFIG_LINKS    = 
 
85
  CONFIG_COMMANDS = 
 
86
  $ ./config.status 
 
87
 
 
88
on ubuntu
 
89
 
 
90
config.status:748: creating Makefile
 
91
config.status:748: creating src/Makefile
 
92
 
 
93
## ---------------- ##
 
94
## Cache variables. ##
 
95
## ---------------- ##
 
96
 
 
97
ac_cv_env_PYTHON_set=
 
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
 
108
ac_cv_prog_AWK=mawk
 
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
 
115
 
 
116
## ----------------- ##
 
117
## Output variables. ##
 
118
## ----------------- ##
 
119
 
 
120
ACLOCAL='${SHELL} /home/joshiggins/joshiggins/Projects/code/xts-server/missing --run aclocal-1.11'
 
121
AMTAR='$${TAR-tar}'
 
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'
 
125
AWK='mawk'
 
126
CYGPATH_W='echo'
 
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\"'
 
128
ECHO_C=''
 
129
ECHO_N='-n'
 
130
ECHO_T=''
 
131
INSTALL_DATA='${INSTALL} -m 644'
 
132
INSTALL_PROGRAM='${INSTALL}'
 
133
INSTALL_SCRIPT='${INSTALL}'
 
134
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
 
135
LIBOBJS=''
 
136
LIBS=''
 
137
LTLIBOBJS=''
 
138
MAKEINFO='${SHELL} /home/joshiggins/joshiggins/Projects/code/xts-server/missing --run makeinfo'
 
139
MKDIR_P='/bin/mkdir -p'
 
140
PACKAGE='xts-server'
 
141
PACKAGE_BUGREPORT=''
 
142
PACKAGE_NAME='xts-server'
 
143
PACKAGE_STRING='xts-server 0.1'
 
144
PACKAGE_TARNAME='xts-server'
 
145
PACKAGE_URL=''
 
146
PACKAGE_VERSION='0.1'
 
147
PATH_SEPARATOR=':'
 
148
PYTHON='/usr/bin/python'
 
149
PYTHON_EXEC_PREFIX='${exec_prefix}'
 
150
PYTHON_PLATFORM='linux2'
 
151
PYTHON_PREFIX='${prefix}'
 
152
PYTHON_VERSION='2.7'
 
153
SET_MAKE=''
 
154
SHELL='/bin/bash'
 
155
STRIP=''
 
156
VERSION='0.1'
 
157
am__isrc=''
 
158
am__leading_dot='.'
 
159
am__tar='$${TAR-tar} chof - "$$tardir"'
 
160
am__untar='$${TAR-tar} xf -'
 
161
bindir='${exec_prefix}/bin'
 
162
build_alias=''
 
163
datadir='${datarootdir}'
 
164
datarootdir='${prefix}/share'
 
165
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
 
166
dvidir='${docdir}'
 
167
exec_prefix='${prefix}'
 
168
host_alias=''
 
169
htmldir='${docdir}'
 
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'
 
180
pdfdir='${docdir}'
 
181
pkgpyexecdir='${pyexecdir}/xts-server'
 
182
pkgpythondir='${pythondir}/xts-server'
 
183
prefix='/usr/local'
 
184
program_transform_name='s,x,x,'
 
185
psdir='${docdir}'
 
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'
 
191
target_alias=''
 
192
 
 
193
## ----------- ##
 
194
## confdefs.h. ##
 
195
## ----------- ##
 
196
 
 
197
/* confdefs.h */
 
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"
 
206
 
 
207
configure: exit 0