|
@@ -1,4 +1,4 @@
|
1
|
|
-AC_INIT([lodel], [0.1], [contact@openedition.org])
|
|
1
|
+AC_INIT([lodel2], [0.1], [contact@openedition.org])
|
2
|
2
|
|
3
|
3
|
AM_INIT_AUTOMAKE
|
4
|
4
|
|
|
@@ -17,7 +17,7 @@ AC_CONFIG_FILES([Makefile \
|
17
|
17
|
lodel/utils/Makefile \
|
18
|
18
|
progs/Makefile \
|
19
|
19
|
progs/slim/Makefile \
|
20
|
|
- lodel/plugins/Makefile \
|
|
20
|
+ lodel/plugins/Makefile
|
21
|
21
|
])
|
22
|
22
|
|
23
|
23
|
|
|
@@ -27,6 +27,8 @@ AC_CONFIG_FILES([Makefile \
|
27
|
27
|
#pyconfigure macros are prefixed by PC_
|
28
|
28
|
###
|
29
|
29
|
AC_PROG_LN_S
|
|
30
|
+AC_PROG_MKDIR_P
|
|
31
|
+
|
30
|
32
|
m4_include([m4/python.m4]) # Patched version of aclocal python.m4 file
|
31
|
33
|
m4_include([m4/python_pyconfigure.m4]) #Renamed because we use a patched version of aclocal python.m4 file
|
32
|
34
|
m4_define(python_min_ver, 3.4.2)
|
|
@@ -56,6 +58,7 @@ PC_PYTHON_CHECK_MODULE_VERSION([pymongo], [2.7], [2.8], ,
|
56
|
58
|
AC_SUBST([PYMONGO], 'False')
|
57
|
59
|
)
|
58
|
60
|
|
|
61
|
+
|
59
|
62
|
#Documentation checks
|
60
|
63
|
AC_SUBST([DOCOK], 'OK')
|
61
|
64
|
AC_CHECK_PROGS([DOXYGEN], [doxygen])
|