(makefile-check): Add 0-9 to the range of characters disallowed between `@...@'.
authorJim Meyering <jim@meyering.net>
Sun, 17 Aug 2003 07:57:29 +0000 (07:57 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 17 Aug 2003 07:57:29 +0000 (07:57 +0000)
Makefile.maint

index bd59796..e0956b7 100644 (file)
@@ -201,7 +201,7 @@ strftime-check:
 # not @...@ in Makefile.am, now that we can rely on automake
 # to emit a definition for each substituted variable.
 makefile-check:
-       grep -E '@[A-Z_]+@' `find . -name Makefile.am` \
+       grep -E '@[A-Z_0-9]+@' `find . -name Makefile.am` \
          && { echo 'Makefile.maint: use $(...), not @...@' 1>&2; exit 1; } || :
 
 changelog-check: