summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-02-10 20:54:53 +0100
committerGravatar Martin Szulecki2013-02-10 20:54:53 +0100
commitc5109cbea1e269dfa5434c2e770b6039cd2b76df (patch)
tree25d756c3cf6d3fd2097c82d259d1d064acf56a93
parentc88f81de2643ef14dbf9bde42055b468d85e45a1 (diff)
downloadlibvformat-c5109cbea1e269dfa5434c2e770b6039cd2b76df.tar.gz
libvformat-c5109cbea1e269dfa5434c2e770b6039cd2b76df.tar.bz2
Show summary after configure step
-rw-r--r--configure.ac19
1 files 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.
+"