libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/4] Fix func_echo_all inside configure.


From: Michael Haubenwallner
Subject: [PATCH 1/4] Fix func_echo_all inside configure.
Date: Thu, 10 Mar 2016 10:01:35 +0100

* m4/libtool.m4 (func_echo_all): Properly get $* through m4.
---
 m4/libtool.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/libtool.m4 b/m4/libtool.m4
index ee292af..7b8b591 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -1218,7 +1218,7 @@ fi
 # Invoke $ECHO with all args, space-separated.
 func_echo_all ()
 {
-    $ECHO "$*"
+    $ECHO "@S|@*"
 }
 
 case $ECHO in
-- 
2.4.6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]