From d408db99aded5a768c1c7b6f01e14de6f14b2ec9 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Mon, 11 May 2009 15:24:07 -0400 Subject: Call configure from autogen.sh This can be disabled by setting the NOCONFIGURE variable to any value. Signed-off-by: Matt Colyer --- autogen.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index c17ea96..35888cf 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,3 +4,7 @@ libtoolize autoheader automake --add-missing autoconf + +if [ -z "$NOCONFIGURE" ]; then + ./configure "$@" +fi -- cgit v1.1-32-gdbae