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]

[RFC] Create m4 directory to store Autoconf macro's


Out current configure.in is quite big.  I think we can make it more
managable and maintainable by wrapping bits of it into our own
Autoconf macro's.  To avoid overcrowding acinclude.m4, I'd really like
to put these new macro's in little files in our own m4 subdirectory.
There is however a drawback with this approach: We have to remember to
run aclocal with the "-I m4" option, at least until we start using
Automake.  Is this a problem?  Does anybody have any other objections
against this plan?

Mark


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