GNOME Bugzilla – Bug 583217
Solaris find doesn't have -path
Last modified: 2009-06-12 16:50:00 UTC
autogen.sh fails on Solaris because Solaris find doesn't understand -path. The line in question is: "for coin in `find $srcdir -path $srcdir/CVS -prune -o -name configure.ac -print`" which doesn't need the -path section since conversions to svn and git.
Created attachment 134938 [details] [review] remove CVS directory pruning find predicate