From d7226d2d643278b2f5b941b1226159c68927d934 Mon Sep 17 00:00:00 2001 From: Francesco Lannutti Date: Wed, 16 Jan 2013 16:00:23 +0100 Subject: [PATCH] Restored the execution flag on configure when ADMS is enabled --- autogen.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autogen.sh b/autogen.sh index d1550a8d2..3397350f1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -217,6 +217,7 @@ if [ "$ADMS" -gt 0 ]; then autoconf temp-adms.ac > configure \ || error_and_exit "autoconf failed, with adms" rm -f temp-adms.ac + chmod +x configure else autoconf \ || error_and_exit "autoconf failed"