Mercurial > hg > xemacs-beta
comparison configure @ 5901:a485caa1131d
Oops, regenerate and push configure.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Tue, 05 May 2015 13:12:14 +0900 |
parents | 32f4ae21abc5 |
children |
comparison
equal
deleted
inserted
replaced
5900:8826be40063c | 5901:a485caa1131d |
---|---|
22039 | 22039 |
22040 echo " Compiler version: $compiler_version" | 22040 echo " Compiler version: $compiler_version" |
22041 if test -n "$gcc_compiler_specs"; then | 22041 if test -n "$gcc_compiler_specs"; then |
22042 echo " - GCC specs file: $gcc_compiler_specs" | 22042 echo " - GCC specs file: $gcc_compiler_specs" |
22043 fi | 22043 fi |
22044 echo " - Compiler command: $XEMACS_CC $XE_CFLAGS" | 22044 echo " - Compiler command: $XEMACS_CC $c_switch_all" |
22045 if test "$CC" != "$XEMACS_CC"; then | 22045 if test "$CC" != "$XEMACS_CC"; then |
22046 echo " Compiler version for lib-src: (detection code unimplemented)" | 22046 echo " Compiler version for lib-src: (detection code unimplemented)" |
22047 echo " - Compiler command for lib-src: $CC $CFLAGS" | 22047 echo " - Compiler command for lib-src: $CC $CFLAGS" |
22048 if test "$xemacs_cc_cc_mismatch" = "yes"; then | 22048 if test "$xemacs_cc_cc_mismatch" = "yes"; then |
22049 echo " WARNING: CC and XEMACS_CC mismatched; check CFLAGS carefully." | 22049 echo " WARNING: CC and XEMACS_CC mismatched; check CFLAGS carefully." |