emacs-devel
[Top][All Lists]
Advanced

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

Re: Last commit breaks macOS build


From: Eli Zaretskii
Subject: Re: Last commit breaks macOS build
Date: Thu, 05 Jan 2017 20:38:19 +0200

> From: Andreas Schwab <address@hidden>
> Cc: address@hidden,  address@hidden,  address@hidden,  address@hidden
> Date: Thu, 05 Jan 2017 19:32:05 +0100
> 
> $ echo '\\'
> \\
> $ shopt -s xpg_echo
> $ echo '\\'
> \

So you are saying that autogen.sh should do

  shopt -u xpg_echo

to countermand a possible user setting?

Strangely, whether I set xpg_echo or not, the current autogen.sh
produces the same nt/gnulib.mk, although the effect on 'echo' is as
you indicate above.  So why doesn't that option have effect here?
What am I missing?

Thanks.



reply via email to

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