From ee81d1d10245863455842d3ecd611b7fd0209539 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 6 Apr 2006 02:28:56 +0000 Subject: [PATCH] Change '' to where that makes sense. --- lib/autoconf/status.m4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/autoconf/status.m4 b/lib/autoconf/status.m4 index 01f22700..fba86fb8 100644 --- a/lib/autoconf/status.m4 +++ b/lib/autoconf/status.m4 @@ -574,7 +574,7 @@ m4_define([_AC_OUTPUT_HEADER], # dnl Quote, for the `[ ]' and `define'. [ ac_dA='s,^\([ ]*#[ ]*\)[^ ]*\([ ][ ]*' - ac_dB='\)[ '' (].*$,\1define\2' + ac_dB='\)[ (].*$,\1define\2' ac_dC=' ' ac_dD=' ,'] dnl ac_dD used to contain `;t' at the end, but that was both slow and incorrect. @@ -606,14 +606,14 @@ uniq confdefs.h | sed -n ' t rset :rset - s/^[ '' ]*#[ '' ]*define[ '' ][ ]*// + s/^[ ]*#[ ]*define[ ][ ]*// t ok d :ok s/[\\&,]/\\&/g s/[\\$`]/\\&/g - s/^\('"$ac_word_re"'\)\(([^()]*)\)[ '' ]*\(.*\)/${ac_dA}\1$ac_dB\2${ac_dC}\3$ac_dD/p - s/^\('"$ac_word_re"'\)[ '' ]*\(.*\)/${ac_dA}\1$ac_dB${ac_dC}\2$ac_dD/p + s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/${ac_dA}\1$ac_dB\2${ac_dC}\3$ac_dD/p + s/^\('"$ac_word_re"'\)[ ]*\(.*\)/${ac_dA}\1$ac_dB${ac_dC}\2$ac_dD/p ' >>conftest.defines ] # Remove the space that was appended to ease matching. -- 2.11.4.GIT