2
0
mirror of git://git.savannah.gnu.org/libtool.git synced 2025-03-13 15:46:55 +08:00
Ileana Dumitrescu 270b7bb2db
ltmain.in: Fix infinite loop for error messages
If an invalid argument is passed to options '--mode' or '--reorder-cache'
after a valid command, error messages will print infinitely:

  $ libtool --help --mode=MODE
  libtool:   error: invalid argument 'MODE' for --mode
  libtool:   error: invalid argument 'MODE' for --mode
  libtool:   error: invalid argument 'MODE' for --mode
  ...

* build-aux/ltmain.in: Remove 'break' in case statement to fix infinite
  loop, and add shift for option '--reorder-cache' to allow more options
  to be processed.
2024-11-20 17:36:29 +02:00
..
2015-11-03 20:34:42 +01:00
2024-01-16 17:54:26 -05:00
2014-10-29 17:55:45 +00:00