#!/bin/sh
p=`dirname$0`echo"Setting up for waf build"echo"done. Now run$p/configure or$p/configure.developer then make."if[$p!="."];thenecho"Notice: The build invoke path is not the base directory! Use make with the parameter"echo"-C$p. Example: make -C$p0all"fi