aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid J. MacKenzie1994-11-08 05:18:09 +0000
committerDavid J. MacKenzie1994-11-08 05:18:09 +0000
commit2d73167a553d6b7c689a714c6351052f6fec19cf (patch)
treee3fab9fb54f13acb7918a77d3eeb9f8fc8f02da7
parentafaa65e4ead67ef0ab93fd7a7b7bf04375616f19 (diff)
downloademacs-2d73167a553d6b7c689a714c6351052f6fec19cf.tar.gz
emacs-2d73167a553d6b7c689a714c6351052f6fec19cf.zip
protect character class with changequote
-rw-r--r--configure.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 81de713a9b6..5a62a943af9 100644
--- a/configure.in
+++ b/configure.in
@@ -73,7 +73,9 @@ if test `pwd` != `(cd ${srcdir} && pwd)` \
73 now do \`make distclean' in ${srcdir}, 73 now do \`make distclean' in ${srcdir},
74 and then run $0 again.]) 74 and then run $0 again.])
75 75
76changequote(, )dnl
76 extrasub='/^VPATH[ ]*=/c\ 77 extrasub='/^VPATH[ ]*=/c\
78changequote([, ])dnl
77vpath %.c $(srcdir)\ 79vpath %.c $(srcdir)\
78vpath %.h $(srcdir)\ 80vpath %.h $(srcdir)\
79vpath %.y $(srcdir)\ 81vpath %.y $(srcdir)\
@@ -1249,7 +1251,7 @@ done
1249# Build src/Makefile from ${srcdir}/src/Makefile.in. This must be done 1251# Build src/Makefile from ${srcdir}/src/Makefile.in. This must be done
1250# after src/config.h is built, since we rely on that file. 1252# after src/config.h is built, since we rely on that file.
1251 1253
1252changequote(,)dnl The horror, the horror. 1254changequote(, )dnl The horror, the horror.
1253# Now get this: Some word that is part of the ${srcdir} directory name 1255# Now get this: Some word that is part of the ${srcdir} directory name
1254# or the ${configuration} value might, just might, happen to be an 1256# or the ${configuration} value might, just might, happen to be an
1255# identifier like `sun4' or `i386' or something, and be predefined by 1257# identifier like `sun4' or `i386' or something, and be predefined by
@@ -1260,7 +1262,7 @@ undefs="`echo $top_srcdir $configuration $canonical |
1260sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \ 1262sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \
1261 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g' \ 1263 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g' \
1262`" 1264`"
1263changequote([,])dnl 1265changequote([, ])dnl
1264 1266
1265echo creating lib-src/Makefile 1267echo creating lib-src/Makefile
1266( cd lib-src 1268( cd lib-src