aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-08-10 15:26:20 +0200
committerChristian Grothoff <christian@grothoff.org>2016-08-10 15:26:20 +0200
commit155d0a2370721f1ba50759c25daa27b37c2234c7 (patch)
tree75b497c042969fda43656bb56178545875a8a839
parent4e73550bde8d08f49460e89d1fccd3250caef498 (diff)
lower autoconf requirement
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f86a34e..8c0ba72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])