mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-08 11:55:47 +01:00
Avoid 'test -a'.
This commit is contained in:
parent
f80cd10350
commit
6af5ba071d
16
ChangeLog
16
ChangeLog
@ -1,3 +1,7 @@
|
|||||||
|
2001-10-04 Raja R Harinath <harinath@cs.umn.edu>
|
||||||
|
|
||||||
|
* configure.in: Avoid 'test -a'.
|
||||||
|
|
||||||
2001-10-05 Matthias Clasen <matthiasc@poet.de>
|
2001-10-05 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
* glib/gwin32.c: Documentation update.
|
* glib/gwin32.c: Documentation update.
|
||||||
@ -2056,12 +2060,12 @@ Mon Mar 26 13:34:50 2001 Owen Taylor <otaylor@redhat.com>
|
|||||||
|
|
||||||
[ Patch from DindinX <David.Odin@bigfoot.com>, added docs ]
|
[ Patch from DindinX <David.Odin@bigfoot.com>, added docs ]
|
||||||
|
|
||||||
* gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that don't
|
* gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that
|
||||||
have stpcpy ().
|
don't have stpcpy ().
|
||||||
* gstrfuncs.c (g_strjoin, g_strjoinv and g_strconcat): use
|
* gstrfuncs.c (g_strjoin, g_strjoinv, g_strconcat):
|
||||||
g_stpcpy () so these functions run much faster.
|
use g_stpcpy () so these functions run much faster.
|
||||||
* config.h.win32.in, glib.def: add reference to g_stpcpy ()
|
* config.h.win32.in, glib.def: add reference to g_stpcpy ()
|
||||||
* configure.in: Add a test for the stpcpy () function.
|
* configure.in: Add a test for the stpcpy () function.
|
||||||
|
|
||||||
2001-03-20 Havoc Pennington <hp@redhat.com>
|
2001-03-20 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2001-10-04 Raja R Harinath <harinath@cs.umn.edu>
|
||||||
|
|
||||||
|
* configure.in: Avoid 'test -a'.
|
||||||
|
|
||||||
2001-10-05 Matthias Clasen <matthiasc@poet.de>
|
2001-10-05 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
* glib/gwin32.c: Documentation update.
|
* glib/gwin32.c: Documentation update.
|
||||||
@ -2056,12 +2060,12 @@ Mon Mar 26 13:34:50 2001 Owen Taylor <otaylor@redhat.com>
|
|||||||
|
|
||||||
[ Patch from DindinX <David.Odin@bigfoot.com>, added docs ]
|
[ Patch from DindinX <David.Odin@bigfoot.com>, added docs ]
|
||||||
|
|
||||||
* gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that don't
|
* gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that
|
||||||
have stpcpy ().
|
don't have stpcpy ().
|
||||||
* gstrfuncs.c (g_strjoin, g_strjoinv and g_strconcat): use
|
* gstrfuncs.c (g_strjoin, g_strjoinv, g_strconcat):
|
||||||
g_stpcpy () so these functions run much faster.
|
use g_stpcpy () so these functions run much faster.
|
||||||
* config.h.win32.in, glib.def: add reference to g_stpcpy ()
|
* config.h.win32.in, glib.def: add reference to g_stpcpy ()
|
||||||
* configure.in: Add a test for the stpcpy () function.
|
* configure.in: Add a test for the stpcpy () function.
|
||||||
|
|
||||||
2001-03-20 Havoc Pennington <hp@redhat.com>
|
2001-03-20 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2001-10-04 Raja R Harinath <harinath@cs.umn.edu>
|
||||||
|
|
||||||
|
* configure.in: Avoid 'test -a'.
|
||||||
|
|
||||||
2001-10-05 Matthias Clasen <matthiasc@poet.de>
|
2001-10-05 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
* glib/gwin32.c: Documentation update.
|
* glib/gwin32.c: Documentation update.
|
||||||
@ -2056,12 +2060,12 @@ Mon Mar 26 13:34:50 2001 Owen Taylor <otaylor@redhat.com>
|
|||||||
|
|
||||||
[ Patch from DindinX <David.Odin@bigfoot.com>, added docs ]
|
[ Patch from DindinX <David.Odin@bigfoot.com>, added docs ]
|
||||||
|
|
||||||
* gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that don't
|
* gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that
|
||||||
have stpcpy ().
|
don't have stpcpy ().
|
||||||
* gstrfuncs.c (g_strjoin, g_strjoinv and g_strconcat): use
|
* gstrfuncs.c (g_strjoin, g_strjoinv, g_strconcat):
|
||||||
g_stpcpy () so these functions run much faster.
|
use g_stpcpy () so these functions run much faster.
|
||||||
* config.h.win32.in, glib.def: add reference to g_stpcpy ()
|
* config.h.win32.in, glib.def: add reference to g_stpcpy ()
|
||||||
* configure.in: Add a test for the stpcpy () function.
|
* configure.in: Add a test for the stpcpy () function.
|
||||||
|
|
||||||
2001-03-20 Havoc Pennington <hp@redhat.com>
|
2001-03-20 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2001-10-04 Raja R Harinath <harinath@cs.umn.edu>
|
||||||
|
|
||||||
|
* configure.in: Avoid 'test -a'.
|
||||||
|
|
||||||
2001-10-05 Matthias Clasen <matthiasc@poet.de>
|
2001-10-05 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
* glib/gwin32.c: Documentation update.
|
* glib/gwin32.c: Documentation update.
|
||||||
@ -2056,12 +2060,12 @@ Mon Mar 26 13:34:50 2001 Owen Taylor <otaylor@redhat.com>
|
|||||||
|
|
||||||
[ Patch from DindinX <David.Odin@bigfoot.com>, added docs ]
|
[ Patch from DindinX <David.Odin@bigfoot.com>, added docs ]
|
||||||
|
|
||||||
* gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that don't
|
* gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that
|
||||||
have stpcpy ().
|
don't have stpcpy ().
|
||||||
* gstrfuncs.c (g_strjoin, g_strjoinv and g_strconcat): use
|
* gstrfuncs.c (g_strjoin, g_strjoinv, g_strconcat):
|
||||||
g_stpcpy () so these functions run much faster.
|
use g_stpcpy () so these functions run much faster.
|
||||||
* config.h.win32.in, glib.def: add reference to g_stpcpy ()
|
* config.h.win32.in, glib.def: add reference to g_stpcpy ()
|
||||||
* configure.in: Add a test for the stpcpy () function.
|
* configure.in: Add a test for the stpcpy () function.
|
||||||
|
|
||||||
2001-03-20 Havoc Pennington <hp@redhat.com>
|
2001-03-20 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2001-10-04 Raja R Harinath <harinath@cs.umn.edu>
|
||||||
|
|
||||||
|
* configure.in: Avoid 'test -a'.
|
||||||
|
|
||||||
2001-10-05 Matthias Clasen <matthiasc@poet.de>
|
2001-10-05 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
* glib/gwin32.c: Documentation update.
|
* glib/gwin32.c: Documentation update.
|
||||||
@ -2056,12 +2060,12 @@ Mon Mar 26 13:34:50 2001 Owen Taylor <otaylor@redhat.com>
|
|||||||
|
|
||||||
[ Patch from DindinX <David.Odin@bigfoot.com>, added docs ]
|
[ Patch from DindinX <David.Odin@bigfoot.com>, added docs ]
|
||||||
|
|
||||||
* gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that don't
|
* gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that
|
||||||
have stpcpy ().
|
don't have stpcpy ().
|
||||||
* gstrfuncs.c (g_strjoin, g_strjoinv and g_strconcat): use
|
* gstrfuncs.c (g_strjoin, g_strjoinv, g_strconcat):
|
||||||
g_stpcpy () so these functions run much faster.
|
use g_stpcpy () so these functions run much faster.
|
||||||
* config.h.win32.in, glib.def: add reference to g_stpcpy ()
|
* config.h.win32.in, glib.def: add reference to g_stpcpy ()
|
||||||
* configure.in: Add a test for the stpcpy () function.
|
* configure.in: Add a test for the stpcpy () function.
|
||||||
|
|
||||||
2001-03-20 Havoc Pennington <hp@redhat.com>
|
2001-03-20 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2001-10-04 Raja R Harinath <harinath@cs.umn.edu>
|
||||||
|
|
||||||
|
* configure.in: Avoid 'test -a'.
|
||||||
|
|
||||||
2001-10-05 Matthias Clasen <matthiasc@poet.de>
|
2001-10-05 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
* glib/gwin32.c: Documentation update.
|
* glib/gwin32.c: Documentation update.
|
||||||
@ -2056,12 +2060,12 @@ Mon Mar 26 13:34:50 2001 Owen Taylor <otaylor@redhat.com>
|
|||||||
|
|
||||||
[ Patch from DindinX <David.Odin@bigfoot.com>, added docs ]
|
[ Patch from DindinX <David.Odin@bigfoot.com>, added docs ]
|
||||||
|
|
||||||
* gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that don't
|
* gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that
|
||||||
have stpcpy ().
|
don't have stpcpy ().
|
||||||
* gstrfuncs.c (g_strjoin, g_strjoinv and g_strconcat): use
|
* gstrfuncs.c (g_strjoin, g_strjoinv, g_strconcat):
|
||||||
g_stpcpy () so these functions run much faster.
|
use g_stpcpy () so these functions run much faster.
|
||||||
* config.h.win32.in, glib.def: add reference to g_stpcpy ()
|
* config.h.win32.in, glib.def: add reference to g_stpcpy ()
|
||||||
* configure.in: Add a test for the stpcpy () function.
|
* configure.in: Add a test for the stpcpy () function.
|
||||||
|
|
||||||
2001-03-20 Havoc Pennington <hp@redhat.com>
|
2001-03-20 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2001-10-04 Raja R Harinath <harinath@cs.umn.edu>
|
||||||
|
|
||||||
|
* configure.in: Avoid 'test -a'.
|
||||||
|
|
||||||
2001-10-05 Matthias Clasen <matthiasc@poet.de>
|
2001-10-05 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
* glib/gwin32.c: Documentation update.
|
* glib/gwin32.c: Documentation update.
|
||||||
@ -2056,12 +2060,12 @@ Mon Mar 26 13:34:50 2001 Owen Taylor <otaylor@redhat.com>
|
|||||||
|
|
||||||
[ Patch from DindinX <David.Odin@bigfoot.com>, added docs ]
|
[ Patch from DindinX <David.Odin@bigfoot.com>, added docs ]
|
||||||
|
|
||||||
* gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that don't
|
* gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that
|
||||||
have stpcpy ().
|
don't have stpcpy ().
|
||||||
* gstrfuncs.c (g_strjoin, g_strjoinv and g_strconcat): use
|
* gstrfuncs.c (g_strjoin, g_strjoinv, g_strconcat):
|
||||||
g_stpcpy () so these functions run much faster.
|
use g_stpcpy () so these functions run much faster.
|
||||||
* config.h.win32.in, glib.def: add reference to g_stpcpy ()
|
* config.h.win32.in, glib.def: add reference to g_stpcpy ()
|
||||||
* configure.in: Add a test for the stpcpy () function.
|
* configure.in: Add a test for the stpcpy () function.
|
||||||
|
|
||||||
2001-03-20 Havoc Pennington <hp@redhat.com>
|
2001-03-20 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2001-10-04 Raja R Harinath <harinath@cs.umn.edu>
|
||||||
|
|
||||||
|
* configure.in: Avoid 'test -a'.
|
||||||
|
|
||||||
2001-10-05 Matthias Clasen <matthiasc@poet.de>
|
2001-10-05 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
* glib/gwin32.c: Documentation update.
|
* glib/gwin32.c: Documentation update.
|
||||||
@ -2056,12 +2060,12 @@ Mon Mar 26 13:34:50 2001 Owen Taylor <otaylor@redhat.com>
|
|||||||
|
|
||||||
[ Patch from DindinX <David.Odin@bigfoot.com>, added docs ]
|
[ Patch from DindinX <David.Odin@bigfoot.com>, added docs ]
|
||||||
|
|
||||||
* gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that don't
|
* gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that
|
||||||
have stpcpy ().
|
don't have stpcpy ().
|
||||||
* gstrfuncs.c (g_strjoin, g_strjoinv and g_strconcat): use
|
* gstrfuncs.c (g_strjoin, g_strjoinv, g_strconcat):
|
||||||
g_stpcpy () so these functions run much faster.
|
use g_stpcpy () so these functions run much faster.
|
||||||
* config.h.win32.in, glib.def: add reference to g_stpcpy ()
|
* config.h.win32.in, glib.def: add reference to g_stpcpy ()
|
||||||
* configure.in: Add a test for the stpcpy () function.
|
* configure.in: Add a test for the stpcpy () function.
|
||||||
|
|
||||||
2001-03-20 Havoc Pennington <hp@redhat.com>
|
2001-03-20 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
@ -768,7 +768,7 @@ if test -z "$G_MODULE_IMPL"; then
|
|||||||
[])
|
[])
|
||||||
fi
|
fi
|
||||||
dnl *** load_image (BeOS)
|
dnl *** load_image (BeOS)
|
||||||
if test -z "$G_MODULE_IMPL" -a "x$glib_native_beos" = "xyes"; then
|
if test -z "$G_MODULE_IMPL" && test "x$glib_native_beos" = "xyes"; then
|
||||||
AC_CHECK_LIB(root, load_image,
|
AC_CHECK_LIB(root, load_image,
|
||||||
[G_MODULE_LIBS="-lbe -lroot -lglib"
|
[G_MODULE_LIBS="-lbe -lroot -lglib"
|
||||||
G_MODULE_LIBS_EXTRA="-L\$(top_builddir_full)/.libs"
|
G_MODULE_LIBS_EXTRA="-L\$(top_builddir_full)/.libs"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user