patches/gdb/6.4/200-uclibc-readline-conf.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jul 26 15:14:48 2008 +0000 (2008-07-26)
branch1.2
changeset 731 65614732cfe7
permissions -rw-r--r--
Backport #857 from trunk:
While retrieving files, propagate the preferred extension down to sub-functions.

/branches/1.2/scripts/functions | 8 5 3 0 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
     1 --- gdb-6.1.1-dist/readline/configure	2003-05-27 18:29:47.000000000 -0500
     2 +++ gdb-6.1.1/readline/configure	2004-08-09 14:20:23.000000000 -0500
     3 @@ -6249,7 +6249,12 @@
     4  
     5  
     6  echo "$as_me:$LINENO: checking for mbstate_t" >&5
     7 +echo $ECHO_N "bash_cv_have_mbstate_t=$bash_cv_have_mbstate_t" >&6
     8  echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6
     9 +if test "${bash_cv_have_mbstate_t+set}" != set; then
    10 +  bash_cv_have_mbstate_t=yes
    11 +  echo $ECHO_N "WARNING!! forcing to yes!!! $ECHO_C" >&6
    12 +fi
    13  if test "${bash_cv_have_mbstate_t+set}" = set; then
    14    echo $ECHO_N "(cached) $ECHO_C" >&6
    15  else