(I was requested by binutils to split my May 24 and Jul 16 patches into separate files for each binutils-gdb main subdirectory.) Combined builds has been broken for about 10 months, because some binutils configure.in files were renamed to configure.ac, but gcc's references to them were not updated. Fixing gcc's references to them is much easier by renaming the few straggling configure.in files to configure.ac. gcc's configure.in files were entirely renamed to configure.ac some time ago. There are corresponding patches submitted to gcc, which updates all references to binutils-gdb configure.in files to configure.ac, which is what ultimately fixes combined builds. See PR binutils-gdb/binutils/18450 and gcc/other/66259. Signed-off by: Michael Darling --- gas/ChangeLog | 5 +++++ gas/configure | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-)