This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
[RFC] Create m4 directory to store Autoconf macro's
- From: Mark Kettenis <kettenis at chello dot nl>
- To: gdb at sources dot redhat dot com
- Date: Tue, 31 Dec 2002 13:57:46 +0100 (CET)
- Subject: [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