newlib-cygwin/libgloss/csky
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.in Add C-SKY port for libgloss 2020-09-25 11:02:34 -04:00
aclocal.m4 require autoconf-2.69 exactly 2022-01-14 15:24:33 -05:00
configure require autoconf-2.69 exactly 2022-01-14 15:24:33 -05:00
configure.ac require autoconf-2.69 exactly 2022-01-14 15:24:33 -05:00
crt0.S Add C-SKY port for libgloss 2020-09-25 11:02:34 -04:00
getpid.c Add C-SKY port for libgloss 2020-09-25 11:02:34 -04:00
io-close.c Add C-SKY port for libgloss 2020-09-25 11:02:34 -04:00
io-exit.c Add C-SKY port for libgloss 2020-09-25 11:02:34 -04:00
io-fstat.c Add C-SKY port for libgloss 2020-09-25 11:02:34 -04:00
io-gdb.c Add C-SKY port for libgloss 2020-09-25 11:02:34 -04:00
io-gettimeofday.c Add C-SKY port for libgloss 2020-09-25 11:02:34 -04:00
io-isatty.c Add C-SKY port for libgloss 2020-09-25 11:02:34 -04:00
io-lseek.c Add C-SKY port for libgloss 2020-09-25 11:02:34 -04:00
io-open.c Add C-SKY port for libgloss 2020-09-25 11:02:34 -04:00
io-read.c Add C-SKY port for libgloss 2020-09-25 11:02:34 -04:00
io-rename.c Add C-SKY port for libgloss 2020-09-25 11:02:34 -04:00
io-semi.S Add C-SKY port for libgloss 2020-09-25 11:02:34 -04:00
io-stat.c Add C-SKY port for libgloss 2020-09-25 11:02:34 -04:00
io-system.c Add C-SKY port for libgloss 2020-09-25 11:02:34 -04:00
io-time.c Add C-SKY port for libgloss 2020-09-25 11:02:34 -04:00
io-unlink.c Add C-SKY port for libgloss 2020-09-25 11:02:34 -04:00
io-write.c Add C-SKY port for libgloss 2020-09-25 11:02:34 -04:00
io.h Add C-SKY port for libgloss 2020-09-25 11:02:34 -04:00
kill.c Add C-SKY port for libgloss 2020-09-25 11:02:34 -04:00
sbrk.c Add C-SKY port for libgloss 2020-09-25 11:02:34 -04:00