kwo pushed a commit to branch master.

http://git.enlightenment.org/e16/e16-keyedit.git/commit/?id=600c6600571eb5c7a892295a48076ca3f05b7ebb

commit 600c6600571eb5c7a892295a48076ca3f05b7ebb
Author: Kim Woelders <k...@woelders.dk>
Date:   Wed Jan 8 18:49:00 2020 +0100

    autogen.sh: Add -n as alternative to NOCONFIGURE
---
 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autogen.sh b/autogen.sh
index 0d43361..245fe71 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,6 +5,6 @@ rm -rf autom4te.cache aclocal.m4
 
 autoreconf -vif
 
-if [ -z "$NOCONFIGURE" ]; then
+if [ -z "$NOCONFIGURE"  -a "$1" != "-n" ]; then
        ./configure "$@"
 fi

-- 


Reply via email to