autogen.sh for libegg (cvs head) is bjorked?



AFAICS, libegg (CVS HEAD) has a bjorked autogen.sh and has for quite some time. I can't understand why no-one else has this problem... wierd (poshibly I am in some way shtoopid?). Anyway, here is a diff showing the problem.

Long.

Index: autogen.sh
===================================================================
RCS file: /cvs/gnome/libegg/autogen.sh,v
retrieving revision 1.3
diff -u -p -r1.3 autogen.sh
--- autogen.sh  24 Sep 2002 04:54:39 -0000      1.3
+++ autogen.sh  30 Sep 2003 07:25:01 -0000
@@ -76,7 +76,7 @@ case $CC in
 *xlc | *xlc\ * | *lcc | *lcc\ *) am_opt=--include-deps;;
 esac
-for coin in .
+for coin in `find $srcdir -name configure.in -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]