From f9527a393c728204f7db5426c89b7ec02e492d59 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 4 Jun 2020 04:46:26 +0200 Subject: Output overview with instructions after configure completed --- configure.ac | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/configure.ac b/configure.ac index 2efb09c..89c952d 100644 --- a/configure.ac +++ b/configure.ac @@ -66,3 +66,12 @@ src/Makefile man/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