repo.or.cz
/
fvwm-themes.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cvsimport
[fvwm-themes.git]
/
contrib
/
configure_dev.sh
blob
9e09c98764b851f51ec2a32d29b1b69d63a4f50f
1
#!/bin/sh
2
3
# reconfigure CVS source code
4
# must be called from main fvwm directory
5
set -x
6
aclocal ||
exit
1
7
autoheader ||
exit
2
8
automake
--add-missing
||
exit
3
9
autoreconf ||
exit
4
10
.
/
configure
${1+"$@"}
||
exit
5