* lib/autoconf/status.m4: More replacements to

<tab><space> where this makes sense.
This commit is contained in:
Ralf Wildenhues 2006-04-06 17:38:05 +00:00
parent 967fab326b
commit 4686c69e0f
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2006-04-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* lib/autoconf/status.m4: More replacements to
<tab><space> where this makes sense.
2006-04-06 Stepan Kasal <kasal@ucw.cz>
* tests/Makefile.am (maintainer-check-posix): s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/

View File

@ -366,7 +366,7 @@ _ACEOF
m4_define([_AC_SED_CMD_NUM], m4_eval(_AC_SED_CMD_NUM + 3))dnl
m4_define([_AC_SED_FRAG],
m4_defn([_AC_SED_FRAG])dnl
[/^[ @&t@ ]*@]_AC_Var[@[ @&t@ ]*$/{
[/^[ ]*@]_AC_Var[@[ ]*$/{
r $]_AC_Var[
d
}
@ -642,8 +642,8 @@ do
dnl Quote, for the `[ ]' and `define'.
echo [' # First, check the format of the line:
cat >"$tmp/defines.sed" <<CEOF
/^[ ]*#[ ]*undef[ ][ ]*$ac_word_regexp[ @&t@ ]*$/b def
/^[ ]*#[ ]*define[ ][ ]*$ac_word_regexp[( @&t@ ]/b def
/^[ ]*#[ ]*undef[ ][ ]*$ac_word_regexp[ ]*$/b def
/^[ ]*#[ ]*define[ ][ ]*$ac_word_regexp[( ]/b def
b
:def'] >>$CONFIG_STATUS
sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS