projects
/
hvgrip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fb7cb2
)
Activate automake silent make mode
author
Hugo Villeneuve
<hugo@hugovil.com>
Mon, 5 Sep 2011 20:39:34 +0000
(16:39 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Tue, 25 Mar 2014 03:27:04 +0000
(23:27 -0400)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
92b8688
..
82165a0
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-3,6
+3,7
@@
AC_PREREQ(2.52)
AC_INIT(grip, 3.4.0, [http://sf.net/tracker/?group_id=3714&atid=103714])
AC_CONFIG_SRCDIR(src/main.c)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+AM_SILENT_RULES([yes])
AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)