1999-03-01 Gordon Matzigkeit <gord@trick.fig.org>

* acgeneral.m4 (AC_OUTPUT_MAKE_DEFS): Don't require that macro
	symbols be valid C identifiers.
This commit is contained in:
Ben Elliston 1999-04-03 21:46:58 +00:00
parent a46d446b9c
commit d7993ab20d
3 changed files with 7 additions and 2 deletions

View File

@ -57,6 +57,11 @@
* config.guess: Recognise HP 9000/800. Merged from the master * config.guess: Recognise HP 9000/800. Merged from the master
FSF version of this file. FSF version of this file.
1999-03-01 Gordon Matzigkeit <gord@trick.fig.org>
* acgeneral.m4 (AC_OUTPUT_MAKE_DEFS): Don't require that macro
symbols be valid C identifiers.
1999-02-28 Ben Elliston <bje@cygnus.com> 1999-02-28 Ben Elliston <bje@cygnus.com>
* acspecific.m4 (AC_FUNC_VFORK): Allow test to behave correctly * acspecific.m4 (AC_FUNC_VFORK): Allow test to behave correctly

View File

@ -2135,7 +2135,7 @@ dnl Using a here document instead of a string reduces the quoting nightmare.
# Protect against Makefile macro expansion. # Protect against Makefile macro expansion.
cat > conftest.defs <<\EOF cat > conftest.defs <<\EOF
changequote(<<, >>)dnl changequote(<<, >>)dnl
s%<<#define>> \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g s%<<#define>> \([^ ][^ ]*\) *\(.*\)%-D\1=\2%g
s%[ `~<<#>>$^&*(){}\\|;'"<>?]%\\&%g s%[ `~<<#>>$^&*(){}\\|;'"<>?]%\\&%g
s%\[%\\&%g s%\[%\\&%g
s%\]%\\&%g s%\]%\\&%g

View File

@ -2135,7 +2135,7 @@ dnl Using a here document instead of a string reduces the quoting nightmare.
# Protect against Makefile macro expansion. # Protect against Makefile macro expansion.
cat > conftest.defs <<\EOF cat > conftest.defs <<\EOF
changequote(<<, >>)dnl changequote(<<, >>)dnl
s%<<#define>> \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g s%<<#define>> \([^ ][^ ]*\) *\(.*\)%-D\1=\2%g
s%[ `~<<#>>$^&*(){}\\|;'"<>?]%\\&%g s%[ `~<<#>>$^&*(){}\\|;'"<>?]%\\&%g
s%\[%\\&%g s%\[%\\&%g
s%\]%\\&%g s%\]%\\&%g