[pygtksourceview] Bug 583217 – Solaris find doesn't have -path



commit b12c1b61e349adcf7fed24fe3f160afdac08687c
Author: Gian Mario Tagliaretti <gianmt gnome org>
Date:   Tue Jun 9 13:49:57 2009 +0200

    Bug 583217 â?? Solaris find doesn't have -path
    
    Remove CVS reference from autogen.sh
---
 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 64820b6..f341487 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -106,7 +106,7 @@ xlc )
   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 configure.ac -print`
 do 
   dr=`dirname $coin`
   if test -f $dr/NO-AUTO-GEN; then



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