diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1ad397c..dbd622e 100644 --- a/configure.ac +++ b/configure.ac @@ -175,3 +175,20 @@ src/Makefile tests/Makefile libgpod-1.0.pc ]) + +echo " +Configuration for $PACKAGE $VERSION : +-------------------------------- + + Host System Type .....: $host + Install path .........: $prefix + Preprocessor .........: $CC $CPPFLAGS + Compiler .............: $CC $CFLAGS $PACKAGE_CFLAGS + Linker ...............: $CC $LDFLAGS $LIBS $PACKAGE_LIBS + ArtworkDB support ....: $have_gdkpixbuf + Python bindings ......: $with_python + + Now type 'make' to build $PACKAGE $VERSION, + and then 'make install' for installation. +" + |
