maint.mk: correct a diagnostic
authorJim Meyering <meyering@redhat.com>
Sat, 10 Apr 2010 20:30:46 +0000 (22:30 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 10 Apr 2010 20:31:07 +0000 (22:31 +0200)
* top/maint.mk (sc_prohibit_HAVE_MBRTOWC): Fix obsolete use of $re
in diagnostic; now use $prohibit.

ChangeLog
top/maint.mk

index cc0d2d5f71f585a5be48b0b4cf21f9dd90b5f839..e66d23e006e2c0daa4288e9f0fbb4ec3bd8ed73c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-04-10  Jim Meyering  <meyering@redhat.com>
+
+       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  <address@hidden>
 
        fchownat: Fix a C++ test error on Solaris 8.
index 5d194ecec62b54513c222b47f2c94a5831efb539..df8e150d1302b1aa15c98c6e61ea77b11e2ecd7f 100644 (file)
@@ -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: