diff options
author | Matthieu Longo <matthieu.longo@arm.com> | 2024-05-28 10:49:40 +0100 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2024-06-10 08:25:55 +0930 |
commit | c22e3e25de0aa7841c4ef7c6b9e167b5685c2671 (patch) | |
tree | 3a36dea8d7286777c936ad6c3d5e2df7299e5fed /sim | |
parent | 89d801850ac03d0531f7eef3d6978bec17a30a2d (diff) | |
download | binutils-c22e3e25de0aa7841c4ef7c6b9e167b5685c2671.zip binutils-c22e3e25de0aa7841c4ef7c6b9e167b5685c2671.tar.gz binutils-c22e3e25de0aa7841c4ef7c6b9e167b5685c2671.tar.bz2 |
autoupdate: replace obsolete macros AC_HELP_STRING
- AC_HELP_STRING by AS_HELP_STRING
https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.72/autoconf.html#index-AC_005fHELP_005fSTRING-1
Except for the ifdef in lib-prefix.m4, make the defun of AC_LIB_ARG_WITH
unconditional.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/configure.ac b/sim/configure.ac index 125eaa5..fad5b71 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -37,7 +37,7 @@ yes | no) ;; esac]) AC_ARG_ENABLE([example-sims], - [AC_HELP_STRING([--enable-example-sims], + [AS_HELP_STRING([--enable-example-sims], [enable example GNU simulators])]) AC_ARG_ENABLE(targets, |