1#!/bin/sh
2
3aclocal -I m4
4libtoolize --copy --force
5autoheader
6automake -a -c --foreign
7autoconf
8[ ! -f .gitignore ]; touch .gitignore
9[ ! -f .gitattributes ]; touch .gitattributes
10