]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Add flag to inhibit warnings.
authorPeter O'Gorman <peter@pogma.com>
Thu, 1 Sep 2011 23:45:03 +0000 (18:45 -0500)
committerPeter O'Gorman <peter@pogma.com>
Thu, 1 Sep 2011 23:45:03 +0000 (18:45 -0500)
* libltdl/config/ltmain.m4sh: Add --no-warn, --no-warning flags.
Reported by John Davd Anglin.

ChangeLog
libltdl/config/ltmain.m4sh

index dcfab26f72de7a2f11bad9671f139a9b26d1a517..44b325b04044f628bd0a2b1068ce747279572c32 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-09-01  Peter O'Gorman  <peter@pogma.com>
+
+       Add flag to inhibit warnings.
+       * libltdl/config/ltmain.m4sh: Add --no-warn, --no-warning flags.
+       Reported by John Davd Anglin.
+
 2011-04-10  Kurt Roeckx  <kurt@roeckx.be>
 
        tagdemo: do not rely on picking up symbols from indirect deps.
index 9358ec5e82825d50a09594ab804f5891ce485b52..511480f9a5c1c6978f35d074e8434299110d9e1d 100644 (file)
@@ -42,6 +42,7 @@ m4_divert_push([SCRIPT])
 #       --quiet, --silent    don't print informational messages
 #       --no-quiet, --no-silent
 #                            print informational messages (default)
+#       --no-warn            don't display warning messages
 #       --tag=TAG            use configuration variables from tag TAG
 #   -v, --verbose            print more informational messages than default
 #       --no-verbose         don't print the extra informational messages
@@ -373,6 +374,8 @@ M4SH_GETOPTS(
        esac],
   [],          [--no-silent|--no-quiet],       [false],                [
        func_append preserve_args " $opt"],
+  [],          [--no-warning|--no-warn],       [false],                [
+       func_append preserve_args " $opt"],
   [],          [--no-verbose],                 [false],                [
        func_append preserve_args " $opt"],
   [],          [--silent|--quiet],             [],                     [