Skip to content

Commit d919e9a

Browse files
authored
Merge pull request #128 from kallewoof/202304-m4updates
m4 updates
2 parents 87eb494 + c34edc4 commit d919e9a

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
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-2015 Free Software
4-
# Foundation, Inc.
3+
# Copyright (C) 2004-2005, 2007-2009, 2011-2019, 2021-2022 Free
4+
# Software 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-2015 Free Software
3+
# Copyright (C) 2004-2005, 2007-2008, 2011-2019, 2021-2022 Free Software
44
# Foundation, Inc.
55
# Written by Gary V. Vaughan, 2004
66
#

build-aux/m4/ltversion.m4

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

1011
# @configure_input@
1112

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

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

1819
AC_DEFUN([LTVERSION_VERSION],
19-
[macro_version='2.4.6'
20-
macro_revision='2.4.6'
20+
[macro_version='2.4.7'
21+
macro_revision='2.4.7'
2122
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
2223
_LT_DECL(, macro_revision, 0)
2324
])

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-2015 Free Software
4-
# Foundation, Inc.
3+
# Copyright (C) 2004-2005, 2007, 2009, 2011-2019, 2021-2022 Free
4+
# Software 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)