From 0f393e4f9b77d5006c79bde7e7a24e76569a1105 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 25 Jul 2022 15:18:56 +0200 Subject: configure.ac: The macro 'AC_HELP_STRING' is obsolete --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ff340338..0a45d5ae 100644 --- a/configure.ac +++ b/configure.ac @@ -95,7 +95,7 @@ AC_SUBST(LIBNOTIFY_LIBS) dnl -- Check for D-Bus ----------------------------------------- AC_ARG_WITH(dbus-sys, - [AC_HELP_STRING([--with-dbus-sys=], + [AS_HELP_STRING([--with-dbus-sys=], [where D-BUS system.d directory is])]) if ! test -z "$with_dbus_sys" ; then DBUS_SYS_DIR="$with_dbus_sys" @@ -119,7 +119,7 @@ dnl -- check for PolicyKit and PolicyKit-mate (optional) ----------------------- POLKIT_CFLAGS= POLKIT_LIBS= AC_ARG_ENABLE([polkit], - AC_HELP_STRING([--enable-polkit], [Enable PolicyKit support @<:@default yes@:>@]), + AS_HELP_STRING([--enable-polkit], [Enable PolicyKit support @<:@default yes@:>@]), enable_polkit=$enableval, enable_polkit=yes) if test "x$enable_polkit" != "xno"; then @@ -292,7 +292,7 @@ dnl *************************************************************************** dnl *** Stickynotes specific checks *** dnl *************************************************************************** AC_ARG_ENABLE([stickynotes], - AC_HELP_STRING([--enable-stickynotes], [Enable stickynotes applet.]), + AS_HELP_STRING([--enable-stickynotes], [Enable stickynotes applet.]), enable_stickynotes=$enableval, enable_stickynotes=yes) if test "x$enable_stickynotes" = "xyes"; then -- cgit v1.2.1