<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>Den 25.10.2013 11:17, Andrey Chervonets skrev:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%"><!-- html ignored --><!-- head ignored --><!-- meta ignored --><span style="font-family: sans-serif; font-size: small;">While we were discussion my HTTPS problem new idea:  it should be easy to implement silent installation feature:</span> <br /><span style="font-family: sans-serif; font-size: small;">1) prepare or record  response file during other installation</span> <br /><span style="font-family: sans-serif; font-size: small;">2) provide response file during  configure step</span> <br /><br /><span style="font-family: sans-serif; font-size: small;">This could avoid typo and other similar problems during installation.</span> <br /><span style="font-family: sans-serif; font-size: small;">This will be also another source to diagnose installation problems.</span></blockquote>
<p>Two ways of doing it:</p>
<p>1) 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.</p>
<p>2) All of the "configure" settings can be scripted. See e.g. the call to configure in the "debian/rules" file.</p>
<p> </p>
<p>Regards,</p>
<p>Henrik</p>
<div> </div>
</body></html>