*** empty log message ***

svn path=/trunk/boinc/; revision=2022
This commit is contained in:
Karl Chen 2003-08-08 00:20:52 +00:00
parent ba35720d30
commit 9576e59e40
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ aclocal && automake && autoconf && autoheader
## want to run it, or may want to run with custom parameters.
if [ "$1" = "-a" ]; then
./configure --enable-maintainer-mode
./configure -C --enable-maintainer-mode
elif [ "$1" = "-c" ]; then
./configure
./configure -C
else
echo "Done, now run ./configure"
echo " ./configure -C to enable caching"