On Tue, 15 Jul 2025, Ijaz, Abdul B wrote:
> config/ChangeLog:
>
> * lib-link.m4: Handle dash in the library name for
> AC_LIB_LINKFLAGS_BODY.
OK.
--
Joseph S. Myers
josmy...@redhat.com
Subject: [PING*2][PATCH 1/1] config: Handle dash in library name for
AC_LIB_LINKAGEFLAGS_BODY
Ping for:
https://gcc.gnu.org/pipermail/gcc-patches/2024-July/656541.html
Thanks & Best Regards
Abdul Basit
-Original Message-
From: Ijaz, Abdul B
Sent: Monday, September 23, 2024 10:22 AM
To:
Subject: [PING]: [PATCH 1/1] config: Handle dash in library name for
AC_LIB_LINKAGEFLAGS_BODY
https://gcc.gnu.org/pipermail/gcc-patches/2024-July/656541.html
Best Regards
Abdul Basit
-Original Message-
From: Ijaz, Abdul B
Sent: Sunday, July 7, 2024 9:45 PM
To: Ijaz, Abdul B
Subject: [P
h in library name for
AC_LIB_LINKAGEFLAGS_BODY
https://gcc.gnu.org/pipermail/gcc-patches/2024-July/656541.html
Best Regards
Abdul Basit
-Original Message-
From: Ijaz, Abdul B
Sent: Sunday, July 7, 2024 9:45 PM
To: Ijaz, Abdul B
Subject: [PATCH 1/1] config: Handle dash in library name
https://gcc.gnu.org/pipermail/gcc-patches/2024-July/656541.html
Best Regards
Abdul Basit
-Original Message-
From: Ijaz, Abdul B
Sent: Sunday, July 7, 2024 9:45 PM
To: Ijaz, Abdul B
Subject: [PATCH 1/1] config: Handle dash in library name for
AC_LIB_LINKAGEFLAGS_BODY
From: "
From: "Ijaz, Abdul B"
For a library with dash in the name like yaml-cpp the AC_LIB_LINKAGEFLAGS_BODY
function generates a with_libname_type argument variable name with a dash but
this results in configure error. Since dashes are not allowed in the variable
name.
This change handles such cases a