From e3bc482992b05f70b9dac33bd427a0dd1cfaa8dc Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 25 Jul 2022 15:18:50 +0200 Subject: configure.ac: The macro 'AC_HELP_STRING' is obsolete --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a23abf7..f5ba2f9 100644 --- a/configure.ac +++ b/configure.ac @@ -105,7 +105,7 @@ AC_SUBST(XLIB_LIBS) GLIB_GSETTINGS AC_ARG_ENABLE([tests], - AC_HELP_STRING([--disable-tests], [Dont build the test apps]),, + AS_HELP_STRING([--disable-tests], [Dont build the test apps]),, [enable_tests=yes]) AM_CONDITIONAL(BUILD_TESTS, test "$enable_tests" = "yes") -- cgit v1.2.1