Fix some bugs when using "$@" when there might be zero positional
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 Apr 2002 20:59:18 +0000 (20:59 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 Apr 2002 20:59:18 +0000 (20:59 +0000)
commit59b0452666206389f2cb9a6d2f935cc75e0399c9
treecb980372c5fe0a837eb47c3b1be1221a93e95c09
parent18b7c544fdda9aa1316b50d9907d8797fbdacdf8
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.
ChangeLog