mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
Shift correctly in numbered option argument collection.
* libltdl/config/getopt.m4sh (_m4go_option): Argument list also needs to be `shift'ed in the shell option loop after processing a numbered argument collection.
This commit is contained in:
parent
f369e07974
commit
fd9aeebfe9
@ -1,5 +1,10 @@
|
||||
2010-06-05 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
Shift correctly in numbered option argument collection.
|
||||
* libltdl/config/getopt.m4sh (_m4go_option): Argument list also
|
||||
needs to be `shift'ed in the shell option loop after processing a
|
||||
numbered argument collection.
|
||||
|
||||
Fetch from new upstream host for config.guess and config.sub.
|
||||
* Makefile.maint (WGET_CGIT): Location of newest config.guess and
|
||||
config.sub upstream.
|
||||
|
@ -357,7 +357,7 @@ dnl only write the file_arg fragment when we didn't already write opt_file_arg:
|
||||
m4_bmatch([$3], [@], [m4_bmatch([$3], [?], [],
|
||||
[m4_expand([m4go_file_arg([$1])])
|
||||
])])m4_n(m4go_unindent([$6]))[]dnl
|
||||
m4_bmatch([$3], [[!+]], [ shift
|
||||
m4_bmatch([$3], [[!+;]], [ shift
|
||||
]) ;;
|
||||
])],
|
||||
[m4_ifnblank([$2],
|
||||
|
Loading…
Reference in New Issue
Block a user