projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9378edb
)
Print a message indicating success at the end of the configure run.
author
Ben Pfaff
<blp@gnu.org>
Sun, 30 Sep 2007 18:09:04 +0000
(18:09 +0000)
committer
Ben Pfaff
<blp@gnu.org>
Sun, 30 Sep 2007 18:09:04 +0000
(18:09 +0000)
ChangeLog
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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.
diff --git
a/configure.ac
b/configure.ac
index ea4cef37de95ff553251123c8245a2b24572d847..0f10bccc167f39253303d46f93739b0d57b3d90d 100644
(file)
--- 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