From 2b80688cfecfe7ef75031a4b5f8464c5ad086de3 Mon Sep 17 00:00:00 2001 From: Matthew Allum Date: Mon, 28 Apr 2008 13:18:16 +0000 Subject: 2008-04-28 Matthew Allum * autogen.sh: Dont display 'make' if configure fails. * configure.ac: Add new --with-gles version option for eventual GLES2 support Also minor tidyups. --- autogen.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 386762d71..468d64096 100755 --- a/autogen.sh +++ b/autogen.sh @@ -23,6 +23,4 @@ fi # back in the stupidity of autoreconf autoreconf -v --install || exit $? -./configure "$@" - -echo "Now type 'make' to compile $PROJECT." +./configure "$@" && echo "Now type 'make' to compile $PROJECT." -- cgit v1.2.1