autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

../configure question


From: Troy Cauble
Subject: ../configure question
Date: Fri, 06 Sep 2002 01:19:09 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826

I am cleaning up some autoconf scripts to support
multiple builds against the same source, as in

  mkdir build_dir1
  cd build_dir1
  ../configure


In the middle of this large autoconf based project
there's a third party module that does not use autoconf.
"./configure" style builds work because make just finds
the stock Makefile in the source directory.  "../configure"
style builds break because autoconf didn't create a
directory and Makefile in the $(top_builddir) tree.

Is there a standard way to work around this other than
adding Makefile.am's to the third party module?

I imagine that the workaround would involve copying the
entire source module to the $(top_builddir) tree...

Thanks,
-troy





reply via email to

[Prev in Thread] Current Thread [Next in Thread]