regenerated aclocal.m4 and configure
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 31 Oct 2006 21:03:30 +0000 (21:03 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 31 Oct 2006 21:03:30 +0000 (21:03 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4456 4a8a32a2-be11-0410-ad9d-d568d2c75423

debugger/mcs51/aclocal.m4
debugger/mcs51/configure

index e391550959f705167f6a1aa2bef6f64dd5f9cec9..678856ba896dd415ba84f6ac1bd48e2d96fc6a43 100644 (file)
@@ -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
index c1f88b7a26dae88fe5964d21f60174727a1fc3be..66d1a74d12df652aead120f57b26bf01b2d7fbc5 100644 (file)
@@ -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