From c5109cbea1e269dfa5434c2e770b6039cd2b76df Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sun, 10 Feb 2013 20:54:53 +0100 Subject: Show summary after configure step --- configure.ac | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9d46ceb..fc9e95f 100644 --- a/configure.ac +++ b/configure.ac @@ -37,6 +37,21 @@ fi AM_CONDITIONAL([ENABLE_DOCS],[test "x$DOC_SUB" = "xdoc"]) AC_SUBST([DOC_SUB]) -AC_OUTPUT([Makefile src/Makefile vformat/Makefile test/Makefile doc/Makefile]) -#AC_CONFIG_FILES([]) +AC_OUTPUT([ +Makefile +src/Makefile +vformat/Makefile +test/Makefile +doc/Makefile +]) + +echo " +Configuration for $PACKAGE $VERSION: +------------------------------------------- + + Install prefix: .........: $prefix + + Now type 'make' to build $PACKAGE $VERSION, + and then 'make install' for installation. +" -- cgit v1.1-32-gdbae