diff options
author | Martin Szulecki | 2013-02-10 20:54:53 +0100 |
---|---|---|
committer | Martin Szulecki | 2013-02-10 20:54:53 +0100 |
commit | c5109cbea1e269dfa5434c2e770b6039cd2b76df (patch) | |
tree | 25d756c3cf6d3fd2097c82d259d1d064acf56a93 | |
parent | c88f81de2643ef14dbf9bde42055b468d85e45a1 (diff) | |
download | libvformat-c5109cbea1e269dfa5434c2e770b6039cd2b76df.tar.gz libvformat-c5109cbea1e269dfa5434c2e770b6039cd2b76df.tar.bz2 |
Show summary after configure step
-rw-r--r-- | configure.ac | 19 |
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. +" |