diff options
| author | David J. MacKenzie | 1994-11-08 05:18:09 +0000 |
|---|---|---|
| committer | David J. MacKenzie | 1994-11-08 05:18:09 +0000 |
| commit | 2d73167a553d6b7c689a714c6351052f6fec19cf (patch) | |
| tree | e3fab9fb54f13acb7918a77d3eeb9f8fc8f02da7 | |
| parent | afaa65e4ead67ef0ab93fd7a7b7bf04375616f19 (diff) | |
| download | emacs-2d73167a553d6b7c689a714c6351052f6fec19cf.tar.gz emacs-2d73167a553d6b7c689a714c6351052f6fec19cf.zip | |
protect character class with changequote
| -rw-r--r-- | configure.in | 6 |
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 | ||
| 76 | changequote(, )dnl | ||
| 76 | extrasub='/^VPATH[ ]*=/c\ | 77 | extrasub='/^VPATH[ ]*=/c\ |
| 78 | changequote([, ])dnl | ||
| 77 | vpath %.c $(srcdir)\ | 79 | vpath %.c $(srcdir)\ |
| 78 | vpath %.h $(srcdir)\ | 80 | vpath %.h $(srcdir)\ |
| 79 | vpath %.y $(srcdir)\ | 81 | vpath %.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 | ||
| 1252 | changequote(,)dnl The horror, the horror. | 1254 | changequote(, )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 | | |||
| 1260 | sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \ | 1262 | sed -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 | `" |
| 1263 | changequote([,])dnl | 1265 | changequote([, ])dnl |
| 1264 | 1266 | ||
| 1265 | echo creating lib-src/Makefile | 1267 | echo creating lib-src/Makefile |
| 1266 | ( cd lib-src | 1268 | ( cd lib-src |