]> git.ipfire.org Git - thirdparty/asterisk.git/commit
BuildSystem: Avoid obsolete warning with HELP_STRING on autoconf. 56/3056/1
authorAlexander Traud <pabstraud@compuserve.com>
Tue, 21 Jun 2016 13:01:40 +0000 (15:01 +0200)
committerAlexander Traud <pabstraud@compuserve.com>
Tue, 21 Jun 2016 13:13:37 +0000 (08:13 -0500)
commit6fb6ed3c530735e59e8bff9050f58987ce06499f
tree3ee74414e169515adcb93d7c68854be3496fe4c7
parent7133572cf8b6a1c4cd7bddf399e9e19ac668c69e
BuildSystem: Avoid obsolete warning with HELP_STRING on autoconf.

Some configure scripts used both AC_HELP_STRING and its replacement
AS_HELP_STRING. For consistency and to avoid obsolete warnings, those were
changed to AS_HELP_STRING.

ASTERISK-26046

Change-Id: I8aad4fd2bdee40aa2a31ce3339a1eb33ff4f5b0f
autoconf/ast_ext_lib.m4
autoconf/ast_prog_ld.m4
configure.ac