repo.or.cz
/
neuro.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
concept/mproof: Fixed an old minor bug in the concept.
[neuro.git]
/
autogen.sh
blob
78b6b897630723bdd46ff24e4d113cf8e9f8e8b9
1
#!/bin/bash
2
3
autoheader
4
5
aclocal
6
7
libtoolize
8
9
automake
--add-missing
10
11
libtoolize
12
13
autoreconf
-v
14
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"