diff --git a/codecanalyzer/autogen.sh b/codecanalyzer/autogen.sh index dc32600f74..5c3a543b74 100755 --- a/codecanalyzer/autogen.sh +++ b/codecanalyzer/autogen.sh @@ -25,6 +25,6 @@ fi cd "$olddir" -if test -z "$NO_CONFIGURE"; then +if test -z "$NOCONFIGURE"; then $srcdir/configure "$@" && echo "Now type 'make' to compile $PROJECT." fi