From: Paolo Bonzini Date: Thu, 18 Sep 2008 12:14:45 +0000 (+0200) Subject: remove shell function "spy" X-Git-Tag: v2.63b~274 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=734abde3de165b9031bac6345bbca0314c314dcb;p=thirdparty%2Fautoconf.git remove shell function "spy" --- diff --git a/ChangeLog b/ChangeLog index d2acab06d..2ca7c7672 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-18 Paolo Bonzini + + * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_SPY): Remove. + (AS_INIT): Do not call it. + 2008-09-18 Paolo Bonzini * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Expand diff --git a/lib/m4sugar/m4sh.m4 b/lib/m4sugar/m4sh.m4 index 287b38e79..4cdf5913c 100644 --- a/lib/m4sugar/m4sh.m4 +++ b/lib/m4sugar/m4sh.m4 @@ -1656,22 +1656,6 @@ m4_define([AS_VAR_POPDEF], ## ----------------- ## -# _AS_SHELL_FN_SPY -# ---------------- -# This temporary macro checks "in the wild" for shells that do -# not support shell functions. -m4_define([_AS_SHELL_FN_SPY], -[_AS_DETECT_SUGGESTED([_AS_SHELL_FN_WORK]) -_AS_RUN([_AS_SHELL_FN_WORK]) || { - echo No shell found that supports shell functions. - echo Please tell bug-autoconf@gnu.org about your system, - echo including any error possibly output before this message. - echo This can help us improve future autoconf versions. - echo Configuration will now proceed without shell functions. -} -]) - - # AS_INIT # ------- # Initialize m4sh. @@ -1688,7 +1672,6 @@ m4_divert_text([BINSH], [@%:@! /bin/sh]) m4_divert_text([HEADER-COMMENT], [@%:@ Generated from __file__ by m4_PACKAGE_STRING.]) m4_divert_text([M4SH-SANITIZE], [AS_SHELL_SANITIZE]) -AS_REQUIRE([_AS_SHELL_FN_SPY]) # Let's go! m4_divert_pop([KILL])[]dnl