aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/sys/tirtos/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2022-01-26newlib: libc: merge most sys/ configure scripts up a levelMike Frysinger1-13/+0
The sys configure scripts are almost all effectively stub scripts that pass the higher level options to its own makefile. The phoenix & linux ones are a bit more complicated with nested subdirs, so those have been left alone for now. Plus, I don't really have a way of testing them.
2022-01-14require autoconf-2.69 exactlyMike Frysinger1-1/+0
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.
2021-09-13libgloss/newlib: rename configure.in to configure.acMike Frysinger1-0/+14
The .in name has been deprecated for a long time in favor of .ac.