[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:47
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.6 +1 -1 eda/geda/gaf/gschem/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/gschem/autogen.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- autogen.sh 7 Dec 2006 03:57:28 -0000 1.5
+++ autogen.sh 5 May 2007 01:47:45 -0000 1.6
@@ -86,7 +86,7 @@
sed "s/%INSTALLED_GETTEXT_VERSION%/$installed_gettext_version/" > configure.ac
configure_script=configure.ac
-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