As enforced by autopudate, see 4.2 Dealing with Autoconf versions:
https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/html_node/Versioning.html
Signed-off-by: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
AM_INIT_AUTOMAKE([foreign tar-ustar subdir-objects])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-AC_PREREQ([2.62], [], [AC_SUBST([localedir], ['$(datadir)/locale'])])
+AC_PREREQ([2.62])
# Upstream's pkg.m4 (since 0.27) offers this now, but define our own
# compatible version in case the local version of pkgconfig isn't new enough.