bug-gnulib
[Top][All Lists]
Advanced

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

Re: refactor common code of 'execute' and 'spawn-pipe'


From: Bruno Haible
Subject: Re: refactor common code of 'execute' and 'spawn-pipe'
Date: Tue, 01 Dec 2020 19:34:20 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-193-generic; KDE/5.18.0; x86_64; ; )

KO Myung-Hun wrote:
> > +case "$host_os" in
> > +  os2)
> 
> s/os2/os2*/

Thank you. Fixed:


2020-12-01  Bruno Haible  <bruno@clisp.org>

        spawn-pipe: Fix handling of OS/2 kLIBC.
        Reported by KO Myung-Hun <komh78@gmail.com> in
        <https://lists.gnu.org/archive/html/bug-gnulib/2020-12/msg00005.html>.
        * modules/spawn-pipe (configure.ac): Use the common idiom for
        recognizing the OS/2 operating system.

diff --git a/modules/spawn-pipe b/modules/spawn-pipe
index 0ddbc74..2e78170 100644
--- a/modules/spawn-pipe
+++ b/modules/spawn-pipe
@@ -40,7 +40,7 @@ configure.ac:
 gl_SPAWN_PIPE
 AC_REQUIRE([AC_CANONICAL_HOST])
 case "$host_os" in
-  os2)
+  os2*)
     AC_LIBOBJ([os2-spawn])
     ;;
 esac




reply via email to

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