X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debugger%2Fmcs51%2Fconfigure.in;fp=debugger%2Fmcs51%2Fconfigure.in;h=c3676b55d93b72e21d9da4d7dfdeb28f6cc7d29d;hb=0b1477c360062409c9490745046b1ff162d7611d;hp=72ffac80a6c485878e5b922e75fd0c21233baa9d;hpb=b68de0bae973fa412a8d4646cb5033200e5dba6e;p=fw%2Fsdcc diff --git a/debugger/mcs51/configure.in b/debugger/mcs51/configure.in index 72ffac80..c3676b55 100644 --- a/debugger/mcs51/configure.in +++ b/debugger/mcs51/configure.in @@ -213,38 +213,4 @@ AC_DEFINE_UNQUOTED(LIB_DIR_SUFFIX, AC_CONFIG_FILES([Makefile]) AC_OUTPUT -# Prepare result message -# ====================== - -# In the C-header we need \\ as dir-separator, but in the message only \ -dirch=${sdccconf_h_dir_separator} -test ${dirch} = '\\' && dirch='\' - -AC_MSG_RESULT([ -sdcdb is now configured for - - Build: ${build_alias} - Host: ${host_alias} - Source directory: ${srcdir} - C compiler: ${CC} - CFLAGS: ${CFLAGS} - - Install paths: - binary files: ${exec_prefix} - include files: ${datadir}/${include_dir_suffix} - library files: ${datadir}/${lib_dir_suffix} - documentation: ${docdir} - - prefix: ${prefix} - datadir: ${datadir} - - Search paths (incomplete, see manual for all search paths): - binary files: \$SDCC_HOME${binPath} - include files: ${incPath1} - path(argv[[0]])${incPath2} - ${incPath3} - library files: \$SDCC_HOME${libPath1}${dirch} - path(argv[[0]])${libPath2}${dirch} - ${libPath3}${dirch} -]) # End of configure/configure.in