summaryrefslogtreecommitdiffstats
path: root/src/external/libaugeas.m4
diff options
context:
space:
mode:
Diffstat (limited to 'src/external/libaugeas.m4')
-rw-r--r--src/external/libaugeas.m411
1 files changed, 11 insertions, 0 deletions
diff --git a/src/external/libaugeas.m4 b/src/external/libaugeas.m4
new file mode 100644
index 000000000..13f694c5c
--- /dev/null
+++ b/src/external/libaugeas.m4
@@ -0,0 +1,11 @@
+AC_SUBST(AUGEAS_OBJ)
+AC_SUBST(AUGEAS_CFLAGS)
+AC_SUBST(AUGEAS_LIBS)
+
+PKG_CHECK_MODULES(AUGEAS,
+ augeas >= 1.0.0,
+ ,
+ AC_MSG_ERROR([
+Please install augeas-devel or disable this dependency
+by specifying --disable-config-lib when running configure.])
+ )