ADDED autogen.sh Index: autogen.sh ================================================================== --- autogen.sh +++ autogen.sh @@ -0,0 +1,5 @@ +#!/bin/sh +set -e +aclocal -I build-aux/m4 +autoconf +autoheader