projects
/
profile
/
ivi
/
jansson.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29ee383
)
Require autoconf 2.60
author
Petri Lehtinen
<petri@digip.org>
Sun, 28 Mar 2010 18:16:21 +0000
(21:16 +0300)
committer
Petri Lehtinen
<petri@digip.org>
Sun, 28 Mar 2010 18:19:40 +0000
(21:19 +0300)
The AC_TYPE_INT32_T macro first appeared in autoconf 2.60.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
746bff2
..
0774c03
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1,4
+1,4
@@
-AC_PREREQ([2.
59
])
+AC_PREREQ([2.
60
])
AC_INIT([jansson], [1.2], [petri@digip.org])
AM_INIT_AUTOMAKE([1.10 foreign])