This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] |
Really we only need to switch to automake for aclocal which is what I am going to apply. I found out by moving aclocal.m4 to acinclude.m4 and running aclocal and then running autoconf. I post the patch/apply the patch after a little testing.
And this is what I applied, I found that I had to use automake 1.9.2's aclocal which works like what I needed it to. It is also the one which is needed for all other parts of GCC is this should be good.
Thanks, Andrew Pinski
* aclocal.m4: Rename to ... * acinclude.m4: here and also use m4_include instead of sinclude. * aclocal.m4: Regenerate. * configure: Regenerate. * configure.ac: Add AM_MAINTAINER_MODE and AM_PROG_CC_C_O.
Attachment:
temp.diff.txt
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |