]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Fix LOCALEDIR default.
authorRoland McGrath <roland@redhat.com>
Thu, 15 Apr 2010 20:41:32 +0000 (13:41 -0700)
committerRoland McGrath <roland@redhat.com>
Thu, 15 Apr 2010 20:41:32 +0000 (13:41 -0700)
ChangeLog
configure.ac

index c00ae18341dd2091cc901c1382d2b1aaf75840d7..029ad9ec4fe65b57f3fe7ef35b13f6f121a9d24f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-15  Roland McGrath  <roland@redhat.com>
+
+       * configure.ac (LOCALEDIR): Use $localedir, not $datadir.
+
 2009-09-21  Ulrich Drepper  <drepper@redhat.com>
 
        * configure.ac: Update for more modern autoconf.
index ccd79acea2c9d4319d00ef208b708db4b73ee199..09be421fe80135b5f14c9b242a780a8c5192f15c 100644 (file)
@@ -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.])