repo.or.cz
/
nautilus-actions.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Be able to run autogen.sh from another directory
[nautilus-actions.git]
/
run-distcheck.sh
blob
b7b4cec7188d6d2c2262817f0316ee1d2ed7d6d9
1
#!/bin/sh
2
3
autogen_target
=
distcheck .
/
run-autogen.sh
&&
4
make
clean
&&
5
make
&&
6
make install
&&
7
.
/
tools
/
check-po.sh
-nodummy
&&
8
.
/
tools
/
check-headers.sh
-nodummy
&&
9
make
distcheck