Update of /cvsroot/pclasses/pclasses2/toc/sbin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24405
Modified Files:
toconfigure
Log Message:
added TOC_CONFIGURE_SCRIPT, to allow client to specifify a script other than ./configure
Index: toconfigure
===================================================================
RCS file: /cvsroot/pclasses/pclasses2/toc/sbin/toconfigure,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- toconfigure 22 Dec 2004 19:04:25 -0000 1.1
+++ toconfigure 22 Dec 2004 22:18:32 -0000 1.2
@@ -34,7 +34,7 @@
echo "toconfigure: environment vars PACKAGE_NAME and PACKAGE_VERSION must be set."
exit 1
}
-configure=configure
+configure=${TOC_CONFIGURE_SCRIPT-./configure}
test -f "$configure" || {
echo "toconfigure: could not find [$configure]!"
exit 2
|