Blame buildscripts/build-oldmotif.sh

093028b
#!/bin/sh
093028b
093028b
# This file is free software; the Free Software Foundation    
093028b
# gives unlimited permission to copy, distribute and modify it.
093028b
093028b
cd `dirname $0`/..
093028b
make realclean
093028b
./configure --without-devil --without-sdljoystick --with-oldmotif && make fastselftest
093028b