From: Bruno Haible Date: Mon, 4 Jul 2022 22:48:36 +0000 (+0200) Subject: havelib: Fix 'configure --help' output. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=fb89ee012f7663ab559da56ba190495b95767fd4;p=gnulib.git havelib: Fix 'configure --help' output. * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Fix m4 quoting bug. --- diff --git a/ChangeLog b/ChangeLog index ae9e8de4eb..19079c9dea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2022-07-04 Bruno Haible + + havelib: Fix 'configure --help' output. + * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Fix m4 quoting bug. + 2022-07-03 Bruno Haible supersede: Support the file name "/dev/null" on native Windows. diff --git a/m4/lib-link.m4 b/m4/lib-link.m4 index ed5186afb4..3b75bcd0de 100644 --- a/m4/lib-link.m4 +++ b/m4/lib-link.m4 @@ -1,4 +1,4 @@ -# lib-link.m4 serial 32 +# lib-link.m4 serial 33 dnl Copyright (C) 2001-2022 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -196,8 +196,8 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY], eval additional_libdir3=\"$exec_prefix/$acl_libdirstem3\" ]) AC_ARG_WITH(PACK[-prefix], -[[ --with-]]PACK[[-prefix[=DIR] search for ]PACKLIBS[ in DIR/include and DIR/lib - --without-]]PACK[[-prefix don't search for ]PACKLIBS[ in includedir and libdir]], +[[ --with-]]PACK[[-prefix[=DIR] search for ]]PACKLIBS[[ in DIR/include and DIR/lib + --without-]]PACK[[-prefix don't search for ]]PACKLIBS[[ in includedir and libdir]], [ if test "X$withval" = "Xno"; then use_additional=no