after svn-server restore

This commit is contained in:
Marc Wäckerlin
2016-04-03 16:19:26 +00:00
parent fe905b97f9
commit 1cbcd41dbe

View File

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