commit | e2edecd3a3f3ff79f58c992862f15b00e4eb3c49 | [log] [tgz] |
---|---|---|
author | Nathan Hjelm <hjelmn@google.com> | Mon Jul 26 23:29:01 2021 -0600 |
committer | Nathan Hjelm <hjelmn@google.com> | Mon Jul 26 23:29:01 2021 -0600 |
tree | 7a4d60d66dbb2f3aee3f780171dc007dd4e2216e | |
parent | e568db9f722f35b83ec31bbdfd79e7471163ce23 [diff] |
configure: remove usage of deprecated AC_HELP_STRING This macro was replaced by AS_HELP_STRING. This commit updates the lingering deprecated call with the new macro as used elsewhere in configure.ac. Signed-off-by: Nathan Hjelm <hjelmn@google.com>