Hello, and sorry for the delay,

* Julian Cummings wrote on Thu, Mar 10, 2011 at 02:01:41AM CET:
> > My first question would be how to properly credit the original authors 
> > of these macros.  Luc, Julian, Alexander, I'd be glad to list y'all as 
> > authors and add you to the Autoconf THANKS file if you don't mind.  
> > For git purposes, I'm not sure whether to list one of you as primary 
> > author and if yes who.
> 
> My recollection is also that Luc was the original author, and others
> including myself added patches.

OK.  I've pushed the patches now in Luc's name, and added everyone to
THANKS.  Hope that's OK for everyone.  Thanks.

> > Last, but not least, patch feedback would be great, of course!
> 
> I could probably test this out with several compilers that I have access to
> here.  How do I access the patches?  Have they been rolled into a
> recent autoconf tarball?

Not yet.  What you can do is try the git tree.  For that, ensure you
have a fairly recent Autoconf + Automake installed, then:

git clone git://git.sv.gnu.org/autoconf.git
cd autoconf
autoreconf -vim
make check TESTSUITEFLAGS='-v -d -k AC_F[7C].* -k fortran'

and watch the output for any non-PASSing tests; even SKIPs can, but
don't have to, hint towards issues.  We have to be a bit conservative in
the test suite to avoid feedback noise.  In order to test specific
compilers, pass values for CC=..., F77, FC in TESTSUITEFLAGS as well.

Thank you,
Ralf

Reply via email to