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
This commit is contained in:
Daniel Macks 2012-06-06 22:40:26 -04:00 committed by Colin Walters
parent 9e1d4da14d
commit ea826d7fac

View File

@ -49,8 +49,8 @@ MINGW32*)
;;
esac
datadir=@datadir@
datarootdir=@datarootdir@
datadir=@datadir@
gettext_dir=$prefix/share/glib-2.0/gettext