]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
remove comments from sed program
authorDavid MacKenzie <djm@djmnet.org>
Wed, 7 Sep 1994 06:21:38 +0000 (06:21 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Wed, 7 Sep 1994 06:21:38 +0000 (06:21 +0000)
acgeneral.m4
lib/autoconf/general.m4

index 100060295ad0ddef219f6974ad609ab00c19304c..9c359eef96216f91e22449488460d0dd9287a9db 100644 (file)
@@ -1534,14 +1534,14 @@ dnl AC_OUTPUT_MAKE_DEFS()
 define(AC_OUTPUT_MAKE_DEFS,
 [# Transform confdefs.h into DEFS.
 dnl Using a here document instead of a string reduces the quoting nightmare.
+# Protect against shell expansion while executing Makefile rules.
+# Protect against Makefile macro expansion.
 cat > conftest.defs <<\EOF
 changequote(<<, >>)dnl
 s%<<#define>> \([A-Za-z_][A-Za-z0-9_]*\) \(.*\)%-D\1=\2%g
-# Protect against shell expansion while executing Makefile rules.
 s%[ `~<<#>>$^&*(){}\\|;'"<>?]%\\&%g
 s%\[%\\&%g
 s%\]%\\&%g
-# Protect against Makefile macro expansion.
 s%\$%$$%g
 changequote([, ])dnl
 EOF
index 100060295ad0ddef219f6974ad609ab00c19304c..9c359eef96216f91e22449488460d0dd9287a9db 100644 (file)
@@ -1534,14 +1534,14 @@ dnl AC_OUTPUT_MAKE_DEFS()
 define(AC_OUTPUT_MAKE_DEFS,
 [# Transform confdefs.h into DEFS.
 dnl Using a here document instead of a string reduces the quoting nightmare.
+# Protect against shell expansion while executing Makefile rules.
+# Protect against Makefile macro expansion.
 cat > conftest.defs <<\EOF
 changequote(<<, >>)dnl
 s%<<#define>> \([A-Za-z_][A-Za-z0-9_]*\) \(.*\)%-D\1=\2%g
-# Protect against shell expansion while executing Makefile rules.
 s%[ `~<<#>>$^&*(){}\\|;'"<>?]%\\&%g
 s%\[%\\&%g
 s%\]%\\&%g
-# Protect against Makefile macro expansion.
 s%\$%$$%g
 changequote([, ])dnl
 EOF