These subdirs were missing aclocal.m4 files pulling in macros from
../acinclude.m4 which caused some macros to not be expanded. For
example, autoconf complains:
configure.ac:25: error: possibly undefined macro: LIB_AC_PROG_CC
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
These were generated with aclocal-1.9 as that seems to be what was
used in these dirs previously, and with whatever version of autoconf
the specific subdir was using. This should minimize diffs.
|
||
|---|---|---|
| .. | ||
| Makefile.in | ||
| aclocal.m4 | ||
| cio.S | ||
| cio.h | ||
| ciosyscalls.S | ||
| configure | ||
| configure.ac | ||
| crt0.S | ||
| crt_bss.S | ||
| gcrt0.S | ||
| intr_vectors.ld | ||
| memmodel.h | ||
| msp430-sim.ld | ||
| msp430xl-sim.ld | ||
| sbrk.c | ||
| syscalls.S | ||
| unlink.c | ||
| write.c | ||