1#! /bin/sh
2export CFLAGS
3export LDFLAGS
4libtoolize --force --copy
5aclocal
6automake -a -c
7autoconf
8autoheader
9