newlib-cygwin/newlib/libc/stdio64
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: fix silent build in a few subdirs 2022-01-05 20:38:25 -05:00
Makefile.in require autoconf-2.69 exactly 2022-01-14 15:24:33 -05:00
dummy.c 2002-08-26 Jeff Johnston <jjohnstn@redhat.com> 2002-08-26 18:56:09 +00:00
fdopen64.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
fgetpos64.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
fopen64.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
freopen64.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
fseeko64.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
fsetpos64.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
ftello64.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
stdio64.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
stdio64.tex Use source files which have makedoc markup, but aren't processed or included. 2015-06-24 12:24:01 +01:00
tmpfile64.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00