| 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 libxcb configure 1.2, which was |
|---|
| 5 | generated by GNU Autoconf 2.61. Invocation command line was |
|---|
| 6 | |
|---|
| 7 | $ ./configure --prefix=/opt/local |
|---|
| 8 | |
|---|
| 9 | ## --------- ## |
|---|
| 10 | ## Platform. ## |
|---|
| 11 | ## --------- ## |
|---|
| 12 | |
|---|
| 13 | hostname = MyMac.local |
|---|
| 14 | uname -m = i386 |
|---|
| 15 | uname -r = 8.11.1 |
|---|
| 16 | uname -s = Darwin |
|---|
| 17 | uname -v = Darwin Kernel Version 8.11.1: Wed Oct 10 18:23:28 PDT 2007; root:xnu-792.25.20~1/RELEASE_I386 |
|---|
| 18 | |
|---|
| 19 | /usr/bin/uname -p = i386 |
|---|
| 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 = Mach kernel version: |
|---|
| 26 | Darwin Kernel Version 8.11.1: Wed Oct 10 18:23:28 PDT 2007; root:xnu-792.25.20~1/RELEASE_I386 |
|---|
| 27 | Kernel configured for up to 2 processors. |
|---|
| 28 | 2 processors are physically available. |
|---|
| 29 | 2 processors are logically available. |
|---|
| 30 | Processor type: i486 (Intel 80486) |
|---|
| 31 | Processors active: 0 1 |
|---|
| 32 | Primary memory available: 1.00 gigabytes |
|---|
| 33 | Default processor set: 75 tasks, 272 threads, 2 processors |
|---|
| 34 | Load average: 0.58, Mach factor: 1.40 |
|---|
| 35 | /bin/machine = unknown |
|---|
| 36 | /usr/bin/oslevel = unknown |
|---|
| 37 | /bin/universe = unknown |
|---|
| 38 | |
|---|
| 39 | PATH: /opt/local/bin |
|---|
| 40 | PATH: /opt/local/sbin |
|---|
| 41 | PATH: /bin |
|---|
| 42 | PATH: /sbin |
|---|
| 43 | PATH: /usr/bin |
|---|
| 44 | PATH: /usr/sbin |
|---|
| 45 | PATH: /usr/X11R6/bin |
|---|
| 46 | |
|---|
| 47 | |
|---|
| 48 | ## ----------- ## |
|---|
| 49 | ## Core tests. ## |
|---|
| 50 | ## ----------- ## |
|---|
| 51 | |
|---|
| 52 | configure:2114: checking for a BSD-compatible install |
|---|
| 53 | configure:2170: result: /usr/bin/install -c |
|---|
| 54 | configure:2181: checking whether build environment is sane |
|---|
| 55 | configure:2224: result: yes |
|---|
| 56 | configure:2252: checking for a thread-safe mkdir -p |
|---|
| 57 | configure:2291: result: ./install-sh -c -d |
|---|
| 58 | configure:2304: checking for gawk |
|---|
| 59 | configure:2334: result: no |
|---|
| 60 | configure:2304: checking for mawk |
|---|
| 61 | configure:2334: result: no |
|---|
| 62 | configure:2304: checking for nawk |
|---|
| 63 | configure:2334: result: no |
|---|
| 64 | configure:2304: checking for awk |
|---|
| 65 | configure:2320: found /usr/bin/awk |
|---|
| 66 | configure:2331: result: awk |
|---|
| 67 | configure:2342: checking whether make sets $(MAKE) |
|---|
| 68 | configure:2363: result: yes |
|---|
| 69 | configure:2584: checking for a Python interpreter with version >= 2.5 |
|---|
| 70 | configure:2599: 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.5', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) |
|---|
| 71 | Traceback (most recent call last): |
|---|
| 72 | File "<string>", line 4, in <module> |
|---|
| 73 | AttributeError: 'module' object has no attribute 'split' |
|---|
| 74 | configure:2602: $? = 1 |
|---|
| 75 | configure:2599: 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.5', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) |
|---|
| 76 | ./configure: line 2600: python2: command not found |
|---|
| 77 | configure:2602: $? = 127 |
|---|
| 78 | configure:2599: 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.5', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) |
|---|
| 79 | ./configure: line 2600: python2.5: command not found |
|---|
| 80 | configure:2602: $? = 127 |
|---|
| 81 | configure:2599: 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.5', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) |
|---|
| 82 | ./configure: line 2600: python2.4: command not found |
|---|
| 83 | configure:2602: $? = 127 |
|---|
| 84 | configure:2599: 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.5', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) |
|---|
| 85 | configure:2602: $? = 1 |
|---|
| 86 | configure:2599: 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.5', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) |
|---|
| 87 | ./configure: line 2600: python2.2: command not found |
|---|
| 88 | configure:2602: $? = 127 |
|---|
| 89 | configure:2599: 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.5', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) |
|---|
| 90 | ./configure: line 2600: python2.1: command not found |
|---|
| 91 | configure:2602: $? = 127 |
|---|
| 92 | configure:2599: 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.5', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) |
|---|
| 93 | ./configure: line 2600: python2.0: command not found |
|---|
| 94 | configure:2602: $? = 127 |
|---|
| 95 | configure:2599: 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.5', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) |
|---|
| 96 | ./configure: line 2600: python1.6: command not found |
|---|
| 97 | configure:2602: $? = 127 |
|---|
| 98 | configure:2599: 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.5', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) |
|---|
| 99 | ./configure: line 2600: python1.5: command not found |
|---|
| 100 | configure:2602: $? = 127 |
|---|
| 101 | configure:2609: result: none |
|---|
| 102 | configure:2661: error: no suitable Python interpreter found |
|---|
| 103 | |
|---|
| 104 | ## ---------------- ## |
|---|
| 105 | ## Cache variables. ## |
|---|
| 106 | ## ---------------- ## |
|---|
| 107 | |
|---|
| 108 | ac_cv_env_CCC_set= |
|---|
| 109 | ac_cv_env_CCC_value= |
|---|
| 110 | ac_cv_env_CC_set=set |
|---|
| 111 | ac_cv_env_CC_value=/usr/bin/gcc-4.0 |
|---|
| 112 | ac_cv_env_CFLAGS_set=set |
|---|
| 113 | ac_cv_env_CFLAGS_value=-O2 |
|---|
| 114 | ac_cv_env_CHECK_CFLAGS_set= |
|---|
| 115 | ac_cv_env_CHECK_CFLAGS_value= |
|---|
| 116 | ac_cv_env_CHECK_LIBS_set= |
|---|
| 117 | ac_cv_env_CHECK_LIBS_value= |
|---|
| 118 | ac_cv_env_CPPFLAGS_set=set |
|---|
| 119 | ac_cv_env_CPPFLAGS_value=-I/opt/local/include |
|---|
| 120 | ac_cv_env_CPP_set=set |
|---|
| 121 | ac_cv_env_CPP_value=/usr/bin/cpp-4.0 |
|---|
| 122 | ac_cv_env_CXXCPP_set= |
|---|
| 123 | ac_cv_env_CXXCPP_value= |
|---|
| 124 | ac_cv_env_CXXFLAGS_set=set |
|---|
| 125 | ac_cv_env_CXXFLAGS_value=-O2 |
|---|
| 126 | ac_cv_env_CXX_set=set |
|---|
| 127 | ac_cv_env_CXX_value=/usr/bin/g++-4.0 |
|---|
| 128 | ac_cv_env_F77_set= |
|---|
| 129 | ac_cv_env_F77_value= |
|---|
| 130 | ac_cv_env_FFLAGS_set=set |
|---|
| 131 | ac_cv_env_FFLAGS_value=-O2 |
|---|
| 132 | ac_cv_env_LDFLAGS_set=set |
|---|
| 133 | ac_cv_env_LDFLAGS_value=-L/opt/local/lib |
|---|
| 134 | ac_cv_env_LIBS_set= |
|---|
| 135 | ac_cv_env_LIBS_value= |
|---|
| 136 | ac_cv_env_NEEDED_CFLAGS_set= |
|---|
| 137 | ac_cv_env_NEEDED_CFLAGS_value= |
|---|
| 138 | ac_cv_env_NEEDED_LIBS_set= |
|---|
| 139 | ac_cv_env_NEEDED_LIBS_value= |
|---|
| 140 | ac_cv_env_PKG_CONFIG_set= |
|---|
| 141 | ac_cv_env_PKG_CONFIG_value= |
|---|
| 142 | ac_cv_env_XCBPROTO_CFLAGS_set= |
|---|
| 143 | ac_cv_env_XCBPROTO_CFLAGS_value= |
|---|
| 144 | ac_cv_env_XCBPROTO_LIBS_set= |
|---|
| 145 | ac_cv_env_XCBPROTO_LIBS_value= |
|---|
| 146 | ac_cv_env_XDMCP_CFLAGS_set= |
|---|
| 147 | ac_cv_env_XDMCP_CFLAGS_value= |
|---|
| 148 | ac_cv_env_XDMCP_LIBS_set= |
|---|
| 149 | ac_cv_env_XDMCP_LIBS_value= |
|---|
| 150 | ac_cv_env_build_alias_set= |
|---|
| 151 | ac_cv_env_build_alias_value= |
|---|
| 152 | ac_cv_env_host_alias_set= |
|---|
| 153 | ac_cv_env_host_alias_value= |
|---|
| 154 | ac_cv_env_target_alias_set= |
|---|
| 155 | ac_cv_env_target_alias_value= |
|---|
| 156 | ac_cv_prog_AWK=awk |
|---|
| 157 | ac_cv_prog_make_make_set=yes |
|---|
| 158 | am_cv_pathless_PYTHON=none |
|---|
| 159 | |
|---|
| 160 | ## ----------------- ## |
|---|
| 161 | ## Output variables. ## |
|---|
| 162 | ## ----------------- ## |
|---|
| 163 | |
|---|
| 164 | ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-libxcb/work/libxcb-1.2/missing --run aclocal-1.10' |
|---|
| 165 | AMDEPBACKSLASH='' |
|---|
| 166 | AMDEP_FALSE='' |
|---|
| 167 | AMDEP_TRUE='' |
|---|
| 168 | AMTAR='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-libxcb/work/libxcb-1.2/missing --run tar' |
|---|
| 169 | AR='' |
|---|
| 170 | AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-libxcb/work/libxcb-1.2/missing --run autoconf' |
|---|
| 171 | AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-libxcb/work/libxcb-1.2/missing --run autoheader' |
|---|
| 172 | AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-libxcb/work/libxcb-1.2/missing --run automake-1.10' |
|---|
| 173 | AWK='awk' |
|---|
| 174 | BUILD_COMPOSITE_FALSE='' |
|---|
| 175 | BUILD_COMPOSITE_TRUE='' |
|---|
| 176 | BUILD_DAMAGE_FALSE='' |
|---|
| 177 | BUILD_DAMAGE_TRUE='' |
|---|
| 178 | BUILD_DOCS='' |
|---|
| 179 | BUILD_DOCS_FALSE='' |
|---|
| 180 | BUILD_DOCS_TRUE='' |
|---|
| 181 | BUILD_DPMS_FALSE='' |
|---|
| 182 | BUILD_DPMS_TRUE='' |
|---|
| 183 | BUILD_GLX_FALSE='' |
|---|
| 184 | BUILD_GLX_TRUE='' |
|---|
| 185 | BUILD_RANDR_FALSE='' |
|---|
| 186 | BUILD_RANDR_TRUE='' |
|---|
| 187 | BUILD_RECORD_FALSE='' |
|---|
| 188 | BUILD_RECORD_TRUE='' |
|---|
| 189 | BUILD_RENDER_FALSE='' |
|---|
| 190 | BUILD_RENDER_TRUE='' |
|---|
| 191 | BUILD_RESOURCE_FALSE='' |
|---|
| 192 | BUILD_RESOURCE_TRUE='' |
|---|
| 193 | BUILD_SCREENSAVER_FALSE='' |
|---|
| 194 | BUILD_SCREENSAVER_TRUE='' |
|---|
| 195 | BUILD_SELINUX_FALSE='' |
|---|
| 196 | BUILD_SELINUX_TRUE='' |
|---|
| 197 | BUILD_SHAPE_FALSE='' |
|---|
| 198 | BUILD_SHAPE_TRUE='' |
|---|
| 199 | BUILD_SHM_FALSE='' |
|---|
| 200 | BUILD_SHM_TRUE='' |
|---|
| 201 | BUILD_SYNC_FALSE='' |
|---|
| 202 | BUILD_SYNC_TRUE='' |
|---|
| 203 | BUILD_XEVIE_FALSE='' |
|---|
| 204 | BUILD_XEVIE_TRUE='' |
|---|
| 205 | BUILD_XFIXES_FALSE='' |
|---|
| 206 | BUILD_XFIXES_TRUE='' |
|---|
| 207 | BUILD_XFREE86_DRI_FALSE='' |
|---|
| 208 | BUILD_XFREE86_DRI_TRUE='' |
|---|
| 209 | BUILD_XINERAMA_FALSE='' |
|---|
| 210 | BUILD_XINERAMA_TRUE='' |
|---|
| 211 | BUILD_XINPUT_FALSE='' |
|---|
| 212 | BUILD_XINPUT_TRUE='' |
|---|
| 213 | BUILD_XPRINT_FALSE='' |
|---|
| 214 | BUILD_XPRINT_TRUE='' |
|---|
| 215 | BUILD_XTEST_FALSE='' |
|---|
| 216 | BUILD_XTEST_TRUE='' |
|---|
| 217 | BUILD_XVMC_FALSE='' |
|---|
| 218 | BUILD_XVMC_TRUE='' |
|---|
| 219 | BUILD_XV_FALSE='' |
|---|
| 220 | BUILD_XV_TRUE='' |
|---|
| 221 | CC='/usr/bin/gcc-4.0' |
|---|
| 222 | CCDEPMODE='' |
|---|
| 223 | CFLAGS='-O2' |
|---|
| 224 | CHECK_CFLAGS='' |
|---|
| 225 | CHECK_LIBS='' |
|---|
| 226 | CPP='/usr/bin/cpp-4.0' |
|---|
| 227 | CPPFLAGS='-I/opt/local/include' |
|---|
| 228 | CWARNFLAGS='' |
|---|
| 229 | CXX='/usr/bin/g++-4.0' |
|---|
| 230 | CXXCPP='' |
|---|
| 231 | CXXDEPMODE='' |
|---|
| 232 | CXXFLAGS='-O2' |
|---|
| 233 | CYGPATH_W='echo' |
|---|
| 234 | DEFS='' |
|---|
| 235 | DEPDIR='' |
|---|
| 236 | DOXYGEN='' |
|---|
| 237 | DSYMUTIL='' |
|---|
| 238 | ECHO='echo' |
|---|
| 239 | ECHO_C='' |
|---|
| 240 | ECHO_N='-n' |
|---|
| 241 | ECHO_T='' |
|---|
| 242 | EGREP='' |
|---|
| 243 | EXEEXT='' |
|---|
| 244 | F77='' |
|---|
| 245 | FFLAGS='-O2' |
|---|
| 246 | GREP='' |
|---|
| 247 | HAVE_CHECK_FALSE='' |
|---|
| 248 | HAVE_CHECK_TRUE='' |
|---|
| 249 | HTML_CHECK_RESULT='' |
|---|
| 250 | INSTALL_DATA='${INSTALL} -m 644' |
|---|
| 251 | INSTALL_PROGRAM='${INSTALL}' |
|---|
| 252 | INSTALL_SCRIPT='${INSTALL}' |
|---|
| 253 | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' |
|---|
| 254 | LAUNCHD='' |
|---|
| 255 | LDFLAGS='-L/opt/local/lib' |
|---|
| 256 | LIBOBJS='' |
|---|
| 257 | LIBS='' |
|---|
| 258 | LIBTOOL='' |
|---|
| 259 | LN_S='' |
|---|
| 260 | LTLIBOBJS='' |
|---|
| 261 | MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-libxcb/work/libxcb-1.2/missing --run makeinfo' |
|---|
| 262 | NEEDED='' |
|---|
| 263 | NEEDED_CFLAGS='' |
|---|
| 264 | NEEDED_LIBS='' |
|---|
| 265 | NMEDIT='' |
|---|
| 266 | OBJEXT='' |
|---|
| 267 | PACKAGE='libxcb' |
|---|
| 268 | PACKAGE_BUGREPORT='xcb@lists.freedesktop.org' |
|---|
| 269 | PACKAGE_NAME='libxcb' |
|---|
| 270 | PACKAGE_STRING='libxcb 1.2' |
|---|
| 271 | PACKAGE_TARNAME='libxcb' |
|---|
| 272 | PACKAGE_VERSION='1.2' |
|---|
| 273 | PATH_SEPARATOR=':' |
|---|
| 274 | PKG_CONFIG='' |
|---|
| 275 | PYTHON=':' |
|---|
| 276 | PYTHON_EXEC_PREFIX='' |
|---|
| 277 | PYTHON_PLATFORM='' |
|---|
| 278 | PYTHON_PREFIX='' |
|---|
| 279 | PYTHON_VERSION='' |
|---|
| 280 | RANLIB='' |
|---|
| 281 | SED='' |
|---|
| 282 | SET_MAKE='' |
|---|
| 283 | SHELL='/bin/sh' |
|---|
| 284 | STRIP='' |
|---|
| 285 | VERSION='1.2' |
|---|
| 286 | XCBPROTO_CFLAGS='' |
|---|
| 287 | XCBPROTO_LIBS='' |
|---|
| 288 | XCBPROTO_XCBINCLUDEDIR='' |
|---|
| 289 | XCBPROTO_XCBPYTHONDIR='' |
|---|
| 290 | XDMCP_CFLAGS='' |
|---|
| 291 | XDMCP_LIBS='' |
|---|
| 292 | XSLTPROC='' |
|---|
| 293 | ac_ct_CC='' |
|---|
| 294 | ac_ct_CXX='' |
|---|
| 295 | ac_ct_F77='' |
|---|
| 296 | am__fastdepCC_FALSE='' |
|---|
| 297 | am__fastdepCC_TRUE='' |
|---|
| 298 | am__fastdepCXX_FALSE='' |
|---|
| 299 | am__fastdepCXX_TRUE='' |
|---|
| 300 | am__include='' |
|---|
| 301 | am__isrc='' |
|---|
| 302 | am__leading_dot='.' |
|---|
| 303 | am__quote='' |
|---|
| 304 | am__tar='${AMTAR} chof - "$$tardir"' |
|---|
| 305 | am__untar='${AMTAR} xf -' |
|---|
| 306 | bindir='${exec_prefix}/bin' |
|---|
| 307 | build='' |
|---|
| 308 | build_alias='' |
|---|
| 309 | build_cpu='' |
|---|
| 310 | build_os='' |
|---|
| 311 | build_vendor='' |
|---|
| 312 | datadir='${datarootdir}' |
|---|
| 313 | datarootdir='${prefix}/share' |
|---|
| 314 | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
|---|
| 315 | dvidir='${docdir}' |
|---|
| 316 | exec_prefix='NONE' |
|---|
| 317 | host='' |
|---|
| 318 | host_alias='' |
|---|
| 319 | host_cpu='' |
|---|
| 320 | host_os='' |
|---|
| 321 | host_vendor='' |
|---|
| 322 | htmldir='${docdir}' |
|---|
| 323 | includedir='${prefix}/include' |
|---|
| 324 | infodir='${datarootdir}/info' |
|---|
| 325 | install_sh='$(SHELL) /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-libxcb/work/libxcb-1.2/install-sh' |
|---|
| 326 | libdir='${exec_prefix}/lib' |
|---|
| 327 | libexecdir='${exec_prefix}/libexec' |
|---|
| 328 | localedir='${datarootdir}/locale' |
|---|
| 329 | localstatedir='${prefix}/var' |
|---|
| 330 | mandir='${datarootdir}/man' |
|---|
| 331 | mkdir_p='$(top_builddir)/./install-sh -c -d' |
|---|
| 332 | oldincludedir='/usr/include' |
|---|
| 333 | pdfdir='${docdir}' |
|---|
| 334 | pkgpyexecdir='' |
|---|
| 335 | pkgpythondir='' |
|---|
| 336 | prefix='/opt/local' |
|---|
| 337 | program_transform_name='s,x,x,' |
|---|
| 338 | psdir='${docdir}' |
|---|
| 339 | pyexecdir='' |
|---|
| 340 | pythondir='' |
|---|
| 341 | sbindir='${exec_prefix}/sbin' |
|---|
| 342 | sharedstatedir='${prefix}/com' |
|---|
| 343 | sysconfdir='${prefix}/etc' |
|---|
| 344 | target_alias='' |
|---|
| 345 | xcbincludedir='' |
|---|
| 346 | |
|---|
| 347 | ## ----------- ## |
|---|
| 348 | ## confdefs.h. ## |
|---|
| 349 | ## ----------- ## |
|---|
| 350 | |
|---|
| 351 | #define PACKAGE_NAME "libxcb" |
|---|
| 352 | #define PACKAGE_TARNAME "libxcb" |
|---|
| 353 | #define PACKAGE_VERSION "1.2" |
|---|
| 354 | #define PACKAGE_STRING "libxcb 1.2" |
|---|
| 355 | #define PACKAGE_BUGREPORT "xcb@lists.freedesktop.org" |
|---|
| 356 | #define PACKAGE "libxcb" |
|---|
| 357 | #define VERSION "1.2" |
|---|
| 358 | |
|---|
| 359 | configure: exit 1 |
|---|