newlib-cygwin/libgloss/csky
Mike Frysinger 63c1f29a1d libgloss: fix AC_LANG_SOURCE warnings w/newer autoconf
When running autoconf-2.69 in here, we get:
configure.ac:57: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2503: _AC_PREPROC_IFELSE is expanded from...
../../lib/autoconf/general.m4:2518: AC_PREPROC_IFELSE is expanded from...
configure.ac:57: the top level
configure.ac:61: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2503: _AC_PREPROC_IFELSE is expanded from...
../../lib/autoconf/general.m4:2518: AC_PREPROC_IFELSE is expanded from...
configure.ac:61: the top level

Add AC_LANG_PROGRAM wrappings to fix these.
2021-09-15 10:08:20 -04:00
..
Makefile.in Add C-SKY port for libgloss 2020-09-25 11:02:34 -04:00
aclocal.m4 Add C-SKY port for libgloss 2020-09-25 11:02:34 -04:00
configure Add C-SKY port for libgloss 2020-09-25 11:02:34 -04:00
configure.ac libgloss: fix AC_LANG_SOURCE warnings w/newer autoconf 2021-09-15 10:08:20 -04: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