diff options
-rwxr-xr-x | build-aux/gnupload | 2 | ||||
-rw-r--r-- | maint.mk | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/build-aux/gnupload b/build-aux/gnupload index eb450a0..40a59d3 100755 --- a/build-aux/gnupload +++ b/build-aux/gnupload @@ -3,7 +3,7 @@ scriptversion=2012-01-15.15; # UTC -# Copyright (C) 2004-2010, 2012 Free Software Foundation, Inc. +# Copyright (C) 2004-2012 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -455,7 +455,8 @@ sc_prohibit_quotearg_without_use: # Don't include quote.h unless you use one of its functions. sc_prohibit_quote_without_use: - @h='quote.h' re='\<quote(_n)? *\(' $(_sc_header_without_use) + @h='quote.h' re='\<quote((_n)? *\(|_quoting_options\>)' \ + $(_sc_header_without_use) # Don't include this header unless you use one of its functions. sc_prohibit_long_options_without_use: |