Fix typo in last commit.
authorSimon Josefsson <simon@josefsson.org>
Tue, 18 Nov 2008 14:39:57 +0000 (15:39 +0100)
committerSimon Josefsson <simon@josefsson.org>
Tue, 18 Nov 2008 14:39:57 +0000 (15:39 +0100)
m4/manywarnings.m4

index 5eb5a66..b0c413e 100644 (file)
@@ -11,7 +11,7 @@ dnl From Simon Josefsson
 # 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