2005-12-07 Tor Lillqvist <tml@novell.com>
* glib-gettextize.in: Look up prefix at run-time on Win32,
assuming the standard directory structure with glib-gettextize in
$prefix/bin.
+2005-12-07 Tor Lillqvist <tml@novell.com>
+
+ * glib-gettextize.in: Look up prefix at run-time on Win32,
+ assuming the standard directory structure with glib-gettextize in
+ $prefix/bin.
+
2005-12-06 Matthias Clasen <mclasen@redhat.com>
* glib/gmem.h: Exempt GTK+ from the mem chunk deprecation, since
+2005-12-07 Tor Lillqvist <tml@novell.com>
+
+ * glib-gettextize.in: Look up prefix at run-time on Win32,
+ assuming the standard directory structure with glib-gettextize in
+ $prefix/bin.
+
2005-12-06 Matthias Clasen <mclasen@redhat.com>
* glib/gmem.h: Exempt GTK+ from the mem chunk deprecation, since
+2005-12-07 Tor Lillqvist <tml@novell.com>
+
+ * glib-gettextize.in: Look up prefix at run-time on Win32,
+ assuming the standard directory structure with glib-gettextize in
+ $prefix/bin.
+
2005-12-06 Matthias Clasen <mclasen@redhat.com>
* glib/gmem.h: Exempt GTK+ from the mem chunk deprecation, since
# Directory where the sources are stored.
prefix=@prefix@
-gettext_dir=@prefix@/share/glib-2.0/gettext
+case `uname` in
+MINGW32*)
+ prefix="`dirname $0`/.."
+ ;;
+esac
+
+gettext_dir=$prefix/share/glib-2.0/gettext
while test $# -gt 0; do
case "$1" in