concept/mproof: Fixed an old minor bug in the concept.
[neuro.git] / autogen.sh
blob78b6b897630723bdd46ff24e4d113cf8e9f8e8b9
1 #!/bin/bash
3 autoheader
5 aclocal
7 libtoolize
9 automake --add-missing
11 libtoolize
13 autoreconf -v
15 echo " You can now run ./configure"
16 echo " Then compile by doing : make"
17 echo " And then install by doing (as root or otherwise) : make install"