From 6bbb016c0e4a7be54ba4e33d1dea509d71db0367 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 30 Sep 2001 17:12:34 +0000 Subject: [PATCH] (AC_OUTPUT_MAKE_DEFS): Don't use nested parenthesization. This patch was originally suggested to bug-autoconf by Philippe De Muyter on 2000-05-28, but somehow it didn't get incorporated then. --- lib/autoconf/status.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/autoconf/status.m4 b/lib/autoconf/status.m4 index 90bd75b5..f7ea1986 100644 --- a/lib/autoconf/status.m4 +++ b/lib/autoconf/status.m4 @@ -545,7 +545,7 @@ dnl Double quote for `[ ]' and `define'. s,[\\$`],\\&,g t clear : clear -s,^[ ]*#[ ]*define[ ][ ]*\(\([^ (][^ (]*\)([^)]*)\)[ ]*\(.*\)$,${ac_dA}\2${ac_dB}\1${ac_dC}\3${ac_dD},gp +s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp t end s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp : end]