]> git.ipfire.org Git - thirdparty/libtool.git/commit
bootstrap: accept --gnulib-srcdir=/path/to/gnulib again.
authorGary V. Vaughan <gary@gnu.org>
Wed, 16 Nov 2011 05:04:02 +0000 (12:04 +0700)
committerGary V. Vaughan <gary@gnu.org>
Wed, 16 Nov 2011 05:08:13 +0000 (12:08 +0700)
commit7285b13522e6ceae95b571e5fed8c900dc9a6ead
tree93cf66bce31110914087e0bce00cf4e4eec9d57f
parent88224124e4f57166cdcc78be29730372762a147e
bootstrap: accept --gnulib-srcdir=/path/to/gnulib again.

During the split of bootstrap into options-parser and
extract-trace, the generic long-option splitting code got lost.
* libltdl/config/options-parser (func_parse_options): Add the
code to split any long option separated by an equals from its
optarg back in.
Reported by Roumen Petrov.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
libltdl/config/options-parser