* William Pursell had this to say on [09 Mar 2010, 05:04:57 -1000]: > Sadrul Habib Chowdhury wrote: > > > > -AC_TRY_RUN(main(){exit(0);},,[ > > +AC_TRY_RUN([ > > <snip> > AC_TRY_RUN is deprecated. Use AC_RUN_IFELSE > > > Or, perhaps we should just make sure that we remove -Wall -Werror from > > CFLAGS when running ./configure, to keep things simple? > > That is the standard approach. > > If you are updating the autotool files, I might > be willing to invest some time. I spent a fair > amount of time a little over a year ago on them, > and made a lot of progress, but have abandoned > the work since.
That would be very great. There is also a patch at https://savannah.gnu.org/bugs/?27318 that I have been meaning to take a look at. This is probably a good time to merge in the changes you have already made, and the savannah patch, and see if more changes are necessary. My autotool-fu is weak, and I usually go by trial-and-error. So help on this issue would be really awesome. [snip] > I suppose I can't send this email, either, so I'll stick > it in drafts and get it sent when my > connection is back up. Heh. Cheers, Sadrul