From 6d9fa0c13d3204c3b21eb5d431e327351711c953 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 29 Feb 2016 14:09:57 +0000 Subject: [PATCH] autogen.sh: do not execute ./configure This restores the original behaviour from previous patch. Signed-off-by: Emil Velikov --- autogen.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/autogen.sh b/autogen.sh index c896097..c02c2c8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -8,7 +8,3 @@ cd "$srcdir" autoreconf --force --verbose --install || exit 1 cd "$ORIGDIR" || exit $? - -if test -z "$NOCONFIGURE"; then - "$srcdir"/configure "$@" -fi