From 0a2c1e8ed72547571eb3ed6d492c89b136993d11 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sun, 8 Sep 2013 17:09:07 +0100 Subject: tools: generate autotools files if missing Signed-off-by: Sami Kerola --- tools/config-gen | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools') diff --git a/tools/config-gen b/tools/config-gen index 72cefc9bc..b7ccadd0a 100755 --- a/tools/config-gen +++ b/tools/config-gen @@ -28,5 +28,9 @@ if [ -n "$CFLAGS" ]; then export CFLAGS fi +if [ ! -f ./configure ]; then + ./autogen.sh +fi + echo ./configure $opts -- cgit v1.2.3-55-g7522