1#!/bin/sh 2 3# This file is free software; the Free Software Foundation 4# gives unlimited permission to copy, distribute and modify it. 5 6cd `dirname $0`/.. 7export CFLAGS= 8export CXXFLAGS= 9DUNEMAKEFLAGS=-j4 10export DUNEMAKEFLAGS 11make realclean 12./configure --with-iconscale2 --without-devil && make selftest 13 14 15 16