From 5a00d0480e2b8b5966ab8e9ceb6d1ad117327a01 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Mon, 18 Oct 2021 20:53:12 +0200 Subject: Use m4_pattern_forbid to find unnoticed GP_ strings Use m4_pattern_forbid to find unnoticed GP_ strings in the configure and config.status scripts. --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d235f9f0a..00fd9c9b0 100644 --- a/configure.ac +++ b/configure.ac @@ -25,6 +25,11 @@ AM_INIT_AUTOMAKE([-Wall foreign 1.9 dist-bzip2 dist-xz check-news subdir-objects m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])]) AM_SILENT_RULES([no]) + +dnl Flag all GP_ strings in result as error unless specifically allowed. +m4_pattern_forbid([^_?GP_])dnl + + GP_CHECK_SHELL_ENVIRONMENT GP_CONFIG_MSG([Build]) GP_CONFIG_MSG([Source code location],[${srcdir}]) -- cgit v1.2.1