mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1669
This commit is contained in:
parent
0b423a0575
commit
510e374275
11
_autosetup
11
_autosetup
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue