From: borutr Date: Tue, 31 Oct 2006 21:03:30 +0000 (+0000) Subject: regenerated aclocal.m4 and configure X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=fc00646a1654c5a9e580fd73be4f5d523e62391c;p=fw%2Fsdcc regenerated aclocal.m4 and configure git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4456 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/debugger/mcs51/aclocal.m4 b/debugger/mcs51/aclocal.m4 index e3915509..678856ba 100644 --- a/debugger/mcs51/aclocal.m4 +++ b/debugger/mcs51/aclocal.m4 @@ -66,14 +66,13 @@ EOF rl_function_of_keyseq(NULL, NULL, NULL); ],[ wi_cv_lib_readline=yes - wi_cv_lib_readline_result=yes + AC_MSG_RESULT(yes) ],[ wi_cv_lib_readline=no - wi_cv_lib_readline_result=no + AC_MSG_RESULT(no) ]) if test "$wi_cv_lib_readline" = yes; then - AC_MSG_RESULT($wi_cv_lib_readline_result) AC_SUBST(LIBREADLINE) AC_DEFINE_UNQUOTED(HAVE_LIBREADLINE, $wi_READLINE_VERSION, [Readline]) break diff --git a/debugger/mcs51/configure b/debugger/mcs51/configure index c1f88b7a..66d1a74d 100644 --- a/debugger/mcs51/configure +++ b/debugger/mcs51/configure @@ -3620,7 +3620,8 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (exit $ac_status); }; }; then wi_cv_lib_readline=yes - wi_cv_lib_readline_result=yes + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } else echo "$as_me: failed program was:" >&5 @@ -3628,7 +3629,8 @@ sed 's/^/| /' conftest.$ac_ext >&5 wi_cv_lib_readline=no - wi_cv_lib_readline_result=no + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } fi @@ -3636,8 +3638,6 @@ rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test "$wi_cv_lib_readline" = yes; then - { echo "$as_me:$LINENO: result: $wi_cv_lib_readline_result" >&5 -echo "${ECHO_T}$wi_cv_lib_readline_result" >&6; } cat >>confdefs.h <<_ACEOF