diff --git a/autogen.sh b/autogen.sh index 334c227..972658c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,7 @@ -#! /bin/sh +#!/bin/sh -aclocal \ +mkdir -p m4 \ +&& aclocal \ && automake --add-missing --copy \ -&& autoconf +&& autoconf \ +&& rm -rf config.status config.log Makefile src/Makefile m4 autom4te.cache