[lasem] build: display lex and yacc binaries at the end of configure.



commit a434142890ee4157cebf55e302e6939dcc469335
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Thu Nov 11 14:27:23 2010 +0100

    build: display lex and yacc binaries at the end of configure.

 configure.ac |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9883062..2de885b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,6 +69,8 @@ AC_OUTPUT
 echo ""
 echo "Configuration:"
 echo ""
-echo "	Compiler:		${CC}"
-echo "	Compiler flags:		${CFLAGS} ${LASEM_CFLAGS}"
+echo "    Yacc:                   ${YACC}"
+echo "    Lex:                    ${LEX}"
+echo "    Compiler:               ${CC}"
+echo "    Compiler flags:         ${CFLAGS} ${LASEM_CFLAGS}"
 echo ""



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]