mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
* libltdl/config/general.m4sh (func_echo): Use $* instead of
${1+"$@"}.
This commit is contained in:
parent
80ee9e65c6
commit
d9a5574f93
@ -1,3 +1,8 @@
|
||||
2007-05-10 Noah Misch <noah@cs.caltech.edu>
|
||||
|
||||
* libltdl/config/general.m4sh (func_echo): Use $* instead of
|
||||
${1+"$@"}.
|
||||
|
||||
2007-05-09 Eric Blake <ebb9@byu.net>
|
||||
|
||||
* libltdl/libltdl/lt_error.h (LT_ERROR_LEN_MAX): Adjust, to fix
|
||||
|
@ -129,7 +129,7 @@ opt_verbose=false
|
||||
# name if it has been set yet.
|
||||
func_echo ()
|
||||
{
|
||||
$ECHO "$progname${mode+: }$mode: "${1+"$@"}
|
||||
$ECHO "$progname${mode+: }$mode: $*"
|
||||
}
|
||||
|
||||
# func_verbose arg...
|
||||
|
Loading…
Reference in New Issue
Block a user