summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-04 04:46:26 +0200
committerGravatar Martin Szulecki2020-06-04 04:46:26 +0200
commitf9527a393c728204f7db5426c89b7ec02e492d59 (patch)
tree4e2d9c9b165c8262dcabf76d606e556a3dc0cac8
parentf2b2a9f895ab2fea82bcd31df018ba539f954d81 (diff)
downloadideviceinstaller-f9527a393c728204f7db5426c89b7ec02e492d59.tar.gz
ideviceinstaller-f9527a393c728204f7db5426c89b7ec02e492d59.tar.bz2
Output overview with instructions after configure completed
-rw-r--r--configure.ac9
1 files changed, 9 insertions, 0 deletions
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.
+"