#!/bin/sh

set -x
if [ ! -d "config" ]; then
	mkdir config
fi

# Disable 'obsolete' warnings for AM_PATH_GLIB_2_0
autoreconf -vif -W no-obsolete
