From e4529ee17f1998363e55809170242fe2ba82f28e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 30 Aug 2020 17:56:33 +0200 Subject: build: Update after gnulib changed. * configure.ac (AC_PREREQ): Bump minimum Autoconf version to 2.64. --- .gitignore | 5 +++++ ChangeLog | 5 +++++ configure.ac | 4 ++-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fb946d8..53b61dd 100644 --- a/.gitignore +++ b/.gitignore @@ -122,6 +122,7 @@ /gnulib-m4/open.m4 /gnulib-m4/pathmax.m4 /gnulib-m4/perror.m4 +/gnulib-m4/pid_t.m4 /gnulib-m4/pipe.m4 /gnulib-m4/printf-frexp.m4 /gnulib-m4/printf-frexpl.m4 @@ -152,6 +153,7 @@ /gnulib-m4/ssize_t.m4 /gnulib-m4/stat-time.m4 /gnulib-m4/stat.m4 +/gnulib-m4/std-gnu11.m4 /gnulib-m4/stdalign.m4 /gnulib-m4/stdbool.m4 /gnulib-m4/stddef_h.m4 @@ -309,6 +311,7 @@ /lib/strncat.c /lib/strstr.c /lib/sys_types.in.h +/lib/thread-optim.h /lib/unicase.in.h /lib/uniconv.in.h /lib/unictype.in.h @@ -1113,7 +1116,9 @@ /tests/alloca.c /tests/arg-nonnull.h /tests/arpa_inet.in.h +/tests/atomic-int-gnulib.h /tests/basename-lgpl.c +/tests/basename-lgpl.h /tests/binary-io.c /tests/binary-io.h /tests/bind.c diff --git a/ChangeLog b/ChangeLog index e37bcb6..529435c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-08-30 Bruno Haible + + build: Update after gnulib changed. + * configure.ac (AC_PREREQ): Bump minimum Autoconf version to 2.64. + 2020-05-07 Daiki Ueno build: Update after gnulib changed diff --git a/configure.ac b/configure.ac index 04f5271..3acecd9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Configuration for the toplevel directory of GNU libunistring -dnl Copyright (C) 2009-2010 Free Software Foundation, Inc. +dnl Copyright (C) 2009-2020 Free Software Foundation, Inc. dnl dnl This program is free software: you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ dnl along with this program. If not, see . dnl Process this file with autoconf to produce a configure script. -AC_PREREQ([2.63]) +AC_PREREQ([2.64]) AC_INIT AC_CONFIG_SRCDIR([lib/unistring/version.in.h]) AC_CONFIG_AUX_DIR([build-aux]) -- cgit v1.2.1