about summary refs log tree commit homepage
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 22f6d9c..1e5a550 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-# Copyright (C) 2012-2016 all contributors <cmogstored-public@bogomips.org>
-# License: GPLv3 or later (see COPYING for details)
+# Copyright (C) 2012-2018 all contributors <cmogstored-public@bogomips.org>
+# License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 AC_INIT([cmogstored],
  m4_esyscmd([build-aux/git-version-gen .tarball-version]),
  [cmogstored-public@bogomips.org])
@@ -7,7 +7,7 @@ AC_CONFIG_SRCDIR([cmogstored.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([foreign silent-rules parallel-tests subdir-objects])
 AM_SILENT_RULES([yes])
-AC_PREREQ(2.59)
+AC_PREREQ(2.63)
 
 AC_CONFIG_HEADER(config.h)
 AC_CONFIG_MACRO_DIR([m4])