From 2c7d1b0285e21571b1e50def87e33095f095ce4e Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 30 Sep 2007 18:09:04 +0000 Subject: [PATCH] Print a message indicating success at the end of the configure run. --- ChangeLog | 5 +++++ configure.ac | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8fd7bc7d..5b4cd902 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-09-30 Ben Pfaff + + * configure.ac: Print a message indicating success at the end of + the run. + 2007-09-22 Ben Pfaff Bug #21128. Reviewed by John Darrington. diff --git a/configure.ac b/configure.ac index ea4cef37..0f10bccc 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.30.2