Python 2.7 否";配置";在图形工具的Git版本(1.13)中提供

Python 2.7 否";配置";在图形工具的Git版本(1.13)中提供,python-2.7,ubuntu-14.04,configure,graph-tool,Python 2.7,Ubuntu 14.04,Configure,Graph Tool,我已经从Git()下载了graph tool v1.13。安装文件指示我在源代码目录中运行/configure,但是配置文件不存在。我需要做什么来安装它 编辑:如果我在目录中运行autoconf,我会收到以下消息: sh: 1: git: not found sh: 1: git: not found configure.ac:20: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are

我已经从Git()下载了graph tool v1.13。
安装
文件指示我在源代码目录中运行
/configure
,但是
配置
文件不存在。我需要做什么来安装它

编辑:如果我在目录中运行
autoconf
,我会收到以下消息:

sh: 1: git: not found
sh: 1: git: not found
configure.ac:20: error: possibly undefined macro: AM_INIT_AUTOMAKE
  If this token and others are legitimate, please use m4_pattern_allow.
  See the Autoconf documentation.
configure.ac:22: error: possibly undefined macro: AM_PROG_CC_C_O
configure.ac:33: error: possibly undefined macro: AC_DISABLE_STATIC
configure.ac:55: error: possibly undefined macro: AC_MSG_RESULT
configure.ac:87: error: possibly undefined macro: AM_CONDITIONAL
configure.ac:188: error: possibly undefined macro: AM_PATH_PYTHON
configure.ac:193: error: possibly undefined macro: AC_PYTHON_DEVEL
我不完全确定如何处理这些消息,或者它们是否为预期行为,但如果我运行由此创建的
configure
文件,它将返回以下错误:

configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."

运行
/autogen.sh
可以解决此问题。这将生成一个
configure
文件