repo.or.cz
/
luayats.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
removed apps
[luayats.git]
/
configure
blob
d58f4fe16a6feb0438022066ee5f5c933d7f37aa
1
#! /bin/sh
2
case
`uname`
in
3
Linux
)
4
cp
-i
config.linux config
5
echo
"Copied: config.linux => config"
6
;;
7
*)
8
cp
-i
config.cygwin config
9
echo
"Copied: config.cygwin => config"
10
;;
11
esac
12
echo
'Please customize the file "config" to your needs.'
13
echo
'Then build by executing "make".'