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. |
||
|---|---|---|
| .. | ||
| libsys | ||
| Makefile.in | ||
| aclocal.m4 | ||
| asm.h | ||
| cache.c | ||
| configure | ||
| configure.ac | ||
| crt0-701.S | ||
| crt0.S | ||
| cygmon-crt0.S | ||
| cygmon-salib.c | ||
| cygmon-sparc64-ld.src | ||
| cygmon.ld.src | ||
| dtor.C | ||
| elfsim.ld | ||
| erc32-crt0.S | ||
| erc32-io.c | ||
| erc32-stub.c | ||
| erc32.ld | ||
| ex930.ld | ||
| ex931.ld | ||
| ex934.ld | ||
| fixctors.c | ||
| salib-701.c | ||
| salib.c | ||
| slite.h | ||
| sparc-stub.c | ||
| sparc86x.ld | ||
| sparcl-stub.c | ||
| sparclet-stub.c | ||
| sparclite.h | ||
| sysc-701.c | ||
| syscalls.c | ||
| test.c | ||
| traps.S | ||
| tsc701.ld | ||