]> git.ipfire.org Git - thirdparty/libtool.git/commit
New libtoolize --no-warn option and LIBTOOLIZE_OPTIONS parsing.
authorGary V. Vaughan <gary@gnu.org>
Tue, 29 Apr 2008 19:11:54 +0000 (15:11 -0400)
committerGary V. Vaughan <gary@gnu.org>
Wed, 30 Apr 2008 00:35:21 +0000 (20:35 -0400)
commita53fd09bed347444f2c14db34d00de60d657d720
treeeab4756fddc5bd8ada4cfc20f6e14e6bdd885a2a
parent2826832999f79a85089a7d434423af0e7bc6e395
New libtoolize --no-warn option and LIBTOOLIZE_OPTIONS parsing.

* libltdl/config/general.m4sh (opt_warning): New option.
(func_warning): Only display a warning message if $opt_warning
is true.
* libtoolize.m4sh: Accept options in LIBTOOLIZE_OPTIONS
environment variable.
(--no-warn): Parse new option.
(func_serial_update_check, func_keyword_update): Use func_warning.
(func_check_macros): Bail out before style issues nags when
$opt_warning is false.
* doc/libtool.texi (Invoking Libtoolize): Document it.
* tests/libtoolize.at: Test it.
* NEWS: Updated.
ChangeLog
NEWS
doc/libtool.texi
libltdl/config/general.m4sh
libtoolize.m4sh
tests/libtoolize.at