toolchain: glibc: Fix build with autoconf 2.71
authorHauke Mehrtens <hauke@hauke-m.de>
Wed, 17 May 2023 22:31:21 +0000 (00:31 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 18 May 2023 16:55:27 +0000 (18:55 +0200)
commit76f241ad57da585d24f5fe56508f26780b8d885e
tree936a58bfe513a9fea7f5b4876b01a5be76b7d5a7
parent2b51688f358f965db7fae5308d1c677d9aad91e0
toolchain: glibc: Fix build with autoconf 2.71

The glibc build was failing with this error message:
  aclocal.m4:6: error: Exactly version 2.69 of Autoconf is required but you have 2.71
  aclocal.m4:6: the top level

The autoconf run on glibc is not needed, just remove it.

Fixes: #12631
Fixes: 030447b8f4c7 ("tools/autoconf: bump to 2.71")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
toolchain/glibc/common.mk