From: Ben Pfaff Date: Sun, 30 Sep 2007 18:09:04 +0000 (+0000) Subject: Print a message indicating success at the end of the configure run. X-Git-Tag: v0.6.0~239 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=2c7d1b0285e21571b1e50def87e33095f095ce4e Print a message indicating success at the end of the configure run. --- 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