changeset 10831:6f90861ec2f8

Fix typo in last commit.
author Simon Josefsson <simon@josefsson.org>
date Tue, 18 Nov 2008 15:39:57 +0100
parents 1b295c34a1ac
children 83b5f7b59a35
files m4/manywarnings.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/manywarnings.m4
+++ b/m4/manywarnings.m4
@@ -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