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

Introduce version restrictions for Autotools.

parent 12eeed1f
No related branches found
No related tags found
1 merge request!2Master patched
......@@ -6,11 +6,12 @@ AC_CONFIG_AUX_DIR([config])
AC_CONFIG_SRCDIR([include/mtime_calendar.h])
AC_CONFIG_HEADERS([config/config.h])
AM_INIT_AUTOMAKE([foreign])
AM_INIT_AUTOMAKE([1.16.1 foreign])
AM_MAINTAINER_MODE([disable])
AM_EXTRA_RECURSIVE_TARGETS([doc install-doc man install-man])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
LT_PREREQ([2.4.6])dnl
LT_INIT([pic-only])
dnl Clean up after Libtool checks for C compiler:
rm -f a.out
......
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