Files
lmms/configure
Tobias Doerffel 6bafb7986b added pseudo-configure
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1353 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-07-22 11:58:55 +00:00

11 lines
176 B
Bash
Executable File

#!/bin/sh
echo ""
echo "Usage of configure & Co is deprecated! Please use"
echo ""
echo " cmake . -DCMAKE_INSTALL_PREFIX=/usr"
echo ""
echo "or similiar instead."
echo ""