#!/bin/sh -x
CPPFLAGS="-DXTSTRINGDEFINES"; export CPPFLAGS
CFLAGS="-O -g $CPPFLAGS"; export CFLAGS
cfg-normal --with-screen=X11 $*
