diff options
| author | Markus Rost | 2003-07-20 23:38:20 +0000 |
|---|---|---|
| committer | Markus Rost | 2003-07-20 23:38:20 +0000 |
| commit | 10aa5486d8f780d4100254d0bbe17ab91bf18a41 (patch) | |
| tree | 8c9f9cfb4b1a93dc9cd99b97bdb48ed905287fec | |
| parent | 90f8dc03085e08b1eba333f4cb943474024c5f44 (diff) | |
| download | emacs-10aa5486d8f780d4100254d0bbe17ab91bf18a41.tar.gz emacs-10aa5486d8f780d4100254d0bbe17ab91bf18a41.zip | |
Indicate boundaries of the big quoted region by comments.
| -rw-r--r-- | configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 490dfbbb8ab..db0c88d92f6 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -182,6 +182,10 @@ dnl This used to use changequote, but, apart from `changequote is evil' | |||
| 182 | dnl per the autoconf manual, we can speed up autoconf somewhat by quoting | 182 | dnl per the autoconf manual, we can speed up autoconf somewhat by quoting |
| 183 | dnl the great gob of text. Thus it's not processed for possible expansion. | 183 | dnl the great gob of text. Thus it's not processed for possible expansion. |
| 184 | dnl Just make sure the brackets remain balanced. | 184 | dnl Just make sure the brackets remain balanced. |
| 185 | dnl | ||
| 186 | dnl Since Emacs can't find matching pairs of quotes, boundaries are | ||
| 187 | dnl indicated by comments. | ||
| 188 | dnl quotation begins | ||
| 185 | [ | 189 | [ |
| 186 | 190 | ||
| 187 | ### If you add support for a new configuration, add code to this | 191 | ### If you add support for a new configuration, add code to this |
| @@ -223,6 +227,7 @@ case "${canonical}" in | |||
| 223 | *-*-netbsd* ) | 227 | *-*-netbsd* ) |
| 224 | opsys=netbsd | 228 | opsys=netbsd |
| 225 | if test -f /usr/lib/crti.o; then] | 229 | if test -f /usr/lib/crti.o; then] |
| 230 | dnl Leave quotation here temporarily | ||
| 226 | AC_DEFINE(HAVE_CRTIN) | 231 | AC_DEFINE(HAVE_CRTIN) |
| 227 | [ fi | 232 | [ fi |
| 228 | 233 | ||
| @@ -1168,6 +1173,7 @@ if test x"${opsys}" = x; then | |||
| 1168 | fi | 1173 | fi |
| 1169 | 1174 | ||
| 1170 | ] | 1175 | ] |
| 1176 | dnl quotation ends | ||
| 1171 | 1177 | ||
| 1172 | if test $unported = yes; then | 1178 | if test $unported = yes; then |
| 1173 | AC_MSG_ERROR([Emacs hasn't been ported to `${canonical}' systems. | 1179 | AC_MSG_ERROR([Emacs hasn't been ported to `${canonical}' systems. |