[beast: 33/39] BUILD: configure.ac: remove unused variables



commit 48ca9fd4c2b64a79382c2f14db0b3ccc2386afd5
Author: Tim Janik <timj gnu org>
Date:   Sat Sep 12 01:20:01 2015 +0200

    BUILD: configure.ac: remove unused variables

 configure.ac |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 592c231..f545b6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -296,19 +296,6 @@ AC_DEFUN([AC_I18N_REQUIREMENTS],
   GETTEXT_PACKAGE=$BST_GETTEXT_DOMAIN
   AC_SUBST(GETTEXT_PACKAGE)
 
-  # locale directory for all domains
-  # (AM_GLIB_DEFINE_LOCALEDIR() could do this if it would do AC_SUBST())
-  saved_prefix="$prefix"               ; saved_exec_prefix="$exec_prefix"
-  test "x$prefix" = xNONE && prefix="$ac_default_prefix"
-  test "x$exec_prefix" = xNONE && exec_prefix="$prefix"
-  if test "x$CATOBJEXT" = "x.mo" ; then
-    beastlocaledir=`eval echo "${libdir}/locale"`
-  else
-    beastlocaledir=`eval echo "${datadir}/locale"`
-  fi
-  exec_prefix="$saved_exec_prefix"     ; prefix="$saved_prefix"
-  AC_SUBST(beastlocaledir)
-
   # check for proper gettext support
   AM_GLIB_GNU_GETTEXT([external])
   test -z "$ac_cv_path_XGETTEXT" && {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]