Code

configure.ac: Print configuration summary.
authorSebastian Harl <sh@tokkee.org>
Sun, 21 Dec 2008 11:15:08 +0000 (12:15 +0100)
committerSebastian Harl <sh@tokkee.org>
Sun, 21 Dec 2008 11:15:08 +0000 (12:15 +0100)
configure.ac

index 94e0f7c0c703867720d7bf807825d76a99a1528d..8512aac3826a2df7810bd9745bba6bd1ec954d84 100644 (file)
@@ -50,3 +50,19 @@ AC_CHECK_HEADERS(libgen.h)
 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
+