#!/bin/sh -x

exec ./configure --prefix=/home/cher/inst-ejudge  --enable-charset=utf-8 --with-httpd-cgi-bin-dir=/home/httpd/cgi-bin --with-httpd-htdocs-dir=/home/httpd/sites --enable-ajax --enable-local-dir=/var/lib/ejudge --enable-werror --enable-hidden-server-bins "$@"
