summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4c806f5)
raw | patch | inline | side by side (parent: 4c806f5)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 21 Dec 2008 11:15:08 +0000 (12:15 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 21 Dec 2008 11:15:08 +0000 (12:15 +0100) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 94e0f7c0c703867720d7bf807825d76a99a1528d..8512aac3826a2df7810bd9745bba6bd1ec954d84 100644 (file)
--- a/configure.ac
+++ b/configure.ac
AC_CONFIG_FILES([Makefile src/Makefile])
AC_OUTPUT
+cat <<EOF;
+
+$PACKAGE_NAME has been configured successfully.
+
+Run 'make' to compile the software and use 'make install' to
+install the package into $prefix.
+
+Configuration summary:
+
+ package version: $PACKAGE_VERSION
+ build date: $build_date
+
+Please report bugs to $PACKAGE_BUGREPORT.
+
+EOF
+