mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] mldonkey configconfigure.in distrib/ChangeLog


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey configconfigure.in distrib/ChangeLog
Date: Sun, 18 Jun 2006 20:08:42 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       06/06/18 20:08:42

Modified files:
        config         : configure.in 
        distrib        : ChangeLog 

Log message:
        patch #5163

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/config/configure.in?cvsroot=mldonkey&r1=1.268&r2=1.269
http://cvs.savannah.gnu.org/viewcvs/mldonkey/distrib/ChangeLog?cvsroot=mldonkey&r1=1.893&r2=1.894

Patches:
Index: config/configure.in
===================================================================
RCS file: /sources/mldonkey/mldonkey/config/configure.in,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -b -r1.268 -r1.269
--- config/configure.in 21 May 2006 07:55:24 -0000      1.268
+++ config/configure.in 18 Jun 2006 20:08:42 -0000      1.269
@@ -157,14 +157,14 @@
 
 if test -f ./CVS/Entries ; then
   AC_MSG_NOTICE(checking CVS checkout date)
-  AC_CHECK_PROG(STAT, stat, stat)
-  if test "$ac_cv_prog_STAT" = "stat"; then
+  AC_CHECK_PROGS(STAT, stat gstat, stat)
+  if [ test "$ac_cv_prog_STAT" = "stat" ] || [ test "$ac_cv_prog_STAT" = 
"gstat" ]; then
     AC_CHECK_PROG(SED, sed, sed)
     if test "$ac_cv_prog_SED" = "sed"; then
       AC_CHECK_PROG(CUT, cut, cut)
       if test "$ac_cv_prog_CUT" = "cut"; then
         SUB_VERSION3="CVS"
-       if [ test "$SYSTEM" = "freebsd"] || [ test "$SYSTEM" = "macosx"] || [ 
test "$SYSTEM" = "netbsd"]; then
+       if [ test "$SYSTEM" = "freebsd"] || [ test "$SYSTEM" = "netbsd"] || ( [ 
test "$SYSTEM" = "macosx" ] && [ test "$ac_cv_prog_STAT" != "gstat" ] ); then
          SCM_VERSION=`$STAT -f "%Sm" ./CVS/Entries | $SED -e 's/\(.*\) \(.*\) 
\(.*\) \(.*\)/\4-\1-\2 \3/'`
        else
          if [ test "$SYSTEM" = "openbsd"]; then
@@ -179,7 +179,7 @@
                SCM_VERSION=`$STAT ./CVS/Entries  | $GREP Modify | $SED -e 
's/\(.*\) \(.*\) \(.*\) \(.*\) \(.*\)/\5-\2-\3 \4/'`
              fi
            else
-             SCM_VERSION=`$STAT -Lc %y ./CVS/Entries | $SED -e 's#\.[0-9]*##' 
| $CUT -c0-19`
+             SCM_VERSION=`$STAT -Lc %y ./CVS/Entries | $SED -e 's#\.[0-9]*##' 
| $CUT -c 1-19`
            fi
          fi
        fi

Index: distrib/ChangeLog
===================================================================
RCS file: /sources/mldonkey/mldonkey/distrib/ChangeLog,v
retrieving revision 1.893
retrieving revision 1.894
diff -u -b -r1.893 -r1.894
--- distrib/ChangeLog   17 Jun 2006 12:51:19 -0000      1.893
+++ distrib/ChangeLog   18 Jun 2006 20:08:42 -0000      1.894
@@ -14,6 +14,9 @@
 ChangeLog
 =========
 
+2006/06/18
+5163: Configure: CVS SCM support for Mac OS X 10.3 (gstat)
+
 2006/06/17
 5158: HTML: Use table for printing buildinfo and runinfo data (schlumpf, pango)
 




reply via email to

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