projects
/
m6w6
/
btr
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
210d452
)
AM_SILENT_RULES has zero args
author
Michael Wallner
<mike@php.net>
Thu, 23 Jul 2015 06:52:22 +0000
(08:52 +0200)
committer
Michael Wallner
<mike@php.net>
Wed, 5 Aug 2015 16:23:05 +0000
(18:23 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 7247285c653e74a781142ed1335406693429d881..98676b6bd94c35d98003f4f2179f6ebf93284161 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1,6
+1,6
@@
AC_INIT([btr], [0.4.0], [mike@php.net])
AM_INIT_AUTOMAKE([foreign])
-AM_SILENT_RULES(
[yes]
)
+AM_SILENT_RULES()
AC_CONFIG_SRCDIR([./share/btr/btr.sh])
AC_MSG_CHECKING([for bin/ scripts]);