diff options
author | Matthieu Longo <matthieu.longo@arm.com> | 2024-05-28 10:49:42 +0100 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2024-06-10 08:25:55 +0930 |
commit | 5a8f592c7618ba2054683469e0c8909273ca4e7d (patch) | |
tree | 6515da73d5eb79b0e63c8a9ce9a2f19887e02504 /zlib | |
parent | 2cac47f5bab66389e96fc9bca6bb683642984b43 (diff) | |
download | binutils-5a8f592c7618ba2054683469e0c8909273ca4e7d.zip binutils-5a8f592c7618ba2054683469e0c8909273ca4e7d.tar.gz binutils-5a8f592c7618ba2054683469e0c8909273ca4e7d.tar.bz2 |
autoupdate: replace obsolete macros AC_PROG_LIBTOOL
- AC_PROG_LIBTOOL by LT_INIT
https://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html#index-LT_005fINIT
Diffstat (limited to 'zlib')
-rw-r--r-- | zlib/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/configure.ac b/zlib/configure.ac index b50b9c7..fa1c8fe 100644 --- a/zlib/configure.ac +++ b/zlib/configure.ac @@ -60,7 +60,7 @@ m4_rename_force([real_PRECIOUS],[_AC_ARG_VAR_PRECIOUS]) AC_SUBST(CFLAGS) -AC_PROG_LIBTOOL +LT_INIT # Find CPP now so that any conditional tests below won't do it and # thereby make the resulting definitions conditional. |