#!/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 --debug-level=optimized --enable-delint'
echo for distribution-ready builds, although we require only --prefix.
echo then
echo '    ./waf build'
echo and
echo '    ./waf install'
echo ----------------------------------------------------------------
exit 1
