newlib-cygwin/newlib/libm/fenv
Mike Frysinger a100e80fc9 require autoconf-2.69 exactly
The newlib & libgloss dirs are already generated using autoconf-2.69.
To avoid merging new code and/or accidental regeneration using diff
versions, leverage config/override.m4 to pin to 2.69 exactly.  This
matches what gcc/binutils/gdb are already doing.

The README file already says to use autoconf-2.69.

To accomplish this, it's just as simple as adding -I flags to the
top-level config/ dir when running aclocal.  This is because the
override.m4 file overrides AC_INIT to first require the specific
autoconf version before calling the real AC_INIT.
2022-01-14 15:24:33 -05:00
..
Makefile.am newlib: migrate from INCLUDES to AM_CPPFLAGS 2022-01-05 20:29:53 -05:00
Makefile.in require autoconf-2.69 exactly 2022-01-14 15:24:33 -05:00
fe_dfl_env.c fe_dfl_env.c: Fix typo in comment 2019-09-03 09:53:38 -05:00
feclearexcept.c Add default implementation of fenv.h and all methods 2019-08-09 17:49:16 +02:00
fegetenv.c Add default implementation of fenv.h and all methods 2019-08-09 17:49:16 +02:00
fegetexceptflag.c fenv: Fix mangled makedoc markup 2019-08-13 12:29:30 +01:00
fegetround.c Add default implementation of fenv.h and all methods 2019-08-09 17:49:16 +02:00
feholdexcept.c Add default implementation of fenv.h and all methods 2019-08-09 17:49:16 +02:00
fenv.tex fenv: Include documentation in generated .info file 2019-08-15 12:04:50 +02:00
fenv_stub.c fenv: fix up stub file comment, drop symlinks from description 2021-04-13 12:55:34 +02:00
feraiseexcept.c fenv: Fix typo-ed variable name in documentation 2019-08-13 12:29:30 +01:00
fesetenv.c fenv: Fix mangled makedoc markup 2019-08-13 12:29:30 +01:00
fesetexceptflag.c fenv: Fix mangled makedoc markup 2019-08-13 12:29:30 +01:00
fesetround.c Add default implementation of fenv.h and all methods 2019-08-09 17:49:16 +02:00
fetestexcept.c Add default implementation of fenv.h and all methods 2019-08-09 17:49:16 +02:00
feupdateenv.c fenv: Fix mangled makedoc markup 2019-08-13 12:29:30 +01:00