1#!/bin/sh 2 3set -e 4 5cd "$(dirname "$0")" 6 7if [ ! -d m4 ]; then 8 mkdir m4 9fi 10exec autoreconf -ivf 11