On Fri, 23 Mar 2012, Roman Chyla wrote:
> Do you perhaps know how I could make the ./configure step unattended?
> I am getting these messages when some optional packages are missing -
> and I would need to do the installation even on a system which does
> not have the packages and cannot be installed. But non-interactively.

If you are looking at this in order to set up automated builds of
MontySolr, as we discussed some weeks ago IRL, then Trac/Bitten would do
this for you automatically if you say in the recipe:

  <step id="build" description="Build sources">
    <sh:exec file="/bin/sh"
             args="-c 'cd ${basedir}/invenio; aclocal; automake -a; 
                   autoconf; ./configure; make'"/>
  </step>

See Invenio's Bitten recipe configuration at:

  <https://github.com/tiborsimko/invenio-bitten/>

Best regards
-- 
Tibor Simko

Reply via email to