1#! /bin/sh
2
3aclocal -I src/missing/m4 \
4&& automake  --add-missing \
5&& autoconf && autoheader
6