1#!/bin/sh
2
3# Id: reconf,v 1.1 2008/02/15 01:47:15 marka Exp
4
5autoreconf
6# We do not use automake but we need its install-sh file. We do not
7# care about the exit code.
8automake --add-missing || true
9