gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog autogen.sh


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog autogen.sh
Date: Fri, 13 Oct 2006 11:53:29 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/13 11:53:29

Modified files:
        .              : ChangeLog autogen.sh 

Log message:
        avoid using the '-path' primary to find(1) as it's an extension to 
        posix.2 and is not supported on some operating systems such as Solaris 
        and IRIX.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1190&r2=1.1191
http://cvs.savannah.gnu.org/viewcvs/gnash/autogen.sh?cvsroot=gnash&r1=1.13&r2=1.14

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1190
retrieving revision 1.1191
diff -u -b -r1.1190 -r1.1191
--- ChangeLog   13 Oct 2006 11:41:11 -0000      1.1190
+++ ChangeLog   13 Oct 2006 11:53:28 -0000      1.1191
@@ -1,3 +1,9 @@
+2006-10-13 Markus Gothe <address@hidden>
+
+       * autogen.sh: avoid using the '-path' primary to find(1) as it's an 
+         extension to posix.2 and is not supported on some operating systems 
+         such as Solaris and IRIX.
+
 2006-10-13 Sandro Santilli <address@hidden>
 
        * gui/gui.h, gui/fbsup.h, gui/fb.cpp: changed set_invalidated_region

Index: autogen.sh
===================================================================
RCS file: /sources/gnash/gnash/autogen.sh,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- autogen.sh  17 Sep 2006 14:59:13 -0000      1.13
+++ autogen.sh  13 Oct 2006 11:53:29 -0000      1.14
@@ -125,7 +125,7 @@
   am_opt=--include-deps;;
 esac
 
-for coin in `find $srcdir -path $srcdir/CVS -prune -o -name configure.ac 
-print`
+for coin in `find $srcdir -name CVS -prune -o -name configure.ac -print`
 do 
   dr=`dirname $coin`
   if test -f $dr/NO-AUTO-GEN; then




reply via email to

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