mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
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:
parent
a46d446b9c
commit
d7993ab20d
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user