commit 4886e98d17b8739b788d2b44a1eda71be35aecbc Author: Sylvain Munaut Date: Thu Aug 27 09:00:43 2009 +0200 [build] Add autogen.sh for convenience Most autotools projects have this to help out ... Signed-off-by: Sylvain Munaut diff --git a/openbsc/autogen.sh b/openbsc/autogen.sh new file mode 100755 index 0000000..99148fe --- /dev/null +++ b/openbsc/autogen.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +aclocal +autoheader +automake --foreign --copy --add-missing +autoconf