Fix path to aclocal in output message
authorDaniel Macks <dmacks@netspace.org>
Thu, 7 Jun 2012 02:40:26 +0000 (22:40 -0400)
committerColin Walters <walters@verbum.org>
Thu, 7 Jun 2012 11:00:44 +0000 (07:00 -0400)
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

index 35d01c1..7166cf7 100644 (file)
@@ -49,8 +49,8 @@ MINGW32*)
     ;;
 esac
 
-datadir=@datadir@
 datarootdir=@datarootdir@
+datadir=@datadir@
 
 gettext_dir=$prefix/share/glib-2.0/gettext