./configure  --build=$BUILD                      \
             --prefix=/usr                       \
             --sysconfdir=/etc                   \
             --localstatedir=/var                \
             --with-appspath=/usr/share/GNUstep  \
             $OPTS                               &&
make
