Generators can have portamento.
[ahxm.git] / config.sh
blobb9c30eac43aeae238d6b338c58d7988f21d65e9f
1 #!/bin/sh
3 echo "Configuring..."
5 touch config.h
6 uname=`uname`
8 if [ "$uname" = "Linux" ] ; then
9 echo "#define LINUX_OSS 1" >> config.h
12 if [ "$uname" = "IRIX" ] ; then
13 echo "#define SGI 1" >> config.h