This is the mail archive of the gdb-patches@sourceware.org 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: RFA: automatic dependency tracking


>>>>> "Ralf" == Ralf Wildenhues <Ralf.Wildenhues@gmx.de> writes:

>> sinclude(../config/acx.m4)
>> 
>> +dnl For dependency tracking macros.
>> +sinclude([../config/depstand.m4])

Ralf> Why sinclude?  Shouldn't aclocal fail if the file cannot be included?
Ralf> (Just curious, really; I see this is done with other files, too.)

Sorry, I think I was being obtuse here in my earlier reply.

I have a vague recollection that there was some version of autoconf,
in the distant past, where sinclude was the only way to do this kind
of inclusion.  Then, once this gets into the code, it tends to stick.

So, I think this is probably just inertia and not something more
obscure.

Tom


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