From eb399e6a03d7a536079eb90ff55dcc4043c949e4 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Tue, 8 Jun 2010 06:44:26 +0200 Subject: [PATCH] Avoid autom4te warning about unnamed diversion. * libltdl/config/getopt.m4sh: Use diversion name KILL not -1. Signed-off-by: Ralf Wildenhues --- ChangeLog | 5 +++++ libltdl/config/getopt.m4sh | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9a03c0104..f1a58fa7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-06-08 Ralf Wildenhues + + Avoid autom4te warning about unnamed diversion. + * libltdl/config/getopt.m4sh: Use diversion name KILL not -1. + 2010-06-07 Ralf Wildenhues Make versioning test stricter for w32, enable shared libs. diff --git a/libltdl/config/getopt.m4sh b/libltdl/config/getopt.m4sh index a81a90532..70f40e636 100644 --- a/libltdl/config/getopt.m4sh +++ b/libltdl/config/getopt.m4sh @@ -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 () -- 2.47.2