changeset 30522:0097f91101ae

Fix typo in last commit.
author Simon Josefsson <simon@josefsson.org>
date Tue, 18 Nov 2008 15:39:57 +0100
parents fd8b595b94d0
children 6039c8f391e3
files m4/manywarnings.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/manywarnings.m4	Tue Nov 18 13:50:32 2008 +0100
+++ b/m4/manywarnings.m4	Tue Nov 18 15:39:57 2008 +0100
@@ -11,7 +11,7 @@
 # Copy LISTVAR to OUTVAR except for the entries in REMOVEVAR.
 # Elements separated by whitespace.  In set logic terms, the function
 # does OUTVAR = LISTVAR \ REMOVEVAR.
-AC_DEFUN([gl_COMPLEMENT],
+AC_DEFUN([gl_MANYWARN_COMPLEMENT],
 [
   gl_warn_set=
   set x $2; shift