lower autoconf requirement

This commit is contained in:
Christian Grothoff 2016-08-10 15:26:20 +02:00
parent 4e73550bde
commit 155d0a2370

View File

@ -4,7 +4,7 @@
AC_PREREQ([2.69])
AC_INIT([libbrandt], [0.1], [teichm@net.in.tum.de])
AM_INIT_AUTOMAKE([1.15])
AM_INIT_AUTOMAKE([1.14])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([brandt.c])