]> The Tcpdump Group git mirrors - tcpdump/commitdiff
autoconf: Use AS_HELP_STRING macro instead of AC_HELP_STRING
authorFrancois-Xavier Le Bail <[email protected]>
Mon, 17 Jan 2022 11:11:21 +0000 (12:11 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Mon, 17 Jan 2022 11:11:36 +0000 (12:11 +0100)
Avoid the warning: The macro `AC_HELP_STRING' is obsolete.

configure.ac

index 6406b8f9d3c679876b45a0a9d82341b65f95af20..679707177e9b8ea6b7b1d3d99b245c1b2094ff8c 100644 (file)
@@ -49,7 +49,7 @@ case "$host_os" in
 
 darwin*)
        AC_ARG_ENABLE(universal,
-       AC_HELP_STRING([--disable-universal],[don't build universal on macOS]))
+       AS_HELP_STRING([--disable-universal],[don't build universal on macOS]))
        if test "$enable_universal" != "no"; then
                case "$host_os" in