projects
/
goodguy
/
cinelerra.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixes for checkin 2 times ago
[goodguy/cinelerra.git]
/
cinelerra-5.1
/
autogen.sh
1
#!/bin/bash -x
2
3
rm -f global_config configure Makefile Makefile.in
4
rm -f aclocal.m4 depcomp compile install-sh ltmain.sh
5
rm -f config.{log,guess,h,h.in,sub,status} missing
6
rm -rf autom4te.cache m4
7
8
if [ "$1" = "clean" ]; then exit 0; fi
9
10
mkdir m4
11
autoreconf --install
12