git.annexia.org
/
ocaml-augeas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd480bd
)
Bump requirement to 1.2.0
author
Pino Toscano
<ptoscano@redhat.com>
Wed, 29 May 2019 09:48:35 +0000
(11:48 +0200)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 29 May 2019 09:55:36 +0000
(10:55 +0100)
Augeas 1.2.0 is old enough to be available also in non-recent
distributions. Also, it allows ocaml-augeas to bind all the available
opening flags.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
aecf96e
..
48a1b07
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-43,7
+43,7
@@
dnl Check for libxml2.
PKG_CHECK_MODULES([LIBXML2], [libxml-2.0])
dnl Check for Augeas C library.
-PKG_CHECK_MODULES([AUGEAS], [augeas])
+PKG_CHECK_MODULES([AUGEAS], [augeas
>= 1.2.0
])
dnl Check for aug_source function, added in Augeas 1.8.0.
old_LIBS="$LIBS"