allow local storage; prevent crash if line is missing

This commit is contained in:
Marc Wäckerlin
2015-11-09 22:33:31 +00:00
parent 1198cac399
commit 14fb15f117
5 changed files with 40 additions and 2 deletions

View File

@@ -196,7 +196,7 @@ FILES
<ou can access the readme by calling
${DEFAULT_PROJECT_NAME}::description().
* ChangeLog: Your changelog is automatically maintained from
subversion history, using svn2cl | subversion-tools. You don't need to
subversion history, using svn2cl. You don't need to
care about.
* configure.ac: This file becomes very short and simple. You provide
the project name, the major and minor version. The
@@ -1014,7 +1014,7 @@ if test -f makefile; then
fi
#### Bootstrap Before Configure ####
run --no-check svn2cl | subversion-tools
run --no-check svn2cl
run aclocal
if testtag AX_USE_LIBTOOL; then run libtoolize --force; fi
run automake -a