25 Oct
2013
25 Oct
'13
10:33 a.m.
Den 25.10.2013 11:17, Andrey Chervonets skrev:
While we were discussion my HTTPS problem new idea: it should be easy to implement silent installation feature:
- prepare or record response file during other installation
- provide response file during configure step
This could avoid typo and other similar problems during installation. This will be also another source to diagnose installation problems.
Two ways of doing it:
All of the configure settings and the auto-detected definitions end up in the top-level Makefile. So that is essentially a record of the responses you gave during the configure step.
All of the "configure" settings can be scripted. See e.g. the call to configure in the "debian/rules" file.
Regards,
Henrik