[glib] Fix path to aclocal in output message
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Fix path to aclocal in output message
- Date: Thu, 7 Jun 2012 11:00:54 +0000 (UTC)
commit ea826d7facabbcd05b8343554acc808275881009
Author: Daniel Macks <dmacks netspace org>
Date: Wed Jun 6 22:40:26 2012 -0400
Fix path to aclocal in output message
datadir is defined in terms of datarootdir by default in configure
(datadir='${datarootdir}' with ${datarootdir} not expanded), so
defining datadir must happen *after* datarootdir is defined in the
glib-gettextize shell script. Otherwise ${datarootdir} is null when it
is expanded at runtime.
https://bugzilla.gnome.org/show_bug.cgi?id=518309
glib-gettextize.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib-gettextize.in b/glib-gettextize.in
index 35d01c1..7166cf7 100644
--- a/glib-gettextize.in
+++ b/glib-gettextize.in
@@ -49,8 +49,8 @@ MINGW32*)
;;
esac
-datadir= datadir@
datarootdir= datarootdir@
+datadir= datadir@
gettext_dir=$prefix/share/glib-2.0/gettext
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]