diff options
author | Brent Cook <busterb@gmail.com> | 2022-02-27 06:05:41 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2022-02-27 06:05:41 -0600 |
commit | 56bf8d4f4191184470b1f15815b9b8de1eab1b8e (patch) | |
tree | 22dbb8d87ed29fcb80ec4d53e54430c94c3d73d6 /tap-driver.sh | |
parent | 2336a535c6fabfa3222d36b15008335cc236d8ac (diff) | |
download | portable-56bf8d4f4191184470b1f15815b9b8de1eab1b8e.tar.gz portable-56bf8d4f4191184470b1f15815b9b8de1eab1b8e.tar.bz2 portable-56bf8d4f4191184470b1f15815b9b8de1eab1b8e.zip |
update autotool macro deprecations
fix latest round of autotool complaints
Diffstat (limited to 'tap-driver.sh')
-rwxr-xr-x | tap-driver.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-driver.sh b/tap-driver.sh index 0ca4903..fea066f 100755 --- a/tap-driver.sh +++ b/tap-driver.sh | |||
@@ -1,5 +1,5 @@ | |||
1 | #! /bin/sh | 1 | #! /bin/sh |
2 | # Copyright (C) 2011-2020 Free Software Foundation, Inc. | 2 | # Copyright (C) 2011-2021 Free Software Foundation, Inc. |
3 | # | 3 | # |
4 | # This program is free software; you can redistribute it and/or modify | 4 | # This program is free software; you can redistribute it and/or modify |
5 | # it under the terms of the GNU General Public License as published by | 5 | # it under the terms of the GNU General Public License as published by |