Print a message indicating success at the end of the configure run.
authorBen Pfaff <blp@gnu.org>
Sun, 30 Sep 2007 18:09:04 +0000 (18:09 +0000)
committerBen Pfaff <blp@gnu.org>
Sun, 30 Sep 2007 18:09:04 +0000 (18:09 +0000)
ChangeLog
configure.ac

index 8fd7bc7dc6e705948f76d90a2fe333495029a390..5b4cd9024e84bb8da5033bd17a07b7d985a3c8f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-30  Ben Pfaff  <blp@gnu.org>
+
+       * configure.ac: Print a message indicating success at the end of
+       the run.
+
 2007-09-22  Ben Pfaff  <blp@gnu.org>
 
        Bug #21128.  Reviewed by John Darrington.
index ea4cef37de95ff553251123c8245a2b24572d847..0f10bccc167f39253303d46f93739b0d57b3d90d 100644 (file)
@@ -105,5 +105,6 @@ PSPP_CHECK_PREREQS
 AC_CONFIG_FILES([Makefile gl/Makefile po/Makefile.in])
 
 AC_OUTPUT
+echo "PSPP configured successfully."
 
 dnl configure.ac ends here