This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [gfortran] PATCH implement g77 intrinsics
You didn't correctly regenerate libgfortran/aclocal.m4 on mainline. It is
missing the line to include ../config/no-executables.m4, so that
GCC_NO_EXECUTABLES remains unexpanded in libgfortran/configure.
$ ucvs-gcc status aclocal.m4
===================================================================
File: aclocal.m4 Status: Up-to-date
Working revision: 1.8
Repository revision: 1.8 /cvs/gcc/gcc/libgfortran/aclocal.m4,v
Sticky Tag: (none)
Sticky Date: (none)
Sticky Options: (none)
$ aclocal
$ ucvs-gcc diff aclocal.m4
$
What else should I be doing to regenerate it?
FX