<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hey,</p>
    <p>I am currently experiencing some odd behaviour of the autotools
      package handler. I am trying to integrate an autotools package
      with a given configure script - no *.in oder *.ac file is
      provided:<br>
    </p>
    <ol>
      <li>Although all options like pkg[:aclocal], pkg[:autoconf] etc.
        are explicitly turned off, autoproj still wants a *.in or *.ac
        file - which is definitely not used, if I create an empty one</li>
      <li>When autoproj executes the configure script, something like
        --prefix=/foo/ is <i>always </i>passed as a script argument.
        How to turn off that prefix? It's necessary because the script
        wants a custom argument like -prefix=/foo/, which can be
        configured by seperately calling pkg.configureflags.</li>
    </ol>
    <p>Best,</p>
    <p>Dennis<br>
    </p>
  </body>
</html>