repo.or.cz
/
openbox.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added "pixel32" typedef for 32bit rgb data
[openbox.git]
/
bootstrap
blob
f0e2b2b0d8d2caa29ae7a906ad9de8fc5cd7a126
1
#! /bin/sh
2
3
sh
() {
4
/
bin
/
sh
-c
"set -x; $*"
5
}
6
7
sh autopoint
--force
# for GNU gettext
8
sh libtoolize
--copy --force --automake
9
sh aclocal
-I
m4
10
sh autoheader
11
sh autoconf
12
sh automake
--foreign --include-deps --add-missing --copy
13
14
echo
15
echo
You are now ready to run .
/
configure
16
echo
enjoy
!