From: Paul Eggert Date: Fri, 19 Apr 2002 20:59:18 +0000 (+0000) Subject: Fix some bugs when using "$@" when there might be zero positional X-Git-Tag: Release-1-6b~120 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=ab8affcbf04feef41cb3efeb4207ca795b06ea22;p=automake.git Fix some bugs when using "$@" when there might be zero positional arguments in cases where this matters. Zsh doesn't support the workaround ${1+"$@"} that has been used by Automake since the Mon Dec 4 11:55:36 1995 change. * aclocal.in: Use 'case' statement to work around problem. * automake.in: Likewise. * lib/ylwrap: Likewise. * lib/missing: No need for workaround, as the command is never invoked with zero arguments. * tests/ccnoco.test: Likewise. * missing: Update from lib/missing. --- diff --git a/ChangeLog b/ChangeLog index ca592b85..ee7b215b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2002-04-19 Paul Eggert + + Fix some bugs when using "$@" when there might be zero positional + arguments in cases where this matters. Zsh doesn't support + the workaround ${1+"$@"} that has been used by Automake since + the Mon Dec 4 11:55:36 1995 change. + + * aclocal.in: Use 'case' statement to work around problem. + * automake.in: Likewise. + * lib/ylwrap: Likewise. + * lib/missing: No need for workaround, as the command is never + invoked with zero arguments. + * tests/ccnoco.test: Likewise. + * missing: Update from lib/missing. + 2002-04-19 Alexandre Duret-Lutz * automake.in (initialize_per_input): Clear %require_file_found. @@ -845,7 +860,7 @@ ----- -Copyright 2002 Free Software Foundation, Inc. +Copyright (C) 2002 Free Software Foundation, Inc. This file is part of GNU Automake.