zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Remove SH_USE_BSD_ECHO autoconf test.
@ 2016-12-24 17:43 Daniel Shahaf
  2016-12-24 21:52 ` Bart Schaefer
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Shahaf @ 2016-12-24 17:43 UTC (permalink / raw)
  To: zsh-workers

It is unused; doesn't make sense in "build on one box, install on many"
context; and its presence causes the downstream packages that install
config.h to be non-reproducible.
---
 configure.ac | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/configure.ac b/configure.ac
index 920c2fc..dda52bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2309,21 +2309,6 @@ AH_TEMPLATE([HAVE_FIFOS],
 if test x$zsh_cv_sys_fifo = xyes; then
   AC_DEFINE(HAVE_FIFOS)
 fi
-dnl ---------------------
-dnl echo style of /bin/sh
-dnl ---------------------
-AC_CACHE_CHECK(if echo in /bin/sh interprets escape sequences,
-zsh_cv_prog_sh_echo_escape,
-[if test "`/bin/sh -c \"echo '\\n'\"`" = "\\n"; then
-  zsh_cv_prog_sh_echo_escape=no
-else
-  zsh_cv_prog_sh_echo_escape=yes
-fi])
-AH_TEMPLATE([SH_USE_BSD_ECHO],
-[Define to 1 if /bin/sh does not interpret \ escape sequences.])
-if test x$zsh_cv_prog_sh_echo_escape = xno; then
-  AC_DEFINE(SH_USE_BSD_ECHO)
-fi
 
 dnl -----------
 dnl test for whether link() works


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-12-26  3:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-24 17:43 [PATCH] Remove SH_USE_BSD_ECHO autoconf test Daniel Shahaf
2016-12-24 21:52 ` Bart Schaefer
2016-12-25 15:39   ` Axel Beckert
     [not found]   ` <20161225023331.GA10957@fujitsu.shahaf.local2>
2016-12-25 18:06     ` Bart Schaefer
2016-12-25 23:20       ` Nikolay Aleksandrovich Pavlov (ZyX)
2016-12-26  2:58       ` Daniel Shahaf

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).