]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Avoid autom4te warning about unnamed diversion.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 8 Jun 2010 04:44:26 +0000 (06:44 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 8 Jun 2010 04:44:26 +0000 (06:44 +0200)
* libltdl/config/getopt.m4sh: Use diversion name KILL not -1.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
libltdl/config/getopt.m4sh

index 9a03c0104be3d146c7562cd8621a0f739b76e437..f1a58fa7d535c7fe7b4cfa72df414634e2f8e25d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Avoid autom4te warning about unnamed diversion.
+       * libltdl/config/getopt.m4sh: Use diversion name KILL not -1.
+
 2010-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Make versioning test stricter for w32, enable shared libs.
index a81a905327acf72a3b0aa869b8a2d664edd96aff..70f40e6365068529b675497514dbdab295129495 100644 (file)
@@ -1,4 +1,4 @@
-m4_include([general.m4sh])m4_divert_push(-1)
+m4_include([general.m4sh])m4_divert_push([KILL])
 # getopt.m4sh -- getopt helper functions                -*- Autoconf -*-
 #
 #    Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
@@ -496,7 +496,7 @@ m4go_validation
 # operation of the automatic `--version' and `--help' options, among
 # others.
 
-m4_divert_pop(-1)M4SH_VERBATIM([[
+m4_divert_pop([KILL])M4SH_VERBATIM([[
 # func_version
 # Echo version message to standard output and exit.
 func_version ()