This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Libtool".
The branch, master has been updated via dc28c2bfbcb4879bc04a73186d72ec0e7ef2ad4c (commit) from d5d35c47e16b18158bf4984cc4371366d373bb2f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit dc28c2bfbcb4879bc04a73186d72ec0e7ef2ad4c Author: Peter O'Gorman <pe...@pogma.com> Date: Thu Sep 1 18:45:03 2011 -0500 Add flag to inhibit warnings. * libltdl/config/ltmain.m4sh: Add --no-warn, --no-warning flags. Reported by John Davd Anglin. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 6 ++++++ libltdl/config/ltmain.m4sh | 3 +++ 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index dcfab26..44b325b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-09-01 Peter O'Gorman <pe...@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 <k...@roeckx.be> tagdemo: do not rely on picking up symbols from indirect deps. diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh index 9358ec5..511480f 100644 --- a/libltdl/config/ltmain.m4sh +++ b/libltdl/config/ltmain.m4sh @@ -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], [], [ hooks/post-receive -- GNU Libtool