Signed-off-by: Sami Kerola <kerolasa@xxxxxx> --- tools/config-gen | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/config-gen b/tools/config-gen index 72cefc9..b7ccadd 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 -- 1.8.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html