|
From: stephan b. <sg...@us...> - 2004-06-01 07:03:22
|
Update of /cvsroot/qub/eshell In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8837 Modified Files: configure Log Message: renamed eshell --> libeshell Index: configure =================================================================== RCS file: /cvsroot/qub/eshell/configure,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- configure 31 May 2004 15:21:17 -0000 1.2 +++ configure 1 Jun 2004 07:02:52 -0000 1.3 @@ -2,10 +2,10 @@ . ./find_toc.sh || exit -export PACKAGE_NAME=eshell +export PACKAGE_NAME=libeshell export PACKAGE_VERSION="$(date +%Y.%m.%d)" # toconfigure will call configure.${PACKAGE_NAME}, so package-specific # processing should be done there. -source toc/sbin/toconfigure "$@" +source ${TOC_HOME}/sbin/toconfigure "$@" |