From faed5f42e47b263f4b4d01106d4bdec1930c475f Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 24 Oct 2000 03:09:37 +0000 Subject: AM_GNOME_GETTEXT doesn't use $(datadir)/locale as the locale dir. (It uses either $(prefix)/share/locale or $(prefix)/lib/locale.) Cope with this. svn path=/trunk/; revision=6141 --- configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 1658b91c62..46054336de 100644 --- a/configure.in +++ b/configure.in @@ -63,6 +63,8 @@ LIBS=$LIBS_save ALL_LINGUAS="da de el en_GB es fi fr ga gl hu it ja ko nl nn no pl pt ru sl sv tr uk" AM_GNOME_GETTEXT +localedir='$(prefix)/$(DATADIRNAME)/locale' +AC_SUBST(localedir) GNOME_X_CHECKS -- cgit v1.2.3