Skip to content
Snippets Groups Projects
Commit b87452ee authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Make sure all required m4 files are in place

parent e89bcb07
No related branches found
No related tags found
1 merge request!41Upgrade the build system
......@@ -7,6 +7,9 @@ AC_PREREQ([2.69])
AC_INIT([libmtime], [1.2.0], [luis.kornblueh@mpimet.mpg.de])
AC_CONFIG_MACRO_DIR([m4])
dnl Make sure all required m4 files are in place:
m4_pattern_forbid([^(A[SC]|D)X_])dnl
m4_pattern_allow([^DX_(CLEAN(_|FILES)|(PDF|PS)_GOAL|SNIPPET_|V_)])dnl
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_SRCDIR([include/mtime_calendar.h])
AC_CONFIG_HEADERS([config/config.h])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment