mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 18:16:34 +02:00
Look up prefix at run-time on Win32, assuming the standard directory
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.
This commit is contained in:
committed by
Tor Lillqvist
parent
80dff1aa8d
commit
c4cbaa8641
@@ -1,3 +1,9 @@
|
|||||||
|
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-01 Tor Lillqvist <tml@novell.com>
|
2005-12-01 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
* glib/gstdio.c (g_stat): In the Win32 implementation, strip
|
* glib/gstdio.c (g_stat): In the Win32 implementation, strip
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
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-01 Tor Lillqvist <tml@novell.com>
|
2005-12-01 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
* glib/gstdio.c (g_stat): In the Win32 implementation, strip
|
* glib/gstdio.c (g_stat): In the Win32 implementation, strip
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
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-01 Tor Lillqvist <tml@novell.com>
|
2005-12-01 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
* glib/gstdio.c (g_stat): In the Win32 implementation, strip
|
* glib/gstdio.c (g_stat): In the Win32 implementation, strip
|
||||||
|
@@ -43,7 +43,13 @@ try_ln_s=:
|
|||||||
|
|
||||||
# Directory where the sources are stored.
|
# Directory where the sources are stored.
|
||||||
prefix=@prefix@
|
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
|
while test $# -gt 0; do
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
Reference in New Issue
Block a user