]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update after gnulib changed.
authorBruno Haible <bruno@clisp.org>
Sun, 6 Sep 2020 10:04:35 +0000 (12:04 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 6 Sep 2020 11:14:10 +0000 (13:14 +0200)
* configure.ac (AC_PREREQ): Bump minimum Autoconf version to 2.64.
* gettext-runtime/configure.ac (AC_PREREQ): Likewise.
* gettext-runtime/libasprintf/configure.ac (AC_PREREQ): Likewise.
* libtextstyle/configure.ac (AC_PREREQ): Likewise.
* gettext-tools/configure.ac (AC_PREREQ): Likewise.
* gettext-tools/examples/configure.ac (AC_PREREQ): Likewise.

configure.ac
gettext-runtime/configure.ac
gettext-runtime/libasprintf/configure.ac
gettext-tools/configure.ac
gettext-tools/examples/configure.ac
libtextstyle/.gitignore
libtextstyle/configure.ac

index 49689fb01173a6fbd1df2852b7356819fdda492e..f4e54ea6b0c010bd19c229797f5ebd4954437b3e 100644 (file)
@@ -1,5 +1,5 @@
 dnl Configuration for the toplevel directory of GNU gettext
-dnl Copyright (C) 1995-2019 Free Software Foundation, Inc.
+dnl Copyright (C) 1995-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 <https://www.gnu.org/licenses/>.
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_PREREQ([2.63])
+AC_PREREQ([2.64])
 AC_INIT([gettext],
        m4_esyscmd([build-aux/git-version-gen .tarball-version]),
        [bug-gettext@gnu.org])
index b2bfda5e1418130addce338433f230351b1dac1e..93f24054e514dbf13a3edca80a116d38fc2de4c3 100644 (file)
@@ -16,7 +16,7 @@ dnl along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_PREREQ([2.63])
+AC_PREREQ([2.64])
 AC_INIT([gettext-runtime],
        m4_esyscmd([../build-aux/git-version-gen ../.tarball-version]),
        [bug-gettext@gnu.org])
index 776a1f4d73efc096230ce50fc73abecb581871f0..5ebfc17e51f1384bb5274e45a109bc847e97be1e 100644 (file)
@@ -1,5 +1,5 @@
 dnl Configuration for the GNU libasprintf library
-dnl Copyright (C) 2002-2012, 2016, 2018-2019 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2012, 2016, 2018-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 <https://www.gnu.org/licenses/>.
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_PREREQ([2.63])
+AC_PREREQ([2.64])
 AC_INIT([libasprintf], [1.0])
 AC_CONFIG_SRCDIR([vasprintf.c])
 AC_CONFIG_AUX_DIR([../../build-aux])
index 04db7814921ad86b99f30c979ac458ae07640ab9..c4c3eedcc598dccc3dbc4f81c0b3287160ff6a3c 100644 (file)
@@ -16,7 +16,7 @@ dnl along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_PREREQ([2.63])
+AC_PREREQ([2.64])
 AC_INIT([gettext-tools],
        m4_esyscmd([../build-aux/git-version-gen ../.tarball-version]),
        [bug-gettext@gnu.org])
index b25e72a44007ca77fad5f8c3e156f0f469f02b66..249fd14cd6a21fc399905b08cd838055f5461e4b 100644 (file)
@@ -1,5 +1,5 @@
 dnl Configuration for the gettext-tools/examples directory of GNU gettext
-dnl Copyright (C) 2006, 2009, 2014, 2019 Free Software Foundation, Inc.
+dnl Copyright (C) 2006, 2009, 2014, 2019-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 <https://www.gnu.org/licenses/>.
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_PREREQ([2.57])
+AC_PREREQ([2.64])
 AC_INIT([gettext-examples],
        m4_esyscmd([../../build-aux/git-version-gen ../../.tarball-version]),
        [bug-gettext@gnu.org])
index 509a542961b9fff5b8b25ca29d155ae1f6ce026b..a2e030de92a05c041cb8e9332a76cfa5b63eba32 100644 (file)
 /lib/term-styled-ostream.oo.c
 /lib/term-styled-ostream.oo.h
 /lib/terminfo.h
+/lib/thread-optim.h
 /lib/time.in.h
 /lib/tparm.c
 /lib/tputs.c
index 63b4c2a1e5aa6c68ffaa329d710cacaf2e33cb63..8d424eeb7e977209ab885bc28d4e4c0e45bd3ec8 100644 (file)
@@ -1,5 +1,5 @@
 dnl Configuration for the toplevel directory of GNU libtextstyle
-dnl Copyright (C) 2009-2019 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 <https://www.gnu.org/licenses/>.
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_PREREQ([2.63])
+AC_PREREQ([2.64])
 AC_INIT
 AC_CONFIG_SRCDIR([version.sh])
 AC_CONFIG_AUX_DIR([build-aux])