projects
/
goodguy
/
history.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add system build to autoconf/automake
[goodguy/history.git]
/
cinelerra-5.1
/
bld.sh
1
#!/bin/bash
2
./autogen.sh
3
./configure --with-single-user
4
make 2>&1 | tee log
5
make install
6
mv Makefile Makefile.cfg
7
cp Makefile.devel Makefile