Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Brandt <jbrandt@bestpractical.com>2022-04-14 21:33:01 +0300
committerJim Brandt <jbrandt@bestpractical.com>2022-04-14 21:37:28 +0300
commit98113c5de50de223a7095fff7bc93bd726c8b33b (patch)
tree0313cbccc8e028b86df650e4e2bdad637fa37f4c /aclocal.m4
parenta78ebc5bed7828eadbb668ba4a1df66c3db825cf (diff)
Replace obsolete AC_HELP_STRING with supported AS_HELP_STRING
AS_HELP_STRING has been available since version 2.59 in 2003. AC_HELP_STRING had continued to work even though it was deprecated, but recent versions of autoconf are displaying errors, so update to the supported macro.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 793644f125..490bfea984 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -25,7 +25,7 @@ dnl
AC_DEFUN([RT_ENABLE_LAYOUT],[
AC_ARG_ENABLE(layout,
- AC_HELP_STRING([--enable-layout=LAYOUT],
+ AS_HELP_STRING([--enable-layout=LAYOUT],
[Use a specific directory layout (Default: relative)]),
LAYOUT=$enableval)