#!/bin/sh

if ! test -e expat/xmltok; then
  mkdir -p expat/xmltok
  mkdir expat/xmlparse
fi

"$1" --with-expat=$pwd/expat
