added pseudo-configure

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1353 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-07-22 11:58:55 +00:00
parent e637495489
commit 6bafb7986b

10
configure vendored Executable file
View File

@@ -0,0 +1,10 @@
#!/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 ""