summaryrefslogtreecommitdiff
path: root/support/intex/config.log
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/intex/config.log
Initial commit
Diffstat (limited to 'support/intex/config.log')
-rw-r--r--support/intex/config.log215
1 files changed, 215 insertions, 0 deletions
diff --git a/support/intex/config.log b/support/intex/config.log
new file mode 100644
index 0000000000..db804db616
--- /dev/null
+++ b/support/intex/config.log
@@ -0,0 +1,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