Skip to content

Commit e2c2e7b

Browse files
authored
Merge pull request #148 from kallewoof/202404-catch-and-m4
Update catch and m4 files
2 parents 675b782 + 12f0786 commit e2c2e7b

File tree

6 files changed

+9186
-5328
lines changed

6 files changed

+9186
-5328
lines changed

build-aux/m4/ltoptions.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Helper functions for option handling. -*- Autoconf -*-
22
#
3-
# Copyright (C) 2004-2005, 2007-2009, 2011-2019, 2021-2022 Free
4-
# Software Foundation, Inc.
3+
# Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software
4+
# Foundation, Inc.
55
# Written by Gary V. Vaughan, 2004
66
#
77
# This file is free software; the Free Software Foundation gives

build-aux/m4/ltsugar.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
22
#
3-
# Copyright (C) 2004-2005, 2007-2008, 2011-2019, 2021-2022 Free Software
3+
# Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software
44
# Foundation, Inc.
55
# Written by Gary V. Vaughan, 2004
66
#

build-aux/m4/ltversion.m4

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# ltversion.m4 -- version numbers -*- Autoconf -*-
22
#
3-
# Copyright (C) 2004, 2011-2019, 2021-2022 Free Software Foundation,
4-
# Inc.
3+
# Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
54
# Written by Scott James Remnant, 2004
65
#
76
# This file is free software; the Free Software Foundation gives
@@ -10,15 +9,15 @@
109

1110
# @configure_input@
1211

13-
# serial 4245 ltversion.m4
12+
# serial 4179 ltversion.m4
1413
# This file is part of GNU Libtool
1514

16-
m4_define([LT_PACKAGE_VERSION], [2.4.7])
17-
m4_define([LT_PACKAGE_REVISION], [2.4.7])
15+
m4_define([LT_PACKAGE_VERSION], [2.4.6])
16+
m4_define([LT_PACKAGE_REVISION], [2.4.6])
1817

1918
AC_DEFUN([LTVERSION_VERSION],
20-
[macro_version='2.4.7'
21-
macro_revision='2.4.7'
19+
[macro_version='2.4.6'
20+
macro_revision='2.4.6'
2221
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
2322
_LT_DECL(, macro_revision, 0)
2423
])

build-aux/m4/lt~obsolete.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
22
#
3-
# Copyright (C) 2004-2005, 2007, 2009, 2011-2019, 2021-2022 Free
4-
# Software Foundation, Inc.
3+
# Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software
4+
# Foundation, Inc.
55
# Written by Scott James Remnant, 2004.
66
#
77
# This file is free software; the Free Software Foundation gives

0 commit comments

Comments
 (0)