repo.or.cz
/
bbkeys.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
changing version number to be slackware-compatible
[bbkeys.git]
/
bootstrap
blob
37a5aa6e79ad09968a3b785551a6f5024d77cf21
1
#! /bin/sh
2
3
sh
() {
4
/
bin
/
sh
-c
"set -x; $*"
5
}
6
7
export
WANT_AUTOMAKE
=
1.7
8
9
sh libtoolize
--copy --force --automake
10
sh aclocal-1.7
11
sh autoconf
12
sh automake-1.7
--include-deps --add-missing --copy
13
14
echo
15
echo
You are now ready to run .
/
configure
16
echo
enjoy
!