removed apps
[luayats.git] / configure
blobd58f4fe16a6feb0438022066ee5f5c933d7f37aa
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"
11 esac
12 echo 'Please customize the file "config" to your needs.'
13 echo 'Then build by executing "make".'