On Oct 25, 2000, Ben Woodard <[EMAIL PROTECTED]> wrote:

> I am having a problem with my configure script where when configure is
> called for the subprojects a parameter --srcdir=. is passed into them
> when I just do configure.

srcdir is supposed to be the top-level directory of the project (or
subproject), not the top-level of the whole tree.

The rationale is that you can just grab whatever set of packages, put
them as sub-directories of your package, create a top-level configure
and Makefile and everything will just work.

If instead --srcdir were passed as the top-level directory, you'd have
to adjust every sub-package so as to ``know'' it's been packaged
differently.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Reply via email to