From: Jim Meyering Date: Sat, 10 Apr 2010 20:30:46 +0000 (+0200) Subject: maint.mk: correct a diagnostic X-Git-Tag: v0.1~4285 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=67c7b8e;p=gnulib.git maint.mk: correct a diagnostic * top/maint.mk (sc_prohibit_HAVE_MBRTOWC): Fix obsolete use of $re in diagnostic; now use $prohibit. --- diff --git a/ChangeLog b/ChangeLog index cc0d2d5f7..e66d23e00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-04-10 Jim Meyering + + maint.mk: correct a diagnostic + * top/maint.mk (sc_prohibit_HAVE_MBRTOWC): Fix obsolete use of $re + in diagnostic; now use $prohibit. + 2010-04-10 Bruno Haible fchownat: Fix a C++ test error on Solaris 8. diff --git a/top/maint.mk b/top/maint.mk index 5d194ecec..df8e150d1 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -372,7 +372,7 @@ sc_require_config_h_first: sc_prohibit_HAVE_MBRTOWC: @prohibit='\bHAVE_MBRTOWC\b' \ - halt="do not use $$re; it is always defined" \ + halt="do not use $$prohibit; it is always defined" \ $(_sc_search_regexp) # To use this "command" macro, you must first define two shell variables: