Displaying 2 results from an estimated 2 matches for "pythontool".
Did you mean:
pythontools
2012 Mar 29
3
Unable to find Python development headers
When running ./configure, I get the following error message:
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
...Path to xml2-config tool])
AC_ARG_VAR([BASH], [Path to bash shell])
AC_ARG_VAR([XGETTEXT], [Path to xgetttext tool])
+AC_ARG_VAR([CMAKE], [Path to cmake binary])
dnl as86, ld86, bcc and iasl are only present in x86* systems
case "$host_cpu" in
@@ -108,6 +109,9 @@ AS_IF([test "x$pythontools" = "xy"], [
AX_CHECK_PYTHON_VERSION([2], [3])
AX_CHECK_PYTHON_DEVEL()
])
+AS_IF([test "x$vtpm" = "xy"], [
+ AX_PATH_PROG_OR_FAIL([CMAKE], [cmake])
+])
AX_PATH_PROG_OR_FAIL([XGETTEXT], [xgettext])
AX_PATH_PROG_OR_FAIL([AS86], [as86])
AX_PATH_PROG_...