This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Top Level Autoconfiscation Status


>>>>> "Nathanael" == Nathanael Nerode <neroden@doctormoo.dyndns.org> writes:

Nathanael> * zlib has no check target, so I have to somehow leave it
Nathanael> out

zlib definitely does have a check target in my tree:

    fleche. grep ^check: zlib/Makefile.in 
    check: check-am

Why doesn't it in yours?  Automake always generates a check target.
It would be a severe (and surprising) bug if it were missing.

Nathanael> * To avoid a lot of subtle problems, configure uses
Nathanael> absolute pathnames for most directories which it puts into
Nathanael> the Makefile.  This means you can no longer 'configure',
Nathanael> relocate srcdir or builddir, and then 'make'.  I doubt that
Nathanael> this is important.

In the past I've heard that people actually do this.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]