From 2d73167a553d6b7c689a714c6351052f6fec19cf Mon Sep 17 00:00:00 2001 From: "David J. MacKenzie" Date: Tue, 8 Nov 1994 05:18:09 +0000 Subject: [PATCH] protect character class with changequote --- configure.in | 6 ++++-- 1 file 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)` \ 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 @@ done # 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 @@ undefs="`echo $top_srcdir $configuration $canonical | 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 -- 2.39.5