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 | ||
| _exception_handler.S | ||
| _hw_exception_handler.S | ||
| _interrupt_handler.S | ||
| _program_clean.S | ||
| _program_init.S | ||
| aclocal.m4 | ||
| configure | ||
| configure.ac | ||
| crt0.S | ||
| crt1.S | ||
| crt2.S | ||
| crt3.S | ||
| crt4.S | ||
| crtinit.S | ||
| elf-gloss-linux.ld | ||
| elf-gloss-linux.specs | ||
| linux-crt0.S | ||
| linux-inbyte.c | ||
| linux-outbyte.c | ||
| linux-syscalls-wrap.c | ||
| linux-syscalls.S | ||
| linux-syscalls.h | ||
| pgcrtinit.S | ||
| sbrk.c | ||
| sim-crtinit.S | ||
| sim-pgcrtinit.S | ||
| timer.c | ||
| xil_malloc.c | ||
| xil_printf.c | ||
| xil_sbrk.c | ||
| xilinx.ld | ||