Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] Remove SH_USE_BSD_ECHO autoconf test.
- X-seq: zsh-workers 40232
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH] Remove SH_USE_BSD_ECHO autoconf test.
- Date: Sat, 24 Dec 2016 17:43:38 +0000
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=	daniel.shahaf.name; h=date:from:message-id:subject:to	:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=tJx	W1D6SPTgLsDWrq32AOLu8uc8=; b=fQviiGc2nepXA1wBBAJGoiot+udp9xOoQbn	iKhZ3hfuZI4qWkcO+CKR2Fl4+JfrkgTuX1AN0BECeZUTsoaKVb4Ndry5z0jg2edN	x3QcilmzpFFHUge7yg/jYokuUrEka6sW/QcGxk6TdetBsJIhI/JJp9vV4gtPGhB7	gVno2+mY=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=	messagingengine.com; h=date:from:message-id:subject:to	:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s=smtpout; bh=tJ	xW1D6SPTgLsDWrq32AOLu8uc8=; b=J1TGmKhAVD/j5/QxQiDd1dt7h7+fleoeFv	x4FCZPj8sdkQJflM3m5UM7LsEXF4/A/vvZaBobeU7Cf+bSuLhVs1Gdyb9dxIOkAJ	L2eYmdHWeQNyeTLKQPvcCEwLg+ReomUlct5oSMjHHETNW2JvQDS539Wtjx1dP6G9	RUQa5Th+o=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author