[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: autogen.sh
User: danmc
Date: 07/05/04 21:47:44
Modified: . autogen.sh
Log:
Simplify the test for which directory we should run the auto* tools in.
Now if you have a read only source tree left over as part of a failed
'gmake distcheck' you won't be puzzled as to why autogen.sh fails.
Revision Changes Path
1.5 +1 -1 eda/geda/gaf/gnetlist/autogen.sh
(In the diff below, changes in quantity of whitespace are not shown.)
Index: autogen.sh
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gnetlist/autogen.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- autogen.sh 22 Jan 2006 13:55:29 -0000 1.4
+++ autogen.sh 5 May 2007 01:47:43 -0000 1.5
@@ -78,7 +78,7 @@
am_opt=--include-deps;;
esac
-for coin in `find $srcdir -name $srcdir/CVS -prune -o -name $configure_script -print`
+for coin in $srcdir/$configure_script
do
dr=`dirname $coin`
if test -f $dr/NO-AUTO-GEN; then
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs