]> git.ipfire.org Git - thirdparty/asterisk.git/commit
BuildSystem: Avoid obsolete warning with HELP_STRING on autoconf. 57/3057/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:14:19 +0000 (08:14 -0500)
commitcbfa9f771e0756a4c8f76b68d65a936af2a55ace
treefc291bb0fcb4a3923852153d1091d315ba2fee5f
parentb0e71c6571ec34a1aa115ce0ba26f7e37f487eaa
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