summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2019-02-19 16:19:59 +0100
committerPavel Raiskup <praiskup@redhat.com>2019-03-13 15:38:36 +0100
commit544fc0e2c2a03129a540aebef41ad32bfb5c06b8 (patch)
treec191553db86bc5cae5d16745055651b6535f150e /configure.ac
parentb88cebd510add4420dd8f5367e3cc6e6e1f267cd (diff)
downloadlibtool-544fc0e2c2a03129a540aebef41ad32bfb5c06b8.tar.gz
maint: update bootstrap, gnulib, copyright dates
* gnulib: Update to the latest git version. * gl-mod/bootstrap: Likewise. * bootstrap: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b91faca5..9756ecea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Process this file with autoconf to create configure. -*- autoconf -*-
-# Copyright (C) 2001, 2004-2005, 2008, 2010-2018 Free Software
+# Copyright (C) 2001, 2004-2005, 2008, 2010-2019 Free Software
# Foundation, Inc.
# Written by Gary V. Vaughan, 2001
#
@@ -24,7 +24,7 @@
####
-AC_PREREQ(2.62)
+AC_PREREQ(2.63)
dnl Oldest automake required for bootstrap is below in AM_INIT_AUTOMAKE.