From 1a68a102f26e8cce72f9971264cff296e055714f Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sun, 31 Oct 2021 08:51:40 +0100 Subject: Remove definition of localedir The "localedir" variable has been introduced by autoconf-2.59c. We are requiring at least autoconf-2.62, so we do not need to define and AC_SUBST "localedir" any more. --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c2f3d5e9e..2e788542a 100644 --- a/configure.ac +++ b/configure.ac @@ -273,7 +273,6 @@ AM_GNU_GETTEXT([external]) AM_ICONV() GP_GETTEXT_FLAGS() -AC_SUBST([localedir],["\$(datadir)/locale"]) AM_CPPFLAGS="$AM_CPPFLAGS -DLOCALEDIR=\\\"${localedir}\\\"" dnl FIXME: We have to make sure this works first -- cgit v1.2.1