diff options
author | Andrei Pavel <andrei@isc.org> | 2020-12-18 21:06:20 +0100 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2020-12-18 21:06:20 +0100 |
commit | 55b7bad7a215749186b794eb005a9e9499c97ced (patch) | |
tree | 4f7539a09f7414d09f81736336e0175046ea6c05 /doc/devel/cross-compile.dox | |
parent | [#1616] fixed typo (diff) | |
download | kea-55b7bad7a215749186b794eb005a9e9499c97ced.tar.xz kea-55b7bad7a215749186b794eb005a9e9499c97ced.zip |
[#1610] Developer's Guide: Writing shell tests
Diffstat (limited to 'doc/devel/cross-compile.dox')
-rw-r--r-- | doc/devel/cross-compile.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/devel/cross-compile.dox b/doc/devel/cross-compile.dox index 1af3dd17c2..8b67a1ecbd 100644 --- a/doc/devel/cross-compile.dox +++ b/doc/devel/cross-compile.dox @@ -195,7 +195,7 @@ Some explainations: - I did not try yet database config scripts: perhaps they detect cross-compiling and produce correct paths. - CONF_CMD contains the ./configure common arguments. - + The script can be used by: - eventually run "autoreconf -i" (if sources are from git) - put its content in a file, e.g. ccenv |