repo.or.cz
/
irreco.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of ssh://pege77@mercury.wipsl.com/var/git/irreco-theme-editor
[irreco.git]
/
irreco
/
autogen.sh
blob
768a695af81303cf536118bb83e0c5d3f29721ef
1
#!/bin/sh
2
set -x
3
cd
`dirname "
$0
"`
\
4
&&
autoreconf
--install --force
\
5
&&
intltoolize
--automake --copy --force
6
7