]> err.no Git - util-linux/commitdiff
build-sys: fix localedir (unsupported by autoconf < 2.60)
authorKarel Zak <kzak@redhat.com>
Sun, 2 Sep 2007 11:00:23 +0000 (13:00 +0200)
committerKarel Zak <kzak@redhat.com>
Sun, 2 Sep 2007 11:00:23 +0000 (13:00 +0200)
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 <kzak@redhat.com>
config/include-Makefile.am

index 59f40b97d878cffd64841f7713e9342ad6fa3f3f..f21818cff20362d80ff5b939b3e89ecd5d7cd40c 100644 (file)
@@ -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)\"