From: Roland McGrath Date: Thu, 15 Apr 2010 20:41:32 +0000 (-0700) Subject: Fix LOCALEDIR default. X-Git-Tag: elfutils-0.146~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d862cc8307a4dff5ab2af63a11ed8823f22dd630;p=thirdparty%2Felfutils.git Fix LOCALEDIR default. --- diff --git a/ChangeLog b/ChangeLog index c00ae1834..029ad9ec4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-04-15 Roland McGrath + + * configure.ac (LOCALEDIR): Use $localedir, not $datadir. + 2009-09-21 Ulrich Drepper * configure.ac: Update for more modern autoconf. diff --git a/configure.ac b/configure.ac index ccd79acea..09be421fe 100644 --- a/configure.ac +++ b/configure.ac @@ -90,7 +90,7 @@ LDFLAGS="$save_LDFLAGS"]) AS_IF([test "x$ac_cv_tls" != xyes], AC_MSG_ERROR([__thread support required])) -LOCALEDIR=$datadir +LOCALEDIR=$localedir AC_SUBST(LOCALEDIR) AC_DEFINE_UNQUOTED(LOCALEDIR, "$LOCALEDIR") AH_TEMPLATE([LOCALEDIR], [Directory to place translation files in.])