projects
/
hvgrip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
316a155
)
Fix old invocation of AM_INIT_AUTOMAKE
author
Hugo Villeneuve
<hugo@hugovil.com>
Tue, 25 Mar 2014 03:21:23 +0000
(23:21 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 26 Mar 2014 22:53:53 +0000
(18:53 -0400)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
9201ed7
..
24e5958
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-4,7
+4,7
@@
AC_INIT(grip, 3.4.0, [http://sf.net/tracker/?group_id=3714&atid=103714])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/main.c)
-AM_INIT_AUTOMAKE(
AC_PACKAGE_NAME, AC_PACKAGE_VERSION
)
+AM_INIT_AUTOMAKE(
check-news -Wall std-options
)
AM_SILENT_RULES([yes])
AM_MAINTAINER_MODE