]> git.ipfire.org Git - thirdparty/libtool.git/commit
testsuite.at: Replaced $as_echo with AS_ECHO
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Tue, 4 Jun 2024 16:48:45 +0000 (19:48 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Tue, 4 Jun 2024 16:50:50 +0000 (19:50 +0300)
commitd5769d0d39a0151da41fe19cc6bcc12f9b24f3f4
tree5f37a641f31785b5909c902bba637d272dcab21e
parentd846b88d2f441ce866effde1c3bb40fa8516c7e8
testsuite.at: Replaced $as_echo with AS_ECHO

* testsuite.at: $as_echo was deprecated in Autoconf commit 2b59b6f8a.
  AS_ECHO uses printf which has been well supported for 15 to 20
  years. Use of $as_echo was resulting in a warning message in the
  testsuite logs, and replacing the deprecated macro removes the
  warning messages.
tests/testsuite.at