#!/bin/bash

set -x

gtkdocize || exit 1
libtoolize -c -f --automake
aclocal 
autoheader
autoconf -f
automake -a -c

