#!/bin/sh
echo ----------------------------------------------------------------
echo ./configure is no longer used in building Xiphos.
echo please run "'./waf --help'" to understand current build habits.
echo for linux and unix, we recommend
echo '    ./waf configure --prefix=/usr --gtk=auto --backend=webkit --debug-level=optimized'
echo for distribution-ready builds.
echo then
echo '    ./waf build'
echo and
echo '    sudo ./waf install'
echo ----------------------------------------------------------------
exit 1
