diff options
| author | Gerd Moellmann | 2000-11-20 14:07:03 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-11-20 14:07:03 +0000 |
| commit | c776f30b149783b476eb05d296506fd7cee83de5 (patch) | |
| tree | d4afe34bbd76074c0a679919498e8d33f700dda0 | |
| parent | 2ce63cb7f58e540c18be064c9185f6ca6d5f7890 (diff) | |
| download | emacs-c776f30b149783b476eb05d296506fd7cee83de5.tar.gz emacs-c776f30b149783b476eb05d296506fd7cee83de5.zip | |
Use -traditional with GNU cpp.
| -rw-r--r-- | configure.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.in b/configure.in index e83b81f1883..341711dc648 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -2257,6 +2257,13 @@ changequote([, ])dnl | |||
| 2257 | echo creating src/epaths.h | 2257 | echo creating src/epaths.h |
| 2258 | make epaths-force | 2258 | make epaths-force |
| 2259 | 2259 | ||
| 2260 | # As of 2000-11-19, newest development versions of GNU cpp preprocess | ||
| 2261 | # `..' to `. .' unless invoked with -traditional | ||
| 2262 | |||
| 2263 | if [ x$GCC = xyes && x$NON_GNU_CPP" = x ]; then | ||
| 2264 | CPPFLAGS="$CPPFLAGS -traditional" | ||
| 2265 | fi | ||
| 2266 | |||
| 2260 | echo creating lib-src/Makefile | 2267 | echo creating lib-src/Makefile |
| 2261 | ( cd lib-src | 2268 | ( cd lib-src |
| 2262 | rm -f junk.c junk1.c junk2.c | 2269 | rm -f junk.c junk1.c junk2.c |