Mercurial > emacs
changeset 9834:5be536b91960
protect character class with changequote
author | David J. MacKenzie <djm@gnu.org> |
---|---|
date | Tue, 08 Nov 1994 05:18:09 +0000 |
parents | 5215339470b8 |
children | d2250d1b0f48 |
files | configure.in |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Tue Nov 08 05:09:01 1994 +0000 +++ b/configure.in Tue Nov 08 05:18:09 1994 +0000 @@ -73,7 +73,9 @@ now do \`make distclean' in ${srcdir}, and then run $0 again.]) +changequote(, )dnl extrasub='/^VPATH[ ]*=/c\ +changequote([, ])dnl vpath %.c $(srcdir)\ vpath %.h $(srcdir)\ vpath %.y $(srcdir)\ @@ -1249,7 +1251,7 @@ # Build src/Makefile from ${srcdir}/src/Makefile.in. This must be done # after src/config.h is built, since we rely on that file. -changequote(,)dnl The horror, the horror. +changequote(, )dnl The horror, the horror. # Now get this: Some word that is part of the ${srcdir} directory name # or the ${configuration} value might, just might, happen to be an # identifier like `sun4' or `i386' or something, and be predefined by @@ -1260,7 +1262,7 @@ sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \ -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g' \ `" -changequote([,])dnl +changequote([, ])dnl echo creating lib-src/Makefile ( cd lib-src