From 2cb18e7e512b784520f8fd0bf48f86cb76f91dab Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Sun, 2 Sep 2007 13:00:23 +0200 Subject: [PATCH] build-sys: fix localedir (unsupported by autoconf < 2.60) The autoconf < 2.60 doesn't support the @localedir@ directory variable. The util-linux-ng-2.13 minimally requires autoconf-2.59. Signed-off-by: Karel Zak --- config/include-Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/config/include-Makefile.am b/config/include-Makefile.am index 59f40b97..f21818cf 100644 --- a/config/include-Makefile.am +++ b/config/include-Makefile.am @@ -1,6 +1,7 @@ # The original default vaues of bindir and sbindir: usrbinexecdir = ${exec_prefix}/bin usrsbinexecdir = ${exec_prefix}/sbin +localedir = ${datadir}/locale AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include \ -DLOCALEDIR=\"$(localedir)\" -- 2.39.5