This is an automated email from the git hooks/post-receive script.

ildumi pushed a commit to branch development
in repository libtool.

The following commit(s) were added to refs/heads/development by this push:
     new 53f8ca1d libtool.m4: Fix syntax error in LT_PROG_OBJC and 
LT_PROG_OBJCXX
53f8ca1d is described below

commit 53f8ca1d4872dbee1e5a6d0f344df66f0f64f4f9
Author: Frederic Berat <[email protected]>
AuthorDate: Tue Sep 30 17:04:00 2025 +0300

    libtool.m4: Fix syntax error in LT_PROG_OBJC and LT_PROG_OBJCXX
    
    Reported: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=79468
---
 m4/libtool.m4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/m4/libtool.m4 b/m4/libtool.m4
index b758ae5a..2f5d0e3c 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -8671,7 +8671,7 @@ AC_DEFUN([LT_PROG_OBJC],
   if test Xgnustep-config = X"$GNUSTEP_CONFIG"; then
     test set = "${OBJCFLAGS+set}" || OBJCFLAGS="`gnustep-config --objc-flags`"
   fi
-  AC_SUBST(OBJCFLAGS)])[]dnl
+  AC_SUBST(OBJCFLAGS)[]dnl
 ])
 
 # LT_PROG_OBJCXX
@@ -8682,7 +8682,7 @@ AC_DEFUN([LT_PROG_OBJCXX],
   if test Xgnustep-config = X"$GNUSTEP_CONFIG"; then
     test set = "${OBJCXXFLAGS+set}" || OBJCXXFLAGS="`gnustep-config 
--objc-flags`"
   fi
-  AC_SUBST(OBJCXXFLAGS)])[]dnl
+  AC_SUBST(OBJCXXFLAGS)[]dnl
 ])
 
 # LT_PROG_GCJ

Reply via email to