]> Savannah Git Hosting - gnulib.git/commitdiff
havelib: Fix 'configure --help' output.
authorBruno Haible <bruno@clisp.org>
Mon, 4 Jul 2022 22:48:36 +0000 (00:48 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 31 Aug 2022 23:16:26 +0000 (01:16 +0200)
* m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Fix m4 quoting bug.

ChangeLog
m4/lib-link.m4

index a575aba47806347700067ce7cb1163c6a3139e17..5715888f64991684e73229e26df1c54064a74c18 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-07-04  Bruno Haible  <bruno@clisp.org>
+
+       havelib: Fix 'configure --help' output.
+       * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Fix m4 quoting bug.
+
 2022-07-03  Bruno Haible  <bruno@clisp.org>
 
        supersede: Support the file name "/dev/null" on native Windows.
index ed5186afb48e9c415502c89f83c1675e2478236f..3b75bcd0de141a4405abc17f1a86df4ae5c34a91 100644 (file)
@@ -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