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)
commitea826d7facabbcd05b8343554acc808275881009
tree1d415d11f301b2b3c8b49a8075bcf78dca678908
parent9e1d4da14d8e69fb60da1a9733ac1d58d0dcd8b2
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