From: Sami Kerola Date: Sun, 8 Sep 2013 16:09:07 +0000 (+0100) Subject: tools: generate autotools files if missing X-Git-Tag: v2.24-rc1~293 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a2c1e8ed72547571eb3ed6d492c89b136993d11;p=thirdparty%2Futil-linux.git tools: generate autotools files if missing Signed-off-by: Sami Kerola --- diff --git a/tools/config-gen b/tools/config-gen index 72cefc9bc7..b7ccadd0a0 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