projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a782dd1
)
configure: Allow --enable-silent-rules when Automake supports it.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 27 Sep 2014 03:40:50 +0000
(20:40 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 27 Sep 2014 03:42:35 +0000
(20:42 -0700)
I personally find this makes the build easier to follow.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index f6fdd4f9098b6bcfd0f8d68315ca8f011c091e11..032b6f505c3dee9410327b94bbb1cc14673e945c 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-336,6
+336,8
@@
PSPP_CHECK_PREREQS
AC_CONFIG_FILES(
[Makefile gl/Makefile po/Makefile tests/atlocal perl-module/lib/PSPP.pm])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
+
AC_OUTPUT
echo "PSPP configured successfully."