I am trying to build and install the development version of igraph and python-igraph, because I want to use cairocffi instead of pycairo (which has been implemented in the development, but not version 0.7). However, I'm having trouble configuring igraph:
$ls
bootstrap.sh CONTRIBUTING.md doc
igraph.pc.in interfaces NEWS README TODO
ChangeLog COPYING examples include Makefile.am nexus src tools
$./configure
bash: ./configure: No such file or directory
./
configure.ac: line 1: syntax error near unexpected token `igraph,'
What am I missing?
______________________________