30bae20d11
Fix build with intltool 0.51 OBS-URL: https://build.opensuse.org/request/show/295161 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/dia?expand=0&rev=34
26 lines
638 B
Diff
26 lines
638 B
Diff
From 8ad49dc88f0cbd6410798707025091b5a964cba6 Mon Sep 17 00:00:00 2001
|
|
From: Hans Breuer <hans@breuer.org>
|
|
Date: Sat, 27 Sep 2014 22:03:03 +0200
|
|
Subject: Bug 737255 - don't mess with localedir
|
|
|
|
According to Pacho Ramos https://bugzilla.gnome.org/show_bug.cgi?id=737255
|
|
|
|
diff --git a/configure.in b/configure.in
|
|
index 4c0bbea..b14c31b 100644
|
|
--- a/configure.in
|
|
+++ b/configure.in
|
|
@@ -381,9 +381,6 @@ dnl INTLOBJS doesn't seem to always get subst'ed, but I believe it's
|
|
dnl idempotent
|
|
AC_SUBST(INTLOBJS)
|
|
|
|
-localedir='${prefix}/${DATADIRNAME}/locale'
|
|
-AC_SUBST(localedir)
|
|
-
|
|
dnl
|
|
dnl Locate the gnome-xml library
|
|
dnl
|
|
--
|
|
cgit v0.10.2
|
|
|
|
|