+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.
-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.
# 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 ()