#!/bin/sh
echo ""
echo "Usage of configure & Co is deprecated! Please use"
echo " cmake . -DCMAKE_INSTALL_PREFIX=/usr"
echo "or similiar instead."
echo "LMMS recommends an out of tree build. See INSTALL file for details."