summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Traud <pabstraud@compuserve.com>2016-06-21 15:01:40 +0200
committerAlexander Traud <pabstraud@compuserve.com>2016-06-21 08:14:19 -0500
commitcbfa9f771e0756a4c8f76b68d65a936af2a55ace (patch)
treefc291bb0fcb4a3923852153d1091d315ba2fee5f /configure.ac
parentb0e71c6571ec34a1aa115ce0ba26f7e37f487eaa (diff)
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f2e42ba1f..1ecedd4d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1230,7 +1230,7 @@ AC_SUBST(AST_NATIVE_ARCH)
dnl Check to see if rpath should be set in LDFLAGS
AC_ARG_ENABLE(rpath,
- [AC_HELP_STRING([--disable-rpath],
+ [AS_HELP_STRING([--disable-rpath],
[Disables rpath linker option checking])],
[case "${enableval}" in
y|ye|yes) check_rpath=yes ;;