*** empty log message ***

svn path=/trunk/boinc/; revision=1669
This commit is contained in:
Karl Chen 2003-07-11 22:10:05 +00:00
parent 0b423a0575
commit 510e374275
2 changed files with 11 additions and 7 deletions

View File

@ -18,10 +18,15 @@ echo "Bootstrapping configure script and makefiles:"
aclocal && automake && autoconf && autoheader
## We don't just run ./configure ourselves here, because the user may not want
## to run it, or may want to run with custom parameters.
## We don't always run ./configure ourselves here, because the user may not
## want to run it, or may want to run with custom parameters.
if [ "$1" = "-a" ]; then
./configure --enable-maintainer-mode
elif [ "$1" = "-c" ]; then
./configure
else
echo "Done, now run ./configure"
echo " ./configure -C to enable caching"
echo " ./configure --enable-maintainer-mode to enable maintainer depedencies"
fi

View File

@ -150,6 +150,5 @@ AC_CONFIG_FILES([RSAEuro/source/Makefile
])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_HEADER([client/win/win_config.h])
AC_OUTPUT