Mercurial > hg > xemacs-beta
comparison configure.ac @ 5900:8826be40063c
Report all compiler arguments in Installation.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Tue, 05 May 2015 13:09:58 +0900 |
parents | 32f4ae21abc5 |
children |
comparison
equal
deleted
inserted
replaced
5899:32f4ae21abc5 | 5900:8826be40063c |
---|---|
5884 | 5884 |
5885 echo " Compiler version: $compiler_version" | 5885 echo " Compiler version: $compiler_version" |
5886 if test -n "$gcc_compiler_specs"; then | 5886 if test -n "$gcc_compiler_specs"; then |
5887 echo " - GCC specs file: $gcc_compiler_specs" | 5887 echo " - GCC specs file: $gcc_compiler_specs" |
5888 fi | 5888 fi |
5889 echo " - Compiler command: $XEMACS_CC $XE_CFLAGS" | 5889 echo " - Compiler command: $XEMACS_CC $c_switch_all" |
5890 if test "$CC" != "$XEMACS_CC"; then | 5890 if test "$CC" != "$XEMACS_CC"; then |
5891 echo " Compiler version for lib-src: (detection code unimplemented)" | 5891 echo " Compiler version for lib-src: (detection code unimplemented)" |
5892 echo " - Compiler command for lib-src: $CC $CFLAGS" | 5892 echo " - Compiler command for lib-src: $CC $CFLAGS" |
5893 if test "$xemacs_cc_cc_mismatch" = "yes"; then | 5893 if test "$xemacs_cc_cc_mismatch" = "yes"; then |
5894 echo " WARNING: CC and XEMACS_CC mismatched; check CFLAGS carefully." | 5894 echo " WARNING: CC and XEMACS_CC mismatched; check CFLAGS carefully." |