mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] mldonkey config/configure.in distrib/ChangeLog


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey config/configure.in distrib/ChangeLog
Date: Sun, 17 Sep 2006 18:40:31 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       06/09/17 18:40:31

Modified files:
        config         : configure.in 
        distrib        : ChangeLog 

Log message:
        patch #5401

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/config/configure.in?cvsroot=mldonkey&r1=1.281&r2=1.282
http://cvs.savannah.gnu.org/viewcvs/mldonkey/distrib/ChangeLog?cvsroot=mldonkey&r1=1.1013&r2=1.1014

Patches:
Index: config/configure.in
===================================================================
RCS file: /sources/mldonkey/mldonkey/config/configure.in,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -b -r1.281 -r1.282
--- config/configure.in 17 Sep 2006 18:08:17 -0000      1.281
+++ config/configure.in 17 Sep 2006 18:40:31 -0000      1.282
@@ -518,7 +518,7 @@
   echo "*******  Check http://caml.inria.fr/  ********" 1>&2;
   echo "Do you want this script to try to download and install ocaml"
   echo "LOCALLY in mldonkey directory ?"
-  if test "$BATCH" = "no"; then read i; else i=yes; fi
+  if test "$BATCH" = "no"; then read i <&1; else i=yes; fi
   case "$i" in
    y* | Y*)
       cd $PATCH_DIR

Index: distrib/ChangeLog
===================================================================
RCS file: /sources/mldonkey/mldonkey/distrib/ChangeLog,v
retrieving revision 1.1013
retrieving revision 1.1014
diff -u -b -r1.1013 -r1.1014
--- distrib/ChangeLog   17 Sep 2006 18:08:17 -0000      1.1013
+++ distrib/ChangeLog   17 Sep 2006 18:40:31 -0000      1.1014
@@ -15,6 +15,7 @@
 =========
 
 2006/09/17
+5401: Fix question whether to compile Ocaml with some bash versions (pango)
 5400: Allow use of Ocaml 3.09.3, keep 3.09.2 as default
 5399: EDK, Telnet: Fix and clarify message when starting a search (schlotter)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]