summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2022-09-25 10:48:34 +0100
committerReuben Thomas <rrt@sc3d.org>2022-09-25 17:59:00 +0100
commiteeec2b5cd47cd0902e9907ab3904b4971acf4367 (patch)
tree14aa37c4ad8a4331d8dda8e3c76a3e6dc14732a5
parent39fb94352453ef097a489dc95eb3cb2b209d179c (diff)
downloadenchant-eeec2b5cd47cd0902e9907ab3904b4971acf4367.tar.gz
Update gnulib
-rwxr-xr-xbootstrap8
m---------gnulib0
-rw-r--r--lib/.gitignore6
-rw-r--r--m4/.gitignore2
4 files changed, 12 insertions, 4 deletions
diff --git a/bootstrap b/bootstrap
index 397a58e..b9326ba 100755
--- a/bootstrap
+++ b/bootstrap
@@ -12,7 +12,7 @@
# Copyright (C) 2010-2019 Bootstrap Authors
#
# This file is dual licensed under the terms of the MIT license
-# <https://opensource.org/license/MIT>, and GPL version 3 or later
+# <https://opensource.org/license/MIT>, and GPL version 2 or later
# <http://www.gnu.org/licenses/gpl-2.0.html>. You must apply one of
# these licenses when using or redistributing this software or any of
# the files within it. See the URLs above, or the file `LICENSE`
@@ -238,7 +238,7 @@ scriptversion=2019-02-19.15; # UTC
# Copyright (C) 2004-2019 Bootstrap Authors
#
# This file is dual licensed under the terms of the MIT license
-# <https://opensource.org/license/MIT>, and GPL version 3 or later
+# <https://opensource.org/license/MIT>, and GPL version 2 or later
# <http://www.gnu.org/licenses/gpl-2.0.html>. You must apply one of
# these licenses when using or redistributing this software or any of
# the files within it. See the URLs above, or the file `LICENSE`
@@ -1663,7 +1663,7 @@ func_lt_ver ()
# Copyright (C) 2010-2019 Bootstrap Authors
#
# This file is dual licensed under the terms of the MIT license
-# <https://opensource.org/license/MIT>, and GPL version 3 or later
+# <https://opensource.org/license/MIT>, and GPL version 2 or later
# <http://www.gnu.org/licenses/gpl-2.0.html>. You must apply one of
# these licenses when using or redistributing this software or any of
# the files within it. See the URLs above, or the file `LICENSE`
@@ -2348,7 +2348,7 @@ func_version ()
# Copyright (C) 2010-2019 Bootstrap Authors
#
# This file is dual licensed under the terms of the MIT license
-# <https://opensource.org/license/MIT>, and GPL version 3 or later
+# <https://opensource.org/license/MIT>, and GPL version 2 or later
# <http://www.gnu.org/licenses/gpl-2.0.html>. You must apply one of
# these licenses when using or redistributing this software or any of
# the files within it. See the URLs above, or the file `LICENSE`
diff --git a/gnulib b/gnulib
-Subproject b58bf6ee39a6a114550a6bb68e7db5262c17f8b
+Subproject 1c737f6aff698c60bad509067b1b74fd7a919f3
diff --git a/lib/.gitignore b/lib/.gitignore
index c55945c..447f711 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -44,3 +44,9 @@
/getopt_int.h
/gettext.h
/dummy.c
+/assert.in.h
+/limits.in.h
+/stdalign.in.h
+/stdint.in.h
+/verify.h
+/limits.h
diff --git a/m4/.gitignore b/m4/.gitignore
index 9df6a16..1a22f58 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -61,3 +61,5 @@
/getopt.m4
/pid_t.m4
/zzgnulib.m4
+/assert_h.m4
+/stdalign.m4