guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[shepherd] 03/04: maint: Use 'AS_HELP_STRING'.


From: Ludovic Courtès
Subject: [shepherd] 03/04: maint: Use 'AS_HELP_STRING'.
Date: Mon, 17 Jul 2023 13:29:33 -0400 (EDT)

civodul pushed a commit to branch master
in repository shepherd.

commit b1ac56454967de12d276388f7c7cc98d5d606588
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jul 17 19:25:45 2023 +0200

    maint: Use 'AS_HELP_STRING'.
    
    * configure.ac: Use 'AS_HELP_STRING' instead of the long-deprecated
    'AC_HELP_STRING' (priori to Autoconf 2.69, 2012).
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 20e4878..ab7a538 100644
--- a/configure.ac
+++ b/configure.ac
@@ -177,7 +177,7 @@ AM_CONDITIONAL([BUILD_CRASH_HANDLER], [test 
"x$build_crash_handler" = "xyes"])
 dnl Bash completion file.
 
 AC_ARG_WITH([bash-completion-dir],
-  AC_HELP_STRING([--with-bash-completion-dir=DIR],
+  AS_HELP_STRING([--with-bash-completion-dir=DIR],
     [name of the Bash completion directory]),
   [bashcompletiondir="$withval"],
   [bashcompletiondir='${sysconfdir}/bash_completion.d'])



reply via email to

[Prev in Thread] Current Thread [Next in Thread]